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/include/ipxe | |
| 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/include/ipxe')
| -rw-r--r-- | src/include/ipxe/bitops.h | 3 | ||||
| -rw-r--r-- | src/include/ipxe/eapol.h | 3 | ||||
| -rw-r--r-- | src/include/ipxe/fip.h | 3 | ||||
| -rw-r--r-- | src/include/ipxe/isapnp.h | 3 | ||||
| -rw-r--r-- | src/include/ipxe/sec80211.h | 3 | ||||
| -rw-r--r-- | src/include/ipxe/wpa.h | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/src/include/ipxe/bitops.h b/src/include/ipxe/bitops.h index 4118ef819..73e859f41 100644 --- a/src/include/ipxe/bitops.h +++ b/src/include/ipxe/bitops.h @@ -16,7 +16,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/include/ipxe/eapol.h b/src/include/ipxe/eapol.h index 3fad44284..5ca9c2815 100644 --- a/src/include/ipxe/eapol.h +++ b/src/include/ipxe/eapol.h @@ -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. */ #ifndef _IPXE_EAPOL_H diff --git a/src/include/ipxe/fip.h b/src/include/ipxe/fip.h index b81e8604e..872923375 100644 --- a/src/include/ipxe/fip.h +++ b/src/include/ipxe/fip.h @@ -16,7 +16,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. */ #include <stdint.h> diff --git a/src/include/ipxe/isapnp.h b/src/include/ipxe/isapnp.h index 47a47025b..b0b0e98d6 100644 --- a/src/include/ipxe/isapnp.h +++ b/src/include/ipxe/isapnp.h @@ -15,7 +15,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. * * Portions of this code: * Copyright (C) 2001 P.J.H.Fox (fox@roestock.demon.co.uk) diff --git a/src/include/ipxe/sec80211.h b/src/include/ipxe/sec80211.h index 59ca3eb85..3ca3d84f2 100644 --- a/src/include/ipxe/sec80211.h +++ b/src/include/ipxe/sec80211.h @@ -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. */ #ifndef _IPXE_SEC80211_H diff --git a/src/include/ipxe/wpa.h b/src/include/ipxe/wpa.h index 293422828..44934b3b9 100644 --- a/src/include/ipxe/wpa.h +++ b/src/include/ipxe/wpa.h @@ -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. */ #ifndef _IPXE_WPA_H |
