linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 1/5] zd1211rw: Fix FSF address in file headers
@ 2013-12-06 11:32 Jeff Kirsher
  2013-12-06 11:32 ` [net 2/5] rt2x00: " Jeff Kirsher
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jeff Kirsher @ 2013-12-06 11:32 UTC (permalink / raw)
  To: John W. Linville
  Cc: Jeff Kirsher, linux-wireless, Daniel Drake, Ulrich Kunitz

Several files refer to an old address for the Free Software Foundation
in the file header comment.  Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

CC: linux-wireless@vger.kernel.org
CC: Daniel Drake <dsd@gentoo.org>
CC: Ulrich Kunitz <kune@deine-taler.de>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/wireless/zd1211rw/zd_chip.c       | 3 +--
 drivers/net/wireless/zd1211rw/zd_chip.h       | 3 +--
 drivers/net/wireless/zd1211rw/zd_def.h        | 3 +--
 drivers/net/wireless/zd1211rw/zd_mac.c        | 3 +--
 drivers/net/wireless/zd1211rw/zd_mac.h        | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf.c         | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf.h         | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf_al2230.c  | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf_al7230b.c | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf_rf2959.c  | 3 +--
 drivers/net/wireless/zd1211rw/zd_rf_uw2453.c  | 3 +--
 drivers/net/wireless/zd1211rw/zd_usb.c        | 3 +--
 drivers/net/wireless/zd1211rw/zd_usb.h        | 3 +--
 13 files changed, 13 insertions(+), 26 deletions(-)

diff --git a/drivers/net/wireless/zd1211rw/zd_chip.c b/drivers/net/wireless/zd1211rw/zd_chip.c
index 71ab320..73a49b8 100644
--- a/drivers/net/wireless/zd1211rw/zd_chip.c
+++ b/drivers/net/wireless/zd1211rw/zd_chip.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /* This file implements all the hardware specific functions for the ZD1211
diff --git a/drivers/net/wireless/zd1211rw/zd_chip.h b/drivers/net/wireless/zd1211rw/zd_chip.h
index 7ab9222..b03786c 100644
--- a/drivers/net/wireless/zd1211rw/zd_chip.h
+++ b/drivers/net/wireless/zd1211rw/zd_chip.h
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ZD_CHIP_H
diff --git a/drivers/net/wireless/zd1211rw/zd_def.h b/drivers/net/wireless/zd1211rw/zd_def.h
index 9a1b013..41bd755 100644
--- a/drivers/net/wireless/zd1211rw/zd_def.h
+++ b/drivers/net/wireless/zd1211rw/zd_def.h
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ZD_DEF_H
diff --git a/drivers/net/wireless/zd1211rw/zd_mac.c b/drivers/net/wireless/zd1211rw/zd_mac.c
index c6208a7..eff79a3 100644
--- a/drivers/net/wireless/zd1211rw/zd_mac.c
+++ b/drivers/net/wireless/zd1211rw/zd_mac.c
@@ -16,8 +16,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/netdevice.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_mac.h b/drivers/net/wireless/zd1211rw/zd_mac.h
index c01eca8..5a48423 100644
--- a/drivers/net/wireless/zd1211rw/zd_mac.h
+++ b/drivers/net/wireless/zd1211rw/zd_mac.h
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ZD_MAC_H
diff --git a/drivers/net/wireless/zd1211rw/zd_rf.c b/drivers/net/wireless/zd1211rw/zd_rf.c
index c875ee0..dc179c4 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/errno.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_rf.h b/drivers/net/wireless/zd1211rw/zd_rf.h
index 725b7c9..8f14e25 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf.h
+++ b/drivers/net/wireless/zd1211rw/zd_rf.h
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ZD_RF_H
diff --git a/drivers/net/wireless/zd1211rw/zd_rf_al2230.c b/drivers/net/wireless/zd1211rw/zd_rf_al2230.c
index 12babcb..99aed7d 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf_al2230.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf_al2230.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c b/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c
index 385c670..5fea485 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf_al7230b.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_rf_rf2959.c b/drivers/net/wireless/zd1211rw/zd_rf_rf2959.c
index 784d9cc..a93f657 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf_rf2959.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf_rf2959.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_rf_uw2453.c b/drivers/net/wireless/zd1211rw/zd_rf_uw2453.c
index c4d324e..61b9240 100644
--- a/drivers/net/wireless/zd1211rw/zd_rf_uw2453.c
+++ b/drivers/net/wireless/zd1211rw/zd_rf_uw2453.c
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_usb.c b/drivers/net/wireless/zd1211rw/zd_usb.c
index 84d94f5..a912dc0 100644
--- a/drivers/net/wireless/zd1211rw/zd_usb.c
+++ b/drivers/net/wireless/zd1211rw/zd_usb.c
@@ -15,8 +15,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
diff --git a/drivers/net/wireless/zd1211rw/zd_usb.h b/drivers/net/wireless/zd1211rw/zd_usb.h
index 45e3bb2..a9075f2 100644
--- a/drivers/net/wireless/zd1211rw/zd_usb.h
+++ b/drivers/net/wireless/zd1211rw/zd_usb.h
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _ZD_USB_H
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [net 2/5] rt2x00: Fix FSF address in file headers
  2013-12-06 11:32 [net 1/5] zd1211rw: Fix FSF address in file headers Jeff Kirsher
@ 2013-12-06 11:32 ` Jeff Kirsher
  2013-12-06 12:03   ` Gertjan van Wingerde
  2013-12-06 11:32 ` [net 3/5] prism54: " Jeff Kirsher
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Jeff Kirsher @ 2013-12-06 11:32 UTC (permalink / raw)
  To: John W. Linville
  Cc: Jeff Kirsher, linux-wireless, Ivo van Doorn, Gertjan van Wingerde,
	Helmut Schaa

