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/arch/i386/image | |
| 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/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 ); |
