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 /include | |
| 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 'include')
| -rw-r--r-- | include/linux/kobject.h | 9 |
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_) |
