summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/kobject.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h
index 12d7e97d3ce7..c982391cf8d6 100644
--- a/include/linux/kobject.h
+++ b/include/linux/kobject.h
@@ -1,6 +1,15 @@
/*
* kobject.h - generic kernel object infrastructure.
*
+ * Copyright (c) 2002-2003 Patrick Mochel
+ * Copyright (c) 2002-2003 Open Source Development Labs
+ *
+ * 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.
*/
#if defined(__KERNEL__) && !defined(_KOBJECT_H_)