Several files refer to an old address for the Free Software Foundation
in the file header comment.  Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

CC: linux-wireless@vger.kernel.org
CC: Ivo van Doorn <IvDoorn@gmail.com>
CC: Gertjan van Wingerde <gwingerde@gmail.com>
CC: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/wireless/rt2x00/rt2400pci.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2400pci.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2500pci.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2500pci.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2500usb.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2500usb.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2800.h         | 4 +---
 drivers/net/wireless/rt2x00/rt2800lib.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2800lib.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2800mmio.c     | 4 +---
 drivers/net/wireless/rt2x00/rt2800mmio.h     | 4 +---
 drivers/net/wireless/rt2x00/rt2800pci.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2800pci.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2800soc.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2800usb.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2800usb.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00.h         | 4 +---
 drivers/net/wireless/rt2x00/rt2x00config.c   | 4 +---
 drivers/net/wireless/rt2x00/rt2x00crypto.c   | 4 +---
 drivers/net/wireless/rt2x00/rt2x00debug.c    | 4 +---
 drivers/net/wireless/rt2x00/rt2x00debug.h    | 4 +---
 drivers/net/wireless/rt2x00/rt2x00dev.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00dump.h     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00firmware.c | 4 +---
 drivers/net/wireless/rt2x00/rt2x00leds.c     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00leds.h     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00lib.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00link.c     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00mac.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00mmio.c     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00mmio.h     | 4 +---
 drivers/net/wireless/rt2x00/rt2x00pci.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00pci.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00queue.c    | 4 +---
 drivers/net/wireless/rt2x00/rt2x00queue.h    | 4 +---
 drivers/net/wireless/rt2x00/rt2x00reg.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00soc.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00soc.h      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00usb.c      | 4 +---
 drivers/net/wireless/rt2x00/rt2x00usb.h      | 4 +---
 drivers/net/wireless/rt2x00/rt61pci.c        | 4 +---
 drivers/net/wireless/rt2x00/rt61pci.h        | 4 +---
 drivers/net/wireless/rt2x00/rt73usb.c        | 4 +---
 drivers/net/wireless/rt2x00/rt73usb.h        | 4 +---
 44 files changed, 44 insertions(+), 132 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c
index 38ed9a3..4ad0de9 100644
--- a/drivers/net/wireless/rt2x00/rt2400pci.c
+++ b/drivers/net/wireless/rt2x00/rt2400pci.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h
index e4b07f0..0fd3a9d 100644
--- a/drivers/net/wireless/rt2x00/rt2400pci.h
+++ b/drivers/net/wireless/rt2x00/rt2400pci.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
index 0ac5c58..4f61ffb 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.c
+++ b/drivers/net/wireless/rt2x00/rt2500pci.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h
index 9c10068..573e87b 100644
--- a/drivers/net/wireless/rt2x00/rt2500pci.h
+++ b/drivers/net/wireless/rt2x00/rt2500pci.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c
index 85acc79..1bb7693 100644
--- a/drivers/net/wireless/rt2x00/rt2500usb.c
+++ b/drivers/net/wireless/rt2x00/rt2500usb.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2500usb.h b/drivers/net/wireless/rt2x00/rt2500usb.h
index 1b91a4c..afba073 100644
--- a/drivers/net/wireless/rt2x00/rt2500usb.h
+++ b/drivers/net/wireless/rt2x00/rt2500usb.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h
index aab6b5e..a394a9a 100644
--- a/drivers/net/wireless/rt2x00/rt2800.h
+++ b/drivers/net/wireless/rt2x00/rt2800.h
@@ -21,9 +21,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
index 776aff3..e1145c0 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
@@ -24,9 +24,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800lib.h b/drivers/net/wireless/rt2x00/rt2800lib.h
index a94ba44..3019db6 100644
--- a/drivers/net/wireless/rt2x00/rt2800lib.h
+++ b/drivers/net/wireless/rt2x00/rt2800lib.h
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef RT2800LIB_H
diff --git a/drivers/net/wireless/rt2x00/rt2800mmio.c b/drivers/net/wireless/rt2x00/rt2800mmio.c
index a8cc736..de4790b 100644
--- a/drivers/net/wireless/rt2x00/rt2800mmio.c
+++ b/drivers/net/wireless/rt2x00/rt2800mmio.c
@@ -19,9 +19,7 @@
  *	GNU General Public License for more details.
  *
  *	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.,
- *	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*	Module: rt2800mmio
diff --git a/drivers/net/wireless/rt2x00/rt2800mmio.h b/drivers/net/wireless/rt2x00/rt2800mmio.h
index 6a10de3..b63312c 100644
--- a/drivers/net/wireless/rt2x00/rt2800mmio.h
+++ b/drivers/net/wireless/rt2x00/rt2800mmio.h
@@ -19,9 +19,7 @@
  *	GNU General Public License for more details.
  *
  *	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.,
