summaryrefslogtreecommitdiffstats
path: root/src/net/80211
diff options
context:
space:
mode:
authorMichael Brown2012-07-20 20:55:45 +0200
committerMichael Brown2012-07-20 20:55:45 +0200
commitc3b4860ce3fb25b907a2ca3e46955df34c0ae9fd (patch)
treeac4c4471390f38d6565b92e9fd9c844eecf3dbdd /src/net/80211
parent[qib7322] Fix compiler warning on gcc 4.7 (diff)
downloadipxe-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/net/80211')
-rw-r--r--src/net/80211/net80211.c3
-rw-r--r--src/net/80211/rc80211.c3
-rw-r--r--src/net/80211/sec80211.c3
-rw-r--r--src/net/80211/wep.c3
-rw-r--r--src/net/80211/wpa.c3
-rw-r--r--src/net/80211/wpa_ccmp.c3
-rw-r--r--src/net/80211/wpa_psk.c3
-rw-r--r--src/net/80211/wpa_tkip.c3
8 files changed, 16 insertions, 8 deletions
diff --git a/src/net/80211/net80211.c b/src/net/80211/net80211.c
index c00363cd..a3d3e76e 100644
--- a/src/net/80211/net80211.c
+++ b/src/net/80211/net80211.c
@@ -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.
*/
FILE_LICENCE ( GPL2_OR_LATER );
diff --git a/src/net/80211/rc80211.c b/src/net/80211/rc80211.c
index 56bbc8a0..eea3bc90 100644
--- a/src/net/80211/rc80211.c
+++ b/src/net/80211/rc80211.c
@@ -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.
*/
FILE_LICENCE ( GPL2_OR_LATER );
diff --git a/src/net/80211/sec80211.c b/src/net/80211/sec80211.c
index 82b1ce94..d159edbd 100644
--- a/src/net/80211/sec80211.c
+++ b/src/net/80211/sec80211.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/net/80211/wep.c b/src/net/80211/wep.c
index 3b104552..37b27f71 100644
--- a/src/net/80211/wep.c
+++ b/src/net/80211/wep.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/net/80211/wpa.c b/src/net/80211/wpa.c
index 45def8c1..e2c4945f 100644
--- a/src/net/80211/wpa.c
+++ b/src/net/80211/wpa.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/net/80211/wpa_ccmp.c b/src/net/80211/wpa_ccmp.c
index 38fd199f..f98ebea2 100644
--- a/src/net/80211/wpa_ccmp.c
+++ b/src/net/80211/wpa_ccmp.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/net/80211/wpa_psk.c b/src/net/80211/wpa_psk.c
index c88f556e..71190b13 100644
--- a/src/net/80211/wpa_psk.c
+++ b/src/net/80211/wpa_psk.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/net/80211/wpa_tkip.c b/src/net/80211/wpa_tkip.c
index 871666ee..fa3e0763 100644
--- a/src/net/80211/wpa_tkip.c
+++ b/src/net/80211/wpa_tkip.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 );