diff options
Diffstat (limited to 'include/linux/kobject.h')
-rw-r--r-- | include/linux/kobject.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index e0a6205caa71..7f6f93c3df9c 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * kobject.h - generic kernel object infrastructure. | 3 | * kobject.h - generic kernel object infrastructure. |
3 | * | 4 | * |
@@ -6,8 +7,6 @@ | |||
6 | * Copyright (c) 2006-2008 Greg Kroah-Hartman <greg@kroah.com> | 7 | * Copyright (c) 2006-2008 Greg Kroah-Hartman <greg@kroah.com> |
7 | * Copyright (c) 2006-2008 Novell Inc. | 8 | * Copyright (c) 2006-2008 Novell Inc. |
8 | * | 9 | * |
9 | * This file is released under the GPLv2. | ||
10 | * | ||
11 | * Please read Documentation/kobject.txt before using the kobject | 10 | * Please read Documentation/kobject.txt before using the kobject |
12 | * interface, ESPECIALLY the parts about reference counts and object | 11 | * interface, ESPECIALLY the parts about reference counts and object |
13 | * destructors. | 12 | * destructors. |