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

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>

authored by

Jeff Kirsher and committed by
David S. Miller
c057b190 d3770509

+8 -16
+1 -2
net/bluetooth/bnep/bnep.h
··· 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
+1 -2
net/dcb/dcbevent.c
··· 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 */
+1 -2
net/dcb/dcbnl.c
··· 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 */
+1 -2
net/dns_resolver/dns_key.c
··· 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>
+1 -2
net/dns_resolver/dns_query.c
··· 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>
+1 -2
net/dns_resolver/internal.h
··· 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>
+1 -2
net/sched/act_skbedit.c
··· 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 */
+1 -2
net/sched/sch_multiq.c
··· 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 */