forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
6 changed files
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|