Commit c057b190b82063c57cb8b2b575a00520f9976e2b

Authored by Jeff Kirsher
Committed by David S. Miller
1 parent d37705092f

net/*: 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: John Fastabend <john.r.fastabend@intel.com>
CC: Alex Duyck <alexander.h.duyck@intel.com>
CC: Marcel Holtmann <marcel@holtmann.org>
CC: Gustavo Padovan <gustavo@padovan.org>
CC: Johan Hedberg <johan.hedberg@gmail.com>
CC: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 8 changed files with 8 additions and 16 deletions Side-by-side Diff

net/bluetooth/bnep/bnep.h
... ... @@ -12,8 +12,7 @@
12 12 GNU General Public License for more details.
13 13  
14 14 You should have received a copy of the GNU General Public License
15   - along with this program; if not, write to the Free Software
16   - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  15 + along with this program; if not, see <http://www.gnu.org/licenses/>.
17 16 */
18 17  
19 18 #ifndef _BNEP_H
... ... @@ -11,8 +11,7 @@
11 11 * more details.
12 12 *
13 13 * You should have received a copy of the GNU General Public License along with
14   - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15   - * Place - Suite 330, Boston, MA 02111-1307 USA.
  14 + * this program; if not, see <http://www.gnu.org/licenses/>.
16 15 *
17 16 * Author: John Fastabend <john.r.fastabend@intel.com>
18 17 */
... ... @@ -11,8 +11,7 @@
11 11 * more details.
12 12 *
13 13 * You should have received a copy of the GNU General Public License along with
14   - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15   - * Place - Suite 330, Boston, MA 02111-1307 USA.
  14 + * this program; if not, see <http://www.gnu.org/licenses/>.
16 15 *
17 16 * Author: Lucy Liu <lucy.liu@intel.com>
18 17 */
net/dns_resolver/dns_key.c
... ... @@ -19,8 +19,7 @@
19 19 * the GNU Lesser General Public License for more details.
20 20 *
21 21 * You should have received a copy of the GNU Lesser General Public License
22   - * along with this library; if not, write to the Free Software
23   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  22 + * along with this library; if not, see <http://www.gnu.org/licenses/>.
24 23 */
25 24 #include <linux/module.h>
26 25 #include <linux/moduleparam.h>
net/dns_resolver/dns_query.c
... ... @@ -32,8 +32,7 @@
32 32 * the GNU Lesser General Public License for more details.
33 33 *
34 34 * You should have received a copy of the GNU Lesser General Public License
35   - * along with this library; if not, write to the Free Software
36   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  35 + * along with this library; if not, see <http://www.gnu.org/licenses/>.
37 36 */
38 37  
39 38 #include <linux/module.h>
net/dns_resolver/internal.h
... ... @@ -15,8 +15,7 @@
15 15 * the GNU Lesser General Public License for more details.
16 16 *
17 17 * You should have received a copy of the GNU Lesser General Public License
18   - * along with this library; if not, write to the Free Software
19   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  18 + * along with this library; if not, see <http://www.gnu.org/licenses/>.
20 19 */
21 20  
22 21 #include <linux/compiler.h>
net/sched/act_skbedit.c
... ... @@ -11,8 +11,7 @@
11 11 * more details.
12 12 *
13 13 * You should have received a copy of the GNU General Public License along with
14   - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15   - * Place - Suite 330, Boston, MA 02111-1307 USA.
  14 + * this program; if not, see <http://www.gnu.org/licenses/>.
16 15 *
17 16 * Author: Alexander Duyck <alexander.h.duyck@intel.com>
18 17 */
net/sched/sch_multiq.c
... ... @@ -11,8 +11,7 @@
11 11 * more details.
12 12 *
13 13 * You should have received a copy of the GNU General Public License along with
14   - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
15   - * Place - Suite 330, Boston, MA 02111-1307 USA.
  14 + * this program; if not, see <http://www.gnu.org/licenses/>.
16 15 *
17 16 * Author: Alexander Duyck <alexander.h.duyck@intel.com>
18 17 */