rt2x00: Fix FSF address in file headers
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 6 Dec 2013 11:32:11 +0000 (03:32 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 11 Dec 2013 15:56:19 +0000 (10:56 -0500)
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>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
44 files changed:
drivers/net/wireless/rt2x00/rt2400pci.c
drivers/net/wireless/rt2x00/rt2400pci.h
drivers/net/wireless/rt2x00/rt2500pci.c
drivers/net/wireless/rt2x00/rt2500pci.h
drivers/net/wireless/rt2x00/rt2500usb.c
drivers/net/wireless/rt2x00/rt2500usb.h
drivers/net/wireless/rt2x00/rt2800.h
drivers/net/wireless/rt2x00/rt2800lib.c
drivers/net/wireless/rt2x00/rt2800lib.h
drivers/net/wireless/rt2x00/rt2800mmio.c
drivers/net/wireless/rt2x00/rt2800mmio.h
drivers/net/wireless/rt2x00/rt2800pci.c
drivers/net/wireless/rt2x00/rt2800pci.h
drivers/net/wireless/rt2x00/rt2800soc.c
drivers/net/wireless/rt2x00/rt2800usb.c
drivers/net/wireless/rt2x00/rt2800usb.h
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00config.c
drivers/net/wireless/rt2x00/rt2x00crypto.c
drivers/net/wireless/rt2x00/rt2x00debug.c
drivers/net/wireless/rt2x00/rt2x00debug.h
drivers/net/wireless/rt2x00/rt2x00dev.c
drivers/net/wireless/rt2x00/rt2x00dump.h
drivers/net/wireless/rt2x00/rt2x00firmware.c
drivers/net/wireless/rt2x00/rt2x00leds.c
drivers/net/wireless/rt2x00/rt2x00leds.h
drivers/net/wireless/rt2x00/rt2x00lib.h
drivers/net/wireless/rt2x00/rt2x00link.c
drivers/net/wireless/rt2x00/rt2x00mac.c
drivers/net/wireless/rt2x00/rt2x00mmio.c
drivers/net/wireless/rt2x00/rt2x00mmio.h
drivers/net/wireless/rt2x00/rt2x00pci.c
drivers/net/wireless/rt2x00/rt2x00pci.h
drivers/net/wireless/rt2x00/rt2x00queue.c
drivers/net/wireless/rt2x00/rt2x00queue.h
drivers/net/wireless/rt2x00/rt2x00reg.h
drivers/net/wireless/rt2x00/rt2x00soc.c
drivers/net/wireless/rt2x00/rt2x00soc.h
drivers/net/wireless/rt2x00/rt2x00usb.c
drivers/net/wireless/rt2x00/rt2x00usb.h
drivers/net/wireless/rt2x00/rt61pci.c
drivers/net/wireless/rt2x00/rt61pci.h
drivers/net/wireless/rt2x00/rt73usb.c
drivers/net/wireless/rt2x00/rt73usb.h

index 38ed9a3..4ad0de9 100644 (file)
@@ -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/>.
  */
 
 /*
index e4b07f0..0fd3a9d 100644 (file)
@@ -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/>.
  */
 
 /*
index 0ac5c58..4f61ffb 100644 (file)
@@ -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/>.
  */
 
 /*
index 9c10068..573e87b 100644 (file)
@@ -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/>.
  */
 
 /*
index 85acc79..1bb7693 100644 (file)
@@ -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/>.
  */
 
 /*
index 1b91a4c..afba073 100644 (file)
@@ -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/>.
  */
 
 /*
index aab6b5e..a394a9a 100644 (file)
@@ -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/>.
  */
 
 /*
index 5ee5b29..b8f5b06 100644 (file)
@@ -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/>.
  */
 
 /*
index a94ba44..3019db6 100644 (file)
@@ -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
index a8cc736..de4790b 100644 (file)
@@ -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
index 6a10de3..b63312c 100644 (file)
@@ -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
index b504455..a5b32ca 100644 (file)
@@ -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/>.
  */
 
 /*
index a81c9ee..9dfef46 100644 (file)
@@ -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/>.
  */
 
 /*
index 1359227..f6d1bf5 100644 (file)
@@ -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
index a81ceb6..49ff178 100644 (file)
@@ -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/>.
  */
 
 /*
index 671ea35..ea7cac0 100644 (file)
@@ -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/>.
  */
 
 /*
index e4ba2ce..e3b885d 100644 (file)
@@ -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/>.
  */
 
 /*
index 8cb43f8..1122dc4 100644 (file)
@@ -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/>.
  */
 
 /*
index 3db0d99..a2fd05b 100644 (file)
@@ -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/>.
  */
 
 /*
index 7f7baae..2e3d164 100644 (file)
@@ -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/>.
  */
 
 /*
index e11d39b..e65712c 100644 (file)
@@ -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/>.
  */
 
 /*
index 9dd92a7..00c3fae 100644 (file)
@@ -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/>.
  */
 
 /*
index 063ebcc..4c0e01b 100644 (file)
@@ -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/>.
  */
 
 /*
index 1b4254b..fbae279 100644 (file)
@@ -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/>.
  */
 
 /*
index 997a6c8..c681d04 100644 (file)
@@ -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/>.
  */
 
 /*
index 3b46f0c..b2c5269 100644 (file)
@@ -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/>.
  */
 
 /*
index 7f40ab8..fb7c349 100644 (file)
@@ -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/>.
  */
 
 /*
index c2b3b66..9b941c0 100644 (file)
@@ -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/>.
  */
 
 /*
index 2183e79..ddeb5a7 100644 (file)
@@ -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/>.
  */
 
 /*
index 64b06c6..6f236ea 100644 (file)
@@ -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/>.
  */
 
 /*
index cda3dbc..701c312 100644 (file)
@@ -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/>.
  */
 
 /*
index af72183..d93db4b 100644 (file)
@@ -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/>.
  */
 
 /*
index 60d90b2..bc0ca5f 100644 (file)
@@ -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/>.
  */
 
 /*
index a5d38e8..5642ccc 100644 (file)
@@ -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/>.
  */
 
 /*
index ebe1172..c48125b 100644 (file)
@@ -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/>.
  */
 
 /*
index 6f867ee..3cc541d 100644 (file)
@@ -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/>.
  */
 
 /*
index 9271a5f..69a0cda 100644 (file)
@@ -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/>.
  */
 
 /*
index 474cbfc..9948d35 100644 (file)
@@ -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/>.
  */
 
 /*
index 4e12162..1057245 100644 (file)
@@ -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/>.
  */
 
 /*
index 323ca7b..e7bcf62 100644 (file)
@@ -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/>.
  */
 
 /*
index a5b69cb..b76f604 100644 (file)
@@ -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/>.
  */
 
 /*
index 9bc6b60..1442075 100644 (file)
@@ -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/>.
  */
 
 /*
index 1baf9c8..ade88d7 100644 (file)
@@ -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/>.
  */
 
 /*
index 7577e0b..4a4f235 100644 (file)
@@ -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/>.
  */
 
 /*