[Ocfs2-commits] jlbec commits r2085 - trunk/fs/configfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Mar 30 13:32:20 CST 2005


Author: jlbec
Signed-off-by: mfasheh
Date: 2005-03-30 13:32:19 -0600 (Wed, 30 Mar 2005)
New Revision: 2085

Modified:
   trunk/fs/configfs/item.c
Log:

o Fix copyright notice of item.c

Signed-off-by: mfasheh



Modified: trunk/fs/configfs/item.c
===================================================================
--- trunk/fs/configfs/item.c	2005-03-30 19:29:32 UTC (rev 2084)
+++ trunk/fs/configfs/item.c	2005-03-30 19:32:19 UTC (rev 2085)
@@ -1,19 +1,30 @@
 /* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
- * config_item.c - library routines for handling generic kernel items
+ * item.c - library routines for handling generic config items
  *
- * Copyright (c) 2002-2003 Patrick Mochel <mochel at osdl.org>
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA.
  *
- * This file is released under the GPLv2.
+ * Based on kobject:
+ * 	kobject is Copyright (c) 2002-2003 Patrick Mochel
  *
+ * configfs Copyright (C) 2005 Oracle.  All rights reserved.
  *
- * Please see the file Documentation/config_item.txt for critical information
- * about using the config_item interface.
- *
- * 2005.01.24
- *      Stripped down for 2.4 compat in configfs.
- *      Joel Becker <joel.becker at oracle.com>
+ * Please see the file Documentation/filesystems/configfs.txt for
+ * critical information about using the config_item interface.
  */
 
 #include <linux/string.h>



More information about the Ocfs2-commits mailing list