Parcourir la source

rt2x00: Fix FSF address in file headers

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>
Jeff Kirsher il y a 11 ans
Parent
commit
a05b8c580c
44 fichiers modifiés avec 44 ajouts et 132 suppressions
  1. 1 3
      drivers/net/wireless/rt2x00/rt2400pci.c
  2. 1 3
      drivers/net/wireless/rt2x00/rt2400pci.h
  3. 1 3
      drivers/net/wireless/rt2x00/rt2500pci.c
  4. 1 3
      drivers/net/wireless/rt2x00/rt2500pci.h
  5. 1 3
      drivers/net/wireless/rt2x00/rt2500usb.c
  6. 1 3
      drivers/net/wireless/rt2x00/rt2500usb.h
  7. 1 3
      drivers/net/wireless/rt2x00/rt2800.h
  8. 1 3
      drivers/net/wireless/rt2x00/rt2800lib.c
  9. 1 3
      drivers/net/wireless/rt2x00/rt2800lib.h
  10. 1 3
      drivers/net/wireless/rt2x00/rt2800mmio.c
  11. 1 3
      drivers/net/wireless/rt2x00/rt2800mmio.h
  12. 1 3
      drivers/net/wireless/rt2x00/rt2800pci.c
  13. 1 3
      drivers/net/wireless/rt2x00/rt2800pci.h
  14. 1 3
      drivers/net/wireless/rt2x00/rt2800soc.c
  15. 1 3
      drivers/net/wireless/rt2x00/rt2800usb.c
  16. 1 3
      drivers/net/wireless/rt2x00/rt2800usb.h
  17. 1 3
      drivers/net/wireless/rt2x00/rt2x00.h
  18. 1 3
      drivers/net/wireless/rt2x00/rt2x00config.c
  19. 1 3
      drivers/net/wireless/rt2x00/rt2x00crypto.c
  20. 1 3
      drivers/net/wireless/rt2x00/rt2x00debug.c
  21. 1 3
      drivers/net/wireless/rt2x00/rt2x00debug.h
  22. 1 3
      drivers/net/wireless/rt2x00/rt2x00dev.c
  23. 1 3
      drivers/net/wireless/rt2x00/rt2x00dump.h
  24. 1 3
      drivers/net/wireless/rt2x00/rt2x00firmware.c
  25. 1 3
      drivers/net/wireless/rt2x00/rt2x00leds.c
  26. 1 3
      drivers/net/wireless/rt2x00/rt2x00leds.h
  27. 1 3
      drivers/net/wireless/rt2x00/rt2x00lib.h
  28. 1 3
      drivers/net/wireless/rt2x00/rt2x00link.c
  29. 1 3
      drivers/net/wireless/rt2x00/rt2x00mac.c
  30. 1 3
      drivers/net/wireless/rt2x00/rt2x00mmio.c
  31. 1 3
      drivers/net/wireless/rt2x00/rt2x00mmio.h
  32. 1 3
      drivers/net/wireless/rt2x00/rt2x00pci.c
  33. 1 3
      drivers/net/wireless/rt2x00/rt2x00pci.h
  34. 1 3
      drivers/net/wireless/rt2x00/rt2x00queue.c
  35. 1 3
      drivers/net/wireless/rt2x00/rt2x00queue.h
  36. 1 3
      drivers/net/wireless/rt2x00/rt2x00reg.h
  37. 1 3
      drivers/net/wireless/rt2x00/rt2x00soc.c
  38. 1 3
      drivers/net/wireless/rt2x00/rt2x00soc.h
  39. 1 3
      drivers/net/wireless/rt2x00/rt2x00usb.c
  40. 1 3
      drivers/net/wireless/rt2x00/rt2x00usb.h
  41. 1 3
      drivers/net/wireless/rt2x00/rt61pci.c
  42. 1 3
      drivers/net/wireless/rt2x00/rt61pci.h
  43. 1 3
      drivers/net/wireless/rt2x00/rt73usb.c
  44. 1 3
      drivers/net/wireless/rt2x00/rt73usb.h

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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

+ 1 - 3
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

+ 1 - 3
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

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*

+ 1 - 3
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/>.
  */
 
 /*