aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-06-03 02:15:34 -0700
committerPatrick Mochel <mochel@osdl.org>2003-06-03 02:15:34 -0700
commite3dc27eeb76f41ea45a9ff39612ef999961f9a43 (patch)
tree17b97ac607a6166446a1e73c7a88ef20d2de173f /lib
parent8f9dfd2c717e63ebd9365c3a0f9c83446261afb0 (diff)
downloadhistory-e3dc27eeb76f41ea45a9ff39612ef999961f9a43.tar.gz
[kobject] Update Documentation and licenses.
- Make it very explicit that supplying an object desctructor is imperative if using the interface for object reference counting. - Add GPL statement to the source files. - Add GFL (http://www.fsf.org/licenses/fdl.html) statement to documentation.
Diffstat (limited to 'lib')
-rw-r--r--lib/kobject.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/kobject.c b/lib/kobject.c
index fbd3272924b907..ba1cdd69f7756a 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -3,6 +3,11 @@
*
* Copyright (c) 2002-2003 Patrick Mochel <mochel@osdl.org>
*
+ * This file is released under the GPLv2.
+ *
+ *
+ * Please see the file Documentation/kobject.txt for critical information
+ * about using the kobject interface.
*/
#undef DEBUG