kobject: Remove redundant license text
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Nov 2017 16:30:06 +0000 (17:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2017 17:36:43 +0000 (18:36 +0100)
Now that the SPDX tag is in all kobject 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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/kobject.h
include/linux/kobject_ns.h
lib/kobject.c
lib/kobject_uevent.c
samples/kobject/kobject-example.c
samples/kobject/kset-example.c

index ac59b67f131e0820a044b0d97a460d5dfedb9d44..7f6f93c3df9cef5b734108df3f1041e8d7a0ab37 100644 (file)
@@ -7,8 +7,6 @@
  * Copyright (c) 2006-2008 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (c) 2006-2008 Novell Inc.
  *
- * This file is released under the GPLv2.
- *
  * Please read Documentation/kobject.txt before using the kobject
  * interface, ESPECIALLY the parts about reference counts and object
  * destructors.
index 7dd22132cc132fcb31642b6e8477163c1a0124c2..069aa2ebef90a4405fd32043a889c4b3cdf25c5b 100644 (file)
@@ -8,8 +8,6 @@
  *
  * Split from kobject.h by David Howells (dhowells@redhat.com)
  *
- * This file is released under the GPLv2.
- *
  * Please read Documentation/kobject.txt before using the kobject
  * interface, ESPECIALLY the parts about reference counts and object
  * destructors.
index 450e771d0ac78e16c6f4310fbdcda779c199f639..fad12300d2649e1c00e1ac5bf32efac07f4410a6 100644 (file)
@@ -6,9 +6,6 @@
  * Copyright (c) 2006-2007 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (c) 2006-2007 Novell Inc.
  *
- * This file is released under the GPLv2.
- *
- *
  * Please see the file Documentation/kobject.txt for critical information
  * about using the kobject interface.
  */
index bbedaf359a1ec59d15dbb60e1d9dc54d5b87ecec..cc7e2c46273bf15d0c785b669ab2b0ce5f34255a 100644 (file)
@@ -6,8 +6,6 @@
  * Copyright (C) 2004 Novell, Inc.  All rights reserved.
  * Copyright (C) 2004 IBM, Inc. All rights reserved.
  *
- * Licensed under the GNU GPL v2.
- *
  * Authors:
  *     Robert Love             <rml@novell.com>
  *     Kay Sievers             <kay.sievers@vrfy.org>
index 6cc8bb36a4e8d45e78d50e4b90eb2833a5282bdd..9e383fdbaa00d2b55ff6f41773ce9b3df342e6cf 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (C) 2007 Novell Inc.
- *
- * Released under the GPL version 2 only.
- *
  */
 #include <linux/kobject.h>
 #include <linux/string.h>
index 58543eca7f16c6901f5d14bc9c6a3d59cdfb9ae2..401328fd687d7d694f6a1270657ae5a10ae5a493 100644 (file)
@@ -4,9 +4,6 @@
  *
  * Copyright (C) 2004-2007 Greg Kroah-Hartman <greg@kroah.com>
  * Copyright (C) 2007 Novell Inc.
- *
- * Released under the GPL version 2 only.
- *
  */
 #include <linux/kobject.h>
 #include <linux/string.h>