diff options
author | Michael Brown | 2012-07-20 20:55:45 +0200 |
---|---|---|
committer | Michael Brown | 2012-07-20 20:55:45 +0200 |
commit | c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch) | |
tree | ac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/usr | |
parent | [qib7322] Fix compiler warning on gcc 4.7 (diff) | |
download | ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.gz ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.xz ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.zip |
[legal] Update FSF mailing address in GPL licence texts
Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/autoboot.c | 3 | ||||
-rw-r--r-- | src/usr/dhcpmgmt.c | 3 | ||||
-rw-r--r-- | src/usr/fcmgmt.c | 3 | ||||
-rw-r--r-- | src/usr/ifmgmt.c | 3 | ||||
-rw-r--r-- | src/usr/imgmgmt.c | 3 | ||||
-rw-r--r-- | src/usr/imgtrust.c | 3 | ||||
-rw-r--r-- | src/usr/iwmgmt.c | 3 | ||||
-rw-r--r-- | src/usr/lotest.c | 3 | ||||
-rw-r--r-- | src/usr/prompt.c | 3 | ||||
-rw-r--r-- | src/usr/pxemenu.c | 3 | ||||
-rw-r--r-- | src/usr/route.c | 3 |
11 files changed, 22 insertions, 11 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 53f246ae..0587f204 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/dhcpmgmt.c b/src/usr/dhcpmgmt.c index e651dfda..1bd9bff0 100644 --- a/src/usr/dhcpmgmt.c +++ b/src/usr/dhcpmgmt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c index f46c7d6b..2657ba0c 100644 --- a/src/usr/fcmgmt.c +++ b/src/usr/fcmgmt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/ifmgmt.c b/src/usr/ifmgmt.c index 8ee311c0..94e6e875 100644 --- a/src/usr/ifmgmt.c +++ b/src/usr/ifmgmt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/imgmgmt.c b/src/usr/imgmgmt.c index ce3bc90f..ef4e2c36 100644 --- a/src/usr/imgmgmt.c +++ b/src/usr/imgmgmt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/imgtrust.c b/src/usr/imgtrust.c index be0ca6ee..afb41529 100644 --- a/src/usr/imgtrust.c +++ b/src/usr/imgtrust.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/iwmgmt.c b/src/usr/iwmgmt.c index abcd63f4..a486bceb 100644 --- a/src/usr/iwmgmt.c +++ b/src/usr/iwmgmt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/lotest.c b/src/usr/lotest.c index 52525261..c4b0b441 100644 --- a/src/usr/lotest.c +++ b/src/usr/lotest.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/prompt.c b/src/usr/prompt.c index 3c353a68..ede03745 100644 --- a/src/usr/prompt.c +++ b/src/usr/prompt.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/pxemenu.c b/src/usr/pxemenu.c index bc176563..d50ee6ba 100644 --- a/src/usr/pxemenu.c +++ b/src/usr/pxemenu.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); diff --git a/src/usr/route.c b/src/usr/route.c index 1da7135b..e393e38d 100644 --- a/src/usr/route.c +++ b/src/usr/route.c @@ -13,7 +13,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. */ FILE_LICENCE ( GPL2_OR_LATER ); |