diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-06-03 02:15:34 -0700 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-06-03 02:15:34 -0700 |
| commit | e3dc27eeb76f41ea45a9ff39612ef999961f9a43 (patch) | |
| tree | 17b97ac607a6166446a1e73c7a88ef20d2de173f /lib/kobject.c | |
| parent | 8f9dfd2c717e63ebd9365c3a0f9c83446261afb0 (diff) | |
[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/kobject.c')
| -rw-r--r-- | lib/kobject.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/kobject.c b/lib/kobject.c index fbd3272924b9..ba1cdd69f775 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 |
