Skip to content

Commit

Permalink
kobject: Remove redundant license text
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
gregkh committed Dec 7, 2017
1 parent d9d16e1 commit 045c5f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions include/linux/kobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* Copyright (c) 2006-2008 Greg Kroah-Hartman <[email protected]>
* 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.
Expand Down
2 changes: 0 additions & 2 deletions include/linux/kobject_ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
*
* Split from kobject.h by David Howells ([email protected])
*
* 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.
Expand Down
3 changes: 0 additions & 3 deletions lib/kobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
* Copyright (c) 2006-2007 Greg Kroah-Hartman <[email protected]>
* 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.
*/
Expand Down
2 changes: 0 additions & 2 deletions lib/kobject_uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* Kay Sievers <[email protected]>
Expand Down
3 changes: 0 additions & 3 deletions samples/kobject/kobject-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
*
* Copyright (C) 2004-2007 Greg Kroah-Hartman <[email protected]>
* Copyright (C) 2007 Novell Inc.
*
* Released under the GPL version 2 only.
*
*/
#include <linux/kobject.h>
#include <linux/string.h>
Expand Down
3 changes: 0 additions & 3 deletions samples/kobject/kset-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
*
* Copyright (C) 2004-2007 Greg Kroah-Hartman <[email protected]>
* Copyright (C) 2007 Novell Inc.
*
* Released under the GPL version 2 only.
*
*/
#include <linux/kobject.h>
#include <linux/string.h>
Expand Down

0 comments on commit 045c5f7

Please sign in to comment.