staging: vt6655: Remove redundant license text

Now that the SPDX tag is in all vt6655 files, that identifies the
license in a specific and legally-defined manner.  So the extra GPL text
wording can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text.  And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Cc: Forest Bond <forest@alittletooquiet.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2017-11-07 21:07:56 +01:00
parent dd41dab5d5
commit dbc9f36cf7
26 changed files with 0 additions and 261 deletions

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: baseband.c * File: baseband.c
* *
* Purpose: Implement functions to access baseband * Purpose: Implement functions to access baseband

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: baseband.h * File: baseband.h
* *
* Purpose: Implement functions to access baseband * Purpose: Implement functions to access baseband

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: card.c * File: card.c
* Purpose: Provide functions to setup NIC operation mode * Purpose: Provide functions to setup NIC operation mode
* Functions: * Functions:

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: card.h * File: card.h
* *
* Purpose: Provide functions to setup NIC operation mode * Purpose: Provide functions to setup NIC operation mode

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: channel.c * File: channel.c
* *
*/ */

View File

@ -3,18 +3,7 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: channel.h * File: channel.h
*
*/ */
#ifndef _CHANNEL_H_ #ifndef _CHANNEL_H_

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: desc.h * File: desc.h
* *
* Purpose:The header file of descriptor * Purpose:The header file of descriptor

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: device.h * File: device.h
* *
* Purpose: MAC Data structure * Purpose: MAC Data structure

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: device_cfg.h * File: device_cfg.h
* *
* Purpose: Driver configuration header * Purpose: Driver configuration header

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: device_main.c * File: device_main.c
* *
* Purpose: driver entry for initial, open, close, tx and rx. * Purpose: driver entry for initial, open, close, tx and rx.

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: dpc.c * File: dpc.c
* *
* Purpose: handle dpc rx functions * Purpose: handle dpc rx functions

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: dpc.h * File: dpc.h
* *
* Purpose: * Purpose:

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: key.c * File: key.c
* *
* Purpose: Implement functions for 802.11i Key management * Purpose: Implement functions for 802.11i Key management

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: key.h * File: key.h
* *
* Purpose: Implement functions for 802.11i Key management * Purpose: Implement functions for 802.11i Key management

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: mac.c * File: mac.c
* *
* Purpose: MAC routines * Purpose: MAC routines

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: mac.h * File: mac.h
* *
* Purpose: MAC routines * Purpose: MAC routines

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: power.c * File: power.c
* *
* Purpose: Handles 802.11 power management functions * Purpose: Handles 802.11 power management functions

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: power.h * File: power.h
* *
* Purpose: Handles 802.11 power management functions * Purpose: Handles 802.11 power management functions

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: rf.c * File: rf.c
* *
* Purpose: rf function code * Purpose: rf function code

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: rf.h * File: rf.h
* *
* Purpose: * Purpose:

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: rxtx.c * File: rxtx.c
* *
* Purpose: handle WMAC/802.3/802.11 rx & tx functions * Purpose: handle WMAC/802.3/802.11 rx & tx functions

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: rxtx.h * File: rxtx.h
* *
* Purpose: * Purpose:

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: srom.c * File: srom.c
* *
* Purpose:Implement functions to access eeprom * Purpose:Implement functions to access eeprom

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: srom.h * File: srom.h
* *
* Purpose: Implement functions to access eeprom * Purpose: Implement functions to access eeprom

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: tmacro.h * File: tmacro.h
* *
* Purpose: define basic common types and macros * Purpose: define basic common types and macros

View File

@ -3,16 +3,6 @@
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved. * All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* File: upc.h * File: upc.h
* *
* Purpose: Macros to access device * Purpose: Macros to access device