- *	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*	Module: rt2800mmio
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index b504455..a5b32ca 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -20,9 +20,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.h b/drivers/net/wireless/rt2x00/rt2800pci.h
index a81c9ee..9dfef46 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.h
+++ b/drivers/net/wireless/rt2x00/rt2800pci.h
@@ -20,9 +20,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800soc.c b/drivers/net/wireless/rt2x00/rt2800soc.c
index 1359227..f6d1bf5 100644
--- a/drivers/net/wireless/rt2x00/rt2800soc.c
+++ b/drivers/net/wireless/rt2x00/rt2800soc.c
@@ -19,9 +19,7 @@
  *	GNU General Public License for more details.
  *
  *	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.,
- *	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*	Module: rt2800soc
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index a81ceb6..49ff178 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -18,9 +18,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.h b/drivers/net/wireless/rt2x00/rt2800usb.h
index 671ea35..ea7cac0 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.h
+++ b/drivers/net/wireless/rt2x00/rt2800usb.h
@@ -17,9 +17,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index e4ba2ce..e3b885d 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -15,9 +15,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00config.c b/drivers/net/wireless/rt2x00/rt2x00config.c
index 8cb43f8..1122dc4 100644
--- a/drivers/net/wireless/rt2x00/rt2x00config.c
+++ b/drivers/net/wireless/rt2x00/rt2x00config.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00crypto.c b/drivers/net/wireless/rt2x00/rt2x00crypto.c
index 3db0d99..a2fd05b 100644
--- a/drivers/net/wireless/rt2x00/rt2x00crypto.c
+++ b/drivers/net/wireless/rt2x00/rt2x00crypto.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.c b/drivers/net/wireless/rt2x00/rt2x00debug.c
index 7f7baae..2e3d164 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.c
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.h b/drivers/net/wireless/rt2x00/rt2x00debug.h
index e11d39b..e65712c 100644
--- a/drivers/net/wireless/rt2x00/rt2x00debug.h
+++ b/drivers/net/wireless/rt2x00/rt2x00debug.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
index 9dd92a7..00c3fae 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00dump.h b/drivers/net/wireless/rt2x00/rt2x00dump.h
index 063ebcc..4c0e01b 100644
--- a/drivers/net/wireless/rt2x00/rt2x00dump.h
+++ b/drivers/net/wireless/rt2x00/rt2x00dump.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00firmware.c b/drivers/net/wireless/rt2x00/rt2x00firmware.c
index 1b4254b..fbae279 100644
--- a/drivers/net/wireless/rt2x00/rt2x00firmware.c
+++ b/drivers/net/wireless/rt2x00/rt2x00firmware.c
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.c b/drivers/net/wireless/rt2x00/rt2x00leds.c
index 997a6c8..c681d04 100644
--- a/drivers/net/wireless/rt2x00/rt2x00leds.c
+++ b/drivers/net/wireless/rt2x00/rt2x00leds.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.h b/drivers/net/wireless/rt2x00/rt2x00leds.h
index 3b46f0c..b2c5269 100644
--- a/drivers/net/wireless/rt2x00/rt2x00leds.h
+++ b/drivers/net/wireless/rt2x00/rt2x00leds.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
index 7f40ab8..fb7c349 100644
--- a/drivers/net/wireless/rt2x00/rt2x00lib.h
+++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00link.c b/drivers/net/wireless/rt2x00/rt2x00link.c
index c2b3b66..9b941c0 100644
--- a/drivers/net/wireless/rt2x00/rt2x00link.c
+++ b/drivers/net/wireless/rt2x00/rt2x00link.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c
index 2183e79..ddeb5a7 100644
--- a/drivers/net/wireless/rt2x00/rt2x00mac.c
+++ b/drivers/net/wireless/rt2x00/rt2x00mac.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00mmio.c b/drivers/net/wireless/rt2x00/rt2x00mmio.c
index 64b06c6..6f236ea 100644
--- a/drivers/net/wireless/rt2x00/rt2x00mmio.c
+++ b/drivers/net/wireless/rt2x00/rt2x00mmio.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00mmio.h b/drivers/net/wireless/rt2x00/rt2x00mmio.h
index cda3dbc..701c312 100644
--- a/drivers/net/wireless/rt2x00/rt2x00mmio.h
+++ b/drivers/net/wireless/rt2x00/rt2x00mmio.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c b/drivers/net/wireless/rt2x00/rt2x00pci.c
index 25da20e..82819e0 100644
--- a/drivers/net/wireless/rt2x00/rt2x00pci.c
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.h b/drivers/net/wireless/rt2x00/rt2x00pci.h
index 60d90b2..bc0ca5f 100644
--- a/drivers/net/wireless/rt2x00/rt2x00pci.h
+++ b/drivers/net/wireless/rt2x00/rt2x00pci.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.c b/drivers/net/wireless/rt2x00/rt2x00queue.c
index a5d38e8..5642ccc 100644
--- a/drivers/net/wireless/rt2x00/rt2x00queue.c
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.c
@@ -15,9 +15,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.h b/drivers/net/wireless/rt2x00/rt2x00queue.h
index ebe1172..c48125b 100644
--- a/drivers/net/wireless/rt2x00/rt2x00queue.h
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00reg.h b/drivers/net/wireless/rt2x00/rt2x00reg.h
index 6f867ee..3cc541d 100644
--- a/drivers/net/wireless/rt2x00/rt2x00reg.h
+++ b/drivers/net/wireless/rt2x00/rt2x00reg.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
index 9271a5f..69a0cda 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.c
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.h b/drivers/net/wireless/rt2x00/rt2x00soc.h
index 474cbfc..9948d35 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.h
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.c b/drivers/net/wireless/rt2x00/rt2x00usb.c
index 4e12162..1057245 100644
--- a/drivers/net/wireless/rt2x00/rt2x00usb.c
+++ b/drivers/net/wireless/rt2x00/rt2x00usb.c
@@ -14,9 +14,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.h b/drivers/net/wireless/rt2x00/rt2x00usb.h
index 323ca7b..e7bcf62 100644
--- a/drivers/net/wireless/rt2x00/rt2x00usb.h
+++ b/drivers/net/wireless/rt2x00/rt2x00usb.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c
index a5b69cb..b76f604 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.c
+++ b/drivers/net/wireless/rt2x00/rt61pci.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h
index 9bc6b60..1442075 100644
--- a/drivers/net/wireless/rt2x00/rt61pci.h
+++ b/drivers/net/wireless/rt2x00/rt61pci.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c
index 1baf9c8..ade88d7 100644
--- a/drivers/net/wireless/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/rt2x00/rt73usb.c
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h
index 7577e0b..4a4f235 100644
--- a/drivers/net/wireless/rt2x00/rt73usb.h
+++ b/drivers/net/wireless/rt2x00/rt73usb.h
@@ -13,9 +13,7 @@
 	GNU General Public License for more details.
 
 	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.,
