Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: 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: Oliver Neukum <oliver@neukum.org>
CC: Steve Glendinning <steve.glendinning@shawell.net>
CC: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jeff Kirsher and committed by
David S. Miller
9cb00073 e8478de3

+25 -50
+1 -2
drivers/net/usb/asix.h
··· 16 16 * GNU General Public License for more details. 17 17 * 18 18 * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 20 */ 22 21 23 22 #ifndef _ASIX_H
+1 -2
drivers/net/usb/asix_common.c
··· 16 16 * GNU General Public License for more details. 17 17 * 18 18 * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 20 */ 22 21 23 22 #include "asix.h"
+1 -2
drivers/net/usb/asix_devices.c
··· 16 16 * GNU General Public License for more details. 17 17 * 18 18 * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 20 */ 22 21 23 22 #include "asix.h"
+1 -2
drivers/net/usb/ax88172a.c
··· 21 21 * GNU General Public License for more details. 22 22 * 23 23 * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, write to the Free Software 25 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 26 25 */ 27 26 28 27 #include "asix.h"
+1 -2
drivers/net/usb/ax88179_178a.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #include <linux/module.h>
+1 -2
drivers/net/usb/catc.c
··· 24 24 * GNU General Public License for more details. 25 25 * 26 26 * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 29 28 * 30 29 * Should you need to contact me, the author, you can do so either by 31 30 * e-mail - mail your message to <vojtech@suse.cz>, or by paper mail:
+1 -2
drivers/net/usb/cdc_eem.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #include <linux/module.h>
+1 -2
drivers/net/usb/cdc_ether.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 // #define DEBUG // error path messages, extra info
+1 -2
drivers/net/usb/cdc_subset.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 20 19 #include <linux/module.h>
+1 -2
drivers/net/usb/cx82310_eth.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 #include <linux/module.h>
+1 -2
drivers/net/usb/gl620a.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 // #define DEBUG // error path messages, extra info
+1 -2
drivers/net/usb/int51x1.c
··· 20 20 * GNU General Public License for more details. 21 21 * 22 22 * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 25 24 */ 26 25 27 26 #include <linux/module.h>
+1 -2
drivers/net/usb/kaweth.c
··· 25 25 * GNU General Public License for more details. 26 26 * 27 27 * You should have received a copy of the GNU General Public License 28 - * along with this program; if not, write to the Free Software Foundation, 29 - * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 28 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 30 29 * 31 30 ****************************************************************/ 32 31
+1 -2
drivers/net/usb/lg-vl600.c
··· 15 15 * GNU General Public License for more details. 16 16 * 17 17 * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 20 19 */ 21 20 #include <linux/etherdevice.h> 22 21 #include <linux/ethtool.h>
+1 -2
drivers/net/usb/mcs7830.c
··· 36 36 * GNU General Public License for more details. 37 37 * 38 38 * You should have received a copy of the GNU General Public License 39 - * along with this program; if not, write to the Free Software 40 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 39 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 41 40 */ 42 41 43 42 #include <linux/crc32.h>
+1 -2
drivers/net/usb/net1080.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 20 19 // #define DEBUG // error path messages, extra info
+1 -2
drivers/net/usb/plusb.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 20 19 // #define DEBUG // error path messages, extra info
+1 -2
drivers/net/usb/rndis_host.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 #include <linux/module.h> 20 19 #include <linux/init.h>
+1 -2
drivers/net/usb/sierra_net.c
··· 21 21 * GNU General Public License for more details. 22 22 * 23 23 * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, write to the Free Software 25 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 26 25 */ 27 26 28 27 #define DRIVER_VERSION "v.2.0"
+1 -2
drivers/net/usb/smsc75xx.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 * 19 18 *****************************************************************************/ 20 19
+1 -2
drivers/net/usb/smsc75xx.h
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 * 19 18 *****************************************************************************/ 20 19
+1 -2
drivers/net/usb/smsc95xx.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 * 19 18 *****************************************************************************/ 20 19
+1 -2
drivers/net/usb/smsc95xx.h
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 * 19 18 *****************************************************************************/ 20 19
+1 -2
drivers/net/usb/usbnet.c
··· 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 19 18 */ 20 19 21 20 /*
+1 -2
drivers/net/usb/zaurus.c
··· 13 13 * GNU General Public License for more details. 14 14 * 15 15 * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 17 */ 19 18 20 19 // #define DEBUG // error path messages, extra info