diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-07 17:30:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-07 18:36:43 +0100 |
commit | 045c5f75b77177ad19fe747e33aae2249a12e827 (patch) | |
tree | 7c0ce195997b60066204dbb17207293f444c2992 /samples | |
parent | d9d16e16a3f82e88fec99222c9c7e26563b05688 (diff) | |
download | op-kernel-dev-045c5f75b77177ad19fe747e33aae2249a12e827.zip op-kernel-dev-045c5f75b77177ad19fe747e33aae2249a12e827.tar.gz |
kobject: Remove redundant license text
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/kobject/kobject-example.c | 3 | ||||
-rw-r--r-- | samples/kobject/kset-example.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/samples/kobject/kobject-example.c b/samples/kobject/kobject-example.c index 6cc8bb3..9e383fd 100644 --- a/samples/kobject/kobject-example.c +++ b/samples/kobject/kobject-example.c @@ -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> diff --git a/samples/kobject/kset-example.c b/samples/kobject/kset-example.c index 58543ec..401328f 100644 --- a/samples/kobject/kset-example.c +++ b/samples/kobject/kset-example.c @@ -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> |