From e3dc27eeb76f41ea45a9ff39612ef999961f9a43 Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Tue, 3 Jun 2003 02:15:34 -0700 Subject: [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. --- include/linux/kobject.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/linux') 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_) -- cgit v1.2.3