-	59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+	along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [net 3/5] prism54: Fix FSF address in file headers
  2013-12-06 11:32 [net 1/5] zd1211rw: Fix FSF address in file headers Jeff Kirsher
  2013-12-06 11:32 ` [net 2/5] rt2x00: " Jeff Kirsher
@ 2013-12-06 11:32 ` Jeff Kirsher
  2013-12-06 11:32 ` [net 4/5] drivers/net/wireless: " Jeff Kirsher
  2013-12-06 11:32 ` [net 5/5] rfkill: " Jeff Kirsher
  3 siblings, 0 replies; 8+ messages in thread
From: Jeff Kirsher @ 2013-12-06 11:32 UTC (permalink / raw)
  To: John W. Linville; +Cc: Jeff Kirsher, linux-wireless, Luis R. Rodriguez

Several files refer to an old address for the Free Software Foundation
in the file header comment.  Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

CC: linux-wireless@vger.kernel.org
CC: "Luis R. Rodriguez" <mcgrof@gmail.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/wireless/prism54/isl_38xx.c       | 3 +--
 drivers/net/wireless/prism54/isl_38xx.h       | 3 +--
 drivers/net/wireless/prism54/isl_ioctl.c      | 3 +--
 drivers/net/wireless/prism54/isl_ioctl.h      | 3 +--
 drivers/net/wireless/prism54/isl_oid.h        | 3 +--
 drivers/net/wireless/prism54/islpci_dev.c     | 3 +--
 drivers/net/wireless/prism54/islpci_dev.h     | 3 +--
 drivers/net/wireless/prism54/islpci_eth.c     | 3 +--
 drivers/net/wireless/prism54/islpci_eth.h     | 3 +--
 drivers/net/wireless/prism54/islpci_hotplug.c | 3 +--
 drivers/net/wireless/prism54/islpci_mgt.c     | 3 +--
 drivers/net/wireless/prism54/islpci_mgt.h     | 3 +--
 drivers/net/wireless/prism54/oid_mgt.c        | 3 +--
 drivers/net/wireless/prism54/oid_mgt.h        | 3 +--
 drivers/net/wireless/prism54/prismcompat.h    | 3 +--
 15 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/drivers/net/wireless/prism54/isl_38xx.c b/drivers/net/wireless/prism54/isl_38xx.c
