diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-07-20 19:55:45 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-07-20 19:55:45 +0100 |
commit | c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch) | |
tree | ac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/arch/i386/image | |
parent | 1ac62b914ec9f478cc0ed63a45a87196a583b073 (diff) | |
download | ipxe-c3b4860ce3fb25b907a2ca3e46955df34c0ae9fd.tar.gz |
[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/arch/i386/image')
-rw-r--r-- | src/arch/i386/image/bootsector.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/bzimage.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/com32.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/comboot.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/elfboot.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/multiboot.c | 3 | ||||
-rw-r--r-- | src/arch/i386/image/pxe_image.c | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/src/arch/i386/image/bootsector.c b/src/arch/i386/image/bootsector.c index f96cf201e..289be7d70 100644 --- a/src/arch/i386/image/bootsector.c +++ b/src/arch/i386/image/bootsector.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/arch/i386/image/bzimage.c b/src/arch/i386/image/bzimage.c index 08eb4d34e..67bd665fe 100644 --- a/src/arch/i386/image/bzimage.c +++ b/src/arch/i386/image/bzimage.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/arch/i386/image/com32.c b/src/arch/i386/image/com32.c index d6e48ebe1..5cc9a4476 100644 --- a/src/arch/i386/image/com32.c +++ b/src/arch/i386/image/com32.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. */ /** diff --git a/src/arch/i386/image/comboot.c b/src/arch/i386/image/comboot.c index 0b924cce2..915ed2ded 100644 --- a/src/arch/i386/image/comboot.c +++ b/src/arch/i386/image/comboot.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. */ /** diff --git a/src/arch/i386/image/elfboot.c b/src/arch/i386/image/elfboot.c index 21504b7ad..a867a9566 100644 --- a/src/arch/i386/image/elfboot.c +++ b/src/arch/i386/image/elfboot.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/arch/i386/image/multiboot.c b/src/arch/i386/image/multiboot.c index 004a01b12..8b8959e18 100644 --- a/src/arch/i386/image/multiboot.c +++ b/src/arch/i386/image/multiboot.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/arch/i386/image/pxe_image.c b/src/arch/i386/image/pxe_image.c index 722f6bbce..4a7d874be 100644 --- a/src/arch/i386/image/pxe_image.c +++ b/src/arch/i386/image/pxe_image.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 ); |