Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36769159 authored by Jeff Kirsher's avatar Jeff Kirsher Committed by John W. Linville
Browse files

drivers/net/wireless: 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: Simon Kelley <simon@thekelleys.org.uk>
CC: Christian Lamparter <chunkeey@googlemail.com>
CC: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4280db9d
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -28,8 +28,8 @@
    GNU General Public License for more details.
    GNU General Public License for more details.


    You should have received a copy of the GNU General Public License
    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
    along with Atmel wireless lan drivers; if not, see
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    <http://www.gnu.org/licenses/>.


    For all queries about this code, please contact the current author,
    For all queries about this code, please contact the current author,
    Simon Kelley <simon@thekelleys.org.uk> and not Atmel Corporation.
    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.
    GNU General Public License for more details.


    You should have received a copy of the GNU General Public License
    You should have received a copy of the GNU General Public License
    along with AtmelMACFW; if not, write to the Free Software
    along with AtmelMACFW; if not, see <http://www.gnu.org/licenses/>.
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


****************************************************************************/
****************************************************************************/
/* This firmware should work on the 76C502 RFMD, RFMD_D, and RFMD_E        */
/* This firmware should work on the 76C502 RFMD, RFMD_D, and RFMD_E        */
+2 −2
Original line number Original line Diff line number Diff line
@@ -15,8 +15,8 @@
    GNU General Public License for more details.
    GNU General Public License for more details.


    You should have received a copy of the GNU General Public License
    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
    along with Atmel wireless lan drivers; if not, see
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    <http://www.gnu.org/licenses/>.


******************************************************************************/
******************************************************************************/


+2 −2
Original line number Original line Diff line number Diff line
@@ -24,8 +24,8 @@
    GNU General Public License for more details.
    GNU General Public License for more details.


    You should have received a copy of the GNU General Public License
    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
    along with Atmel wireless lan drivers; if not, see
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    <http://www.gnu.org/licenses/>.


******************************************************************************/
******************************************************************************/


+2 −2
Original line number Original line Diff line number Diff line
@@ -15,8 +15,8 @@
    GNU General Public License for more details.
    GNU General Public License for more details.


    You should have received a copy of the GNU General Public License
    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
    along with Atmel wireless lan drivers; if not, see
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    <http://www.gnu.org/licenses/>.


******************************************************************************/
******************************************************************************/
#include <linux/pci.h>
#include <linux/pci.h>
+2 −3
Original line number Original line Diff line number Diff line
@@ -8,9 +8,8 @@
 Ltd. under the terms of the GNU General Public License Version 2, June 1991
 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
 (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
 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
 is available along with the File in the license.txt file or on the worldwide
 the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 web at http://www.gnu.org/licenses/gpl.txt.
 02111-1307 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
 THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
 IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
 IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
Loading