index 02fc67b..333c1a2 100644
--- a/drivers/net/wireless/prism54/isl_38xx.c
+++ b/drivers/net/wireless/prism54/isl_38xx.c
@@ -12,8 +12,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/isl_38xx.h b/drivers/net/wireless/prism54/isl_38xx.h
index 19c33d3..547ab88 100644
--- a/drivers/net/wireless/prism54/isl_38xx.h
+++ b/drivers/net/wireless/prism54/isl_38xx.h
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/isl_ioctl.c b/drivers/net/wireless/prism54/isl_ioctl.c
index 8863a6c..df784fe 100644
--- a/drivers/net/wireless/prism54/isl_ioctl.c
+++ b/drivers/net/wireless/prism54/isl_ioctl.c
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/isl_ioctl.h b/drivers/net/wireless/prism54/isl_ioctl.h
index a34bceb..842a254 100644
--- a/drivers/net/wireless/prism54/isl_ioctl.h
+++ b/drivers/net/wireless/prism54/isl_ioctl.h
@@ -13,8 +13,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/isl_oid.h b/drivers/net/wireless/prism54/isl_oid.h
index 59e3125..83fec55 100644
--- a/drivers/net/wireless/prism54/isl_oid.h
+++ b/drivers/net/wireless/prism54/isl_oid.h
@@ -13,8 +13,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_dev.c b/drivers/net/wireless/prism54/islpci_dev.c
index e05d9b4..53884ca 100644
--- a/drivers/net/wireless/prism54/islpci_dev.c
+++ b/drivers/net/wireless/prism54/islpci_dev.c
@@ -13,8 +13,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_dev.h b/drivers/net/wireless/prism54/islpci_dev.h
index c404038..f6f088e 100644
--- a/drivers/net/wireless/prism54/islpci_dev.h
+++ b/drivers/net/wireless/prism54/islpci_dev.h
@@ -14,8 +14,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_eth.c b/drivers/net/wireless/prism54/islpci_eth.c
index 799e148..674658f 100644
--- a/drivers/net/wireless/prism54/islpci_eth.c
+++ b/drivers/net/wireless/prism54/islpci_eth.c
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_eth.h b/drivers/net/wireless/prism54/islpci_eth.h
index 6ca30a5..80f50f1 100644
--- a/drivers/net/wireless/prism54/islpci_eth.h
+++ b/drivers/net/wireless/prism54/islpci_eth.h
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_hotplug.c b/drivers/net/wireless/prism54/islpci_hotplug.c
index 9e68e0c..890334a 100644
--- a/drivers/net/wireless/prism54/islpci_hotplug.c
+++ b/drivers/net/wireless/prism54/islpci_hotplug.c
@@ -12,8 +12,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_mgt.c b/drivers/net/wireless/prism54/islpci_mgt.c
index 9f19cce..0de14df 100644
--- a/drivers/net/wireless/prism54/islpci_mgt.c
+++ b/drivers/net/wireless/prism54/islpci_mgt.c
@@ -12,8 +12,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/islpci_mgt.h b/drivers/net/wireless/prism54/islpci_mgt.h
index 0db93db..700c434 100644
--- a/drivers/net/wireless/prism54/islpci_mgt.h
+++ b/drivers/net/wireless/prism54/islpci_mgt.h
@@ -12,8 +12,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/oid_mgt.c b/drivers/net/wireless/prism54/oid_mgt.c
index 056af38..47b34bf 100644
--- a/drivers/net/wireless/prism54/oid_mgt.c
+++ b/drivers/net/wireless/prism54/oid_mgt.c
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/oid_mgt.h b/drivers/net/wireless/prism54/oid_mgt.h
index 92c8a2d..cf5141d 100644
--- a/drivers/net/wireless/prism54/oid_mgt.h
+++ b/drivers/net/wireless/prism54/oid_mgt.h
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/drivers/net/wireless/prism54/prismcompat.h b/drivers/net/wireless/prism54/prismcompat.h
index aa1d174..bc1401e 100644
--- a/drivers/net/wireless/prism54/prismcompat.h
+++ b/drivers/net/wireless/prism54/prismcompat.h
@@ -11,8 +11,7 @@
  *  GNU General Public License for more details.
  *
  *  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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [net 4/5] drivers/net/wireless: Fix FSF address in file headers
  2013-12-06 11:32 [net 1/5] zd1211rw: Fix FSF address in file headers Jeff Kirsher
  2013-12-06 11:32 ` [net 2/5] rt2x00: " Jeff Kirsher
  2013-12-06 11:32 ` [net 3/5] prism54: " Jeff Kirsher
@ 2013-12-06 11:32 ` Jeff Kirsher
  2013-12-06 11:32 ` [net 5/5] rfkill: " Jeff Kirsher
  3 siblings, 0 replies; 8+ messages in thread
From: Jeff Kirsher @ 2013-12-06 11:32 UTC (permalink / raw)
  To: John W. Linville
  Cc: Jeff Kirsher, linux-wireless, Simon Kelley, Christian Lamparter,
	Jussi Kivilinna

Several files refer to an old address for the Free Software Foundation
in the file header comment.  Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

CC: linux-wireless@vger.kernel.org
CC: Simon Kelley <simon@thekelleys.org.uk>
CC: Christian Lamparter <chunkeey@googlemail.com>
CC: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/wireless/atmel.c         | 7 +++----
 drivers/net/wireless/atmel.h         | 4 ++--
 drivers/net/wireless/atmel_cs.c      | 4 ++--
 drivers/net/wireless/atmel_pci.c     | 4 ++--
 drivers/net/wireless/libertas/README | 5 ++---
 drivers/net/wireless/p54/net2280.h   | 3 +--
 drivers/net/wireless/ray_cs.c        | 3 +--
 drivers/net/wireless/rndis_wlan.c    | 3 +--
 8 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c
index 0d950f2..b73b7e3 100644
--- a/drivers/net/wireless/atmel.c
+++ b/drivers/net/wireless/atmel.c
@@ -28,8 +28,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Atmel wireless lan drivers; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with Atmel wireless lan drivers; if not, see
+    <http://www.gnu.org/licenses/>.
 
     For all queries about this code, please contact the current author,
     Simon Kelley <simon@thekelleys.org.uk> and not Atmel Corporation.
@@ -4278,8 +4278,7 @@ static void atmel_wmem32(struct atmel_private *priv, u16 pos, u32 data)
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with AtmelMACFW; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with AtmelMACFW; if not, see <http://www.gnu.org/licenses/>.
 
 ****************************************************************************/
 /* This firmware should work on the 76C502 RFMD, RFMD_D, and RFMD_E        */
diff --git a/drivers/net/wireless/atmel.h b/drivers/net/wireless/atmel.h
index b9b3e5b..96f7318 100644
--- a/drivers/net/wireless/atmel.h
+++ b/drivers/net/wireless/atmel.h
@@ -15,8 +15,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Atmel wireless lan drivers; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with Atmel wireless lan drivers; if not, see
+    <http://www.gnu.org/licenses/>.
 
 ******************************************************************************/
 
diff --git a/drivers/net/wireless/atmel_cs.c b/drivers/net/wireless/atmel_cs.c
index 5225722..5e2749d 100644
--- a/drivers/net/wireless/atmel_cs.c
+++ b/drivers/net/wireless/atmel_cs.c
@@ -24,8 +24,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Atmel wireless lan drivers; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with Atmel wireless lan drivers; if not, see
+    <http://www.gnu.org/licenses/>.
 
 ******************************************************************************/
 
