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

ipv4/ipv6: 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: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
CC: James Morris <jmorris@namei.org>
CC: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
CC: Patrick McHardy <kaber@trash.net>
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
a99421d9 4b2f13a2

+9 -18
+1 -2
net/ipv4/cipso_ipv4.c
··· 31 31 * the GNU General Public License for more details. 32 32 * 33 33 * You should have received a copy of the GNU General Public License 34 - * along with this program; if not, write to the Free Software 35 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 34 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 36 35 * 37 36 */ 38 37
+1 -2
net/ipv4/netfilter/nf_nat_snmp_basic.c
··· 34 34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35 35 * GNU General Public License for more details. 36 36 * You should have received a copy of the GNU General Public License 37 - * along with this program; if not, write to the Free Software 38 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 37 + * along with this program; if not, see <http://www.gnu.org/licenses/>. 39 38 * 40 39 * Author: James Morris <jmorris@intercode.com.au> 41 40 *
+1 -2
net/ipv6/ah6.c
··· 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 * Authors 19 18 *
+1 -2
net/ipv6/esp6.c
··· 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 * Authors 19 18 *
+1 -2
net/ipv6/ipcomp6.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 * [Memo]
+1 -2
net/ipv6/mip6.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 * Authors:
+1 -2
net/ipv6/tunnel6.c
··· 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 * Authors Mitsuru KANDA <mk@linux-ipv6.org> 19 18 * YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
+1 -2
net/ipv6/xfrm6_mode_ro.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 /* 22 21 * Authors:
+1 -2
net/ipv6/xfrm6_tunnel.c
··· 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 * Authors Mitsuru KANDA <mk@linux-ipv6.org> 19 18 * YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>