diff --git a/drivers/net/wireless/atmel_pci.c b/drivers/net/wireless/atmel_pci.c
index c1b159e..64d5973 100644
--- a/drivers/net/wireless/atmel_pci.c
+++ b/drivers/net/wireless/atmel_pci.c
@@ -15,8 +15,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with Atmel wireless lan drivers; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    along with Atmel wireless lan drivers; if not, see
+    <http://www.gnu.org/licenses/>.
 
 ******************************************************************************/
 #include <linux/pci.h>
diff --git a/drivers/net/wireless/libertas/README b/drivers/net/wireless/libertas/README
index 91f2ca9..1a554a6 100644
--- a/drivers/net/wireless/libertas/README
+++ b/drivers/net/wireless/libertas/README
@@ -8,9 +8,8 @@
  Ltd. under the terms of the GNU General Public License Version 2, June 1991
  (the "License").  You may use, redistribute and/or modify this File in
  accordance with the terms and conditions of the License, a copy of which
- is available along with the File in the license.txt file or by writing to
- the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 or on the worldwide web at http://www.gnu.org/licenses/gpl.txt.
+ is available along with the File in the license.txt file or on the worldwide
+ web at http://www.gnu.org/licenses/gpl.txt.
 
  THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
  IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
diff --git a/drivers/net/wireless/p54/net2280.h b/drivers/net/wireless/p54/net2280.h
index e3ed893..aedfaf2 100644
--- a/drivers/net/wireless/p54/net2280.h
+++ b/drivers/net/wireless/p54/net2280.h
@@ -20,8 +20,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*-------------------------------------------------------------------------*/
diff --git a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c
index 9b557a1..cbf0a58 100644
--- a/drivers/net/wireless/ray_cs.c
+++ b/drivers/net/wireless/ray_cs.c
@@ -17,8 +17,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  * Changes:
  * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 08/08/2000
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c
index 8169a85..c3cdda1 100644
--- a/drivers/net/wireless/rndis_wlan.c
+++ b/drivers/net/wireless/rndis_wlan.c
@@ -15,8 +15,7 @@
  * GNU General Public License for more details.
  *
  * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
  *  Portions of this file are based on NDISwrapper project,
  *  Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [net 5/5] rfkill: Fix FSF address in file headers
  2013-12-06 11:32 [net 1/5] zd1211rw: Fix FSF address in file headers Jeff Kirsher
                   ` (2 preceding siblings ...)
  2013-12-06 11:32 ` [net 4/5] drivers/net/wireless: " Jeff Kirsher
@ 2013-12-06 11:32 ` Jeff Kirsher
  2013-12-06 11:50   ` Johannes Berg
  3 siblings, 1 reply; 8+ messages in thread
From: Jeff Kirsher @ 2013-12-06 11:32 UTC (permalink / raw)
  To: John W. Linville; +Cc: Jeff Kirsher, linux-wireless

Several files refer to an old address for the Free Software Foundation
in the file header comment.  Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

CC: linux-wireless@vger.kernel.org
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 net/rfkill/core.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net/rfkill/core.c b/net/rfkill/core.c
index 1bacc10..ed7e0b4 100644
--- a/net/rfkill/core.c
+++ b/net/rfkill/core.c
@@ -14,9 +14,7 @@
  * GNU General Public License for more details.
  *
  * 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.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/kernel.h>
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [net 5/5] rfkill: Fix FSF address in file headers
  2013-12-06 11:32 ` [net 5/5] rfkill: " Jeff Kirsher
@ 2013-12-06 11:50   ` Johannes Berg
  2013-12-06 13:57     ` John W. Linville
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2013-12-06 11:50 UTC (permalink / raw)
  To: Jeff Kirsher; +Cc: John W. Linville, linux-wireless

On Fri, 2013-12-06 at 03:32 -0800, Jeff Kirsher wrote:
> Several files refer to an old address for the Free Software Foundation
> in the file header comment.  Resolve by replacing the address with
> the URL <http://www.gnu.org/licenses/> so that we do not have to keep
> updating the header comments anytime the address changes.

Looks good to me, I guess you want me to pick it up?

Or John - do you just want to pick up the series?

johannes


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [net 2/5] rt2x00: Fix FSF address in file headers
  2013-12-06 11:32 ` [net 2/5] rt2x00: " Jeff Kirsher
@ 2013-12-06 12:03   ` Gertjan van Wingerde
  0 siblings, 0 replies; 8+ messages in thread
From: Gertjan van Wingerde @ 2013-12-06 12:03 UTC (permalink / raw)
  To: Jeff Kirsher
  Cc: John W. Linville, linux-wireless@vger.kernel.org, Ivo van Doorn,
	Helmut Schaa

On Fri, Dec 6, 2013 at 12:32 PM, Jeff Kirsher
<jeffrey.t.kirsher@intel.com> wrote:
> Several files refer to an old address for the Free Software Foundation
> in the file header comment.  Resolve by replacing the address with
> the URL <http://www.gnu.org/licenses/> so that we do not have to keep
> updating the header comments anytime the address changes.
>
> CC: linux-wireless@vger.kernel.org
> CC: Ivo van Doorn <IvDoorn@gmail.com>
> CC: Gertjan van Wingerde <gwingerde@gmail.com>
> CC: Helmut Schaa <helmut.schaa@googlemail.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

> ---
>  drivers/net/wireless/rt2x00/rt2400pci.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2400pci.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2500pci.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2500pci.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2500usb.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2500usb.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800.h         | 4 +---
>  drivers/net/wireless/rt2x00/rt2800lib.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800lib.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800mmio.c     | 4 +---
>  drivers/net/wireless/rt2x00/rt2800mmio.h     | 4 +---
>  drivers/net/wireless/rt2x00/rt2800pci.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800pci.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800soc.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800usb.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2800usb.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00.h         | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00config.c   | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00crypto.c   | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00debug.c    | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00debug.h    | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00dev.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00dump.h     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00firmware.c | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00leds.c     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00leds.h     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00lib.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00link.c     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00mac.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00mmio.c     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00mmio.h     | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00pci.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00pci.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00queue.c    | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00queue.h    | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00reg.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00soc.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00soc.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00usb.c      | 4 +---
>  drivers/net/wireless/rt2x00/rt2x00usb.h      | 4 +---
>  drivers/net/wireless/rt2x00/rt61pci.c        | 4 +---
>  drivers/net/wireless/rt2x00/rt61pci.h        | 4 +---
>  drivers/net/wireless/rt2x00/rt73usb.c        | 4 +---
>  drivers/net/wireless/rt2x00/rt73usb.h        | 4 +---
>  44 files changed, 44 insertions(+), 132 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2400pci.c b/drivers/net/wireless/rt2x00/rt2400pci.c
> index 38ed9a3..4ad0de9 100644
> --- a/drivers/net/wireless/rt2x00/rt2400pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2400pci.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2400pci.h b/drivers/net/wireless/rt2x00/rt2400pci.h
> index e4b07f0..0fd3a9d 100644
> --- a/drivers/net/wireless/rt2x00/rt2400pci.h
> +++ b/drivers/net/wireless/rt2x00/rt2400pci.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2500pci.c b/drivers/net/wireless/rt2x00/rt2500pci.c
> index 0ac5c58..4f61ffb 100644
> --- a/drivers/net/wireless/rt2x00/rt2500pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2500pci.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h
> index 9c10068..573e87b 100644
> --- a/drivers/net/wireless/rt2x00/rt2500pci.h
> +++ b/drivers/net/wireless/rt2x00/rt2500pci.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c
> index 85acc79..1bb7693 100644
> --- a/drivers/net/wireless/rt2x00/rt2500usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2500usb.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2500usb.h b/drivers/net/wireless/rt2x00/rt2500usb.h
> index 1b91a4c..afba073 100644
> --- a/drivers/net/wireless/rt2x00/rt2500usb.h
> +++ b/drivers/net/wireless/rt2x00/rt2500usb.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h
> index aab6b5e..a394a9a 100644
> --- a/drivers/net/wireless/rt2x00/rt2800.h
> +++ b/drivers/net/wireless/rt2x00/rt2800.h
> @@ -21,9 +21,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> index 776aff3..e1145c0 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> @@ -24,9 +24,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.h b/drivers/net/wireless/rt2x00/rt2800lib.h
> index a94ba44..3019db6 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.h
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.h
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  #ifndef RT2800LIB_H
> diff --git a/drivers/net/wireless/rt2x00/rt2800mmio.c b/drivers/net/wireless/rt2x00/rt2800mmio.c
> index a8cc736..de4790b 100644
> --- a/drivers/net/wireless/rt2x00/rt2800mmio.c
> +++ b/drivers/net/wireless/rt2x00/rt2800mmio.c
> @@ -19,9 +19,7 @@
>   *     GNU General Public License for more details.
>   *
>   *     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.,
> - *     59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + *     along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*     Module: rt2800mmio
> diff --git a/drivers/net/wireless/rt2x00/rt2800mmio.h b/drivers/net/wireless/rt2x00/rt2800mmio.h
> index 6a10de3..b63312c 100644
> --- a/drivers/net/wireless/rt2x00/rt2800mmio.h
> +++ b/drivers/net/wireless/rt2x00/rt2800mmio.h
> @@ -19,9 +19,7 @@
>   *     GNU General Public License for more details.
>   *
>   *     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.,
> - *     59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + *     along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*     Module: rt2800mmio
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index b504455..a5b32ca 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -20,9 +20,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.h b/drivers/net/wireless/rt2x00/rt2800pci.h
> index a81c9ee..9dfef46 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.h
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.h
> @@ -20,9 +20,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800soc.c b/drivers/net/wireless/rt2x00/rt2800soc.c
> index 1359227..f6d1bf5 100644
> --- a/drivers/net/wireless/rt2x00/rt2800soc.c
> +++ b/drivers/net/wireless/rt2x00/rt2800soc.c
> @@ -19,9 +19,7 @@
>   *     GNU General Public License for more details.
>   *
>   *     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.,
> - *     59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> + *     along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*     Module: rt2800soc
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index a81ceb6..49ff178 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -18,9 +18,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.h b/drivers/net/wireless/rt2x00/rt2800usb.h
> index 671ea35..ea7cac0 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.h
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.h
> @@ -17,9 +17,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
> index e4ba2ce..e3b885d 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00.h
> @@ -15,9 +15,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00config.c b/drivers/net/wireless/rt2x00/rt2x00config.c
> index 8cb43f8..1122dc4 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00config.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00config.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00crypto.c b/drivers/net/wireless/rt2x00/rt2x00crypto.c
> index 3db0d99..a2fd05b 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00crypto.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00crypto.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.c b/drivers/net/wireless/rt2x00/rt2x00debug.c
> index 7f7baae..2e3d164 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00debug.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00debug.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00debug.h b/drivers/net/wireless/rt2x00/rt2x00debug.h
> index e11d39b..e65712c 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00debug.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00debug.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c
> index 9dd92a7..00c3fae 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00dev.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00dump.h b/drivers/net/wireless/rt2x00/rt2x00dump.h
> index 063ebcc..4c0e01b 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00dump.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00dump.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00firmware.c b/drivers/net/wireless/rt2x00/rt2x00firmware.c
> index 1b4254b..fbae279 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00firmware.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00firmware.c
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.c b/drivers/net/wireless/rt2x00/rt2x00leds.c
> index 997a6c8..c681d04 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00leds.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00leds.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00leds.h b/drivers/net/wireless/rt2x00/rt2x00leds.h
> index 3b46f0c..b2c5269 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00leds.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00leds.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h
> index 7f40ab8..fb7c349 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00lib.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00lib.h
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00link.c b/drivers/net/wireless/rt2x00/rt2x00link.c
> index c2b3b66..9b941c0 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00link.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00link.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c
> index 2183e79..ddeb5a7 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00mac.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00mac.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00mmio.c b/drivers/net/wireless/rt2x00/rt2x00mmio.c
> index 64b06c6..6f236ea 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00mmio.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00mmio.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00mmio.h b/drivers/net/wireless/rt2x00/rt2x00mmio.h
> index cda3dbc..701c312 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00mmio.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00mmio.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.c b/drivers/net/wireless/rt2x00/rt2x00pci.c
> index 25da20e..82819e0 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00pci.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00pci.h b/drivers/net/wireless/rt2x00/rt2x00pci.h
> index 60d90b2..bc0ca5f 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00pci.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00pci.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.c b/drivers/net/wireless/rt2x00/rt2x00queue.c
> index a5d38e8..5642ccc 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00queue.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00queue.c
> @@ -15,9 +15,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.h b/drivers/net/wireless/rt2x00/rt2x00queue.h
> index ebe1172..c48125b 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00queue.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00queue.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00reg.h b/drivers/net/wireless/rt2x00/rt2x00reg.h
> index 6f867ee..3cc541d 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00reg.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00reg.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
> index 9271a5f..69a0cda 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00soc.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.h b/drivers/net/wireless/rt2x00/rt2x00soc.h
> index 474cbfc..9948d35 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00soc.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00soc.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.c b/drivers/net/wireless/rt2x00/rt2x00usb.c
> index 4e12162..1057245 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00usb.c
> @@ -14,9 +14,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt2x00usb.h b/drivers/net/wireless/rt2x00/rt2x00usb.h
> index 323ca7b..e7bcf62 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00usb.h
> +++ b/drivers/net/wireless/rt2x00/rt2x00usb.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt61pci.c b/drivers/net/wireless/rt2x00/rt61pci.c
> index a5b69cb..b76f604 100644
> --- a/drivers/net/wireless/rt2x00/rt61pci.c
> +++ b/drivers/net/wireless/rt2x00/rt61pci.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt61pci.h b/drivers/net/wireless/rt2x00/rt61pci.h
> index 9bc6b60..1442075 100644
> --- a/drivers/net/wireless/rt2x00/rt61pci.h
> +++ b/drivers/net/wireless/rt2x00/rt61pci.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c
> index 1baf9c8..ade88d7 100644
> --- a/drivers/net/wireless/rt2x00/rt73usb.c
> +++ b/drivers/net/wireless/rt2x00/rt73usb.c
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> diff --git a/drivers/net/wireless/rt2x00/rt73usb.h b/drivers/net/wireless/rt2x00/rt73usb.h
> index 7577e0b..4a4f235 100644
> --- a/drivers/net/wireless/rt2x00/rt73usb.h
> +++ b/drivers/net/wireless/rt2x00/rt73usb.h
> @@ -13,9 +13,7 @@
>         GNU General Public License for more details.
>
>         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.,
> -       59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
> +       along with this program; if not, see <http://www.gnu.org/licenses/>.
>   */
>
>  /*
> --
> 1.8.3.1
>



-- 
---
Gertjan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [net 5/5] rfkill: Fix FSF address in file headers
  2013-12-06 11:50   ` Johannes Berg
@ 2013-12-06 13:57     ` John W. Linville
  0 siblings, 0 replies; 8+ messages in thread
From: John W. Linville @ 2013-12-06 13:57 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Jeff Kirsher, linux-wireless

On Fri, Dec 06, 2013 at 12:50:04PM +0100, Johannes Berg wrote:
> On Fri, 2013-12-06 at 03:32 -0800, Jeff Kirsher wrote:
> > Several files refer to an old address for the Free Software Foundation
> > in the file header comment.  Resolve by replacing the address with
> > the URL <http://www.gnu.org/licenses/> so that we do not have to keep
> > updating the header comments anytime the address changes.
> 
> Looks good to me, I guess you want me to pick it up?
> 
> Or John - do you just want to pick up the series?
> 
> johannes

I'll just take the series.

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-06 14:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 11:32 [net 1/5] zd1211rw: Fix FSF address in file headers Jeff Kirsher
2013-12-06 11:32 ` [net 2/5] rt2x00: " Jeff Kirsher
2013-12-06 12:03   ` Gertjan van Wingerde
2013-12-06 11:32 ` [net 3/5] prism54: " Jeff Kirsher
2013-12-06 11:32 ` [net 4/5] drivers/net/wireless: " Jeff Kirsher
2013-12-06 11:32 ` [net 5/5] rfkill: " Jeff Kirsher
2013-12-06 11:50   ` Johannes Berg
2013-12-06 13:57     ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).