[Ocfs2-commits] jlbec commits r2023 - trunk/fs/usysfs

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 21 14:05:05 CST 2005


Author: jlbec
Signed-off-by: mfasheh
Date: 2005-03-21 14:05:03 -0600 (Mon, 21 Mar 2005)
New Revision: 2023

Modified:
   trunk/fs/usysfs/bin.c
   trunk/fs/usysfs/bobtest.c
   trunk/fs/usysfs/dir.c
   trunk/fs/usysfs/file.c
   trunk/fs/usysfs/inode.c
   trunk/fs/usysfs/mount.c
   trunk/fs/usysfs/symlink.c
   trunk/fs/usysfs/usysfs.h
   trunk/fs/usysfs/usysfs_internal.h
Log:

o Get Oracle copyrights into the files.

Signed-off-by: mfasheh



Modified: trunk/fs/usysfs/bin.c
===================================================================
--- trunk/fs/usysfs/bin.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/bin.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -1,5 +1,7 @@
 /*
  * bin.c - binary file operations for usysfs.
+ *
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #undef DEBUG

Modified: trunk/fs/usysfs/bobtest.c
===================================================================
--- trunk/fs/usysfs/bobtest.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/bobtest.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -1,5 +1,7 @@
 /*
  * vim: noexpandtab ts=8 sts=0 sw=8:
+ *
+ * Copyright (c) 2005 Oracle
  */
 
 #include <linux/init.h>

Modified: trunk/fs/usysfs/dir.c
===================================================================
--- trunk/fs/usysfs/dir.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/dir.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -3,7 +3,7 @@
  *
  * dir.c - Operations for usysfs directories.
  *
- * Changes for usysfs Copyright (c) 2005 Oracle Corporation
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #undef DEBUG

Modified: trunk/fs/usysfs/file.c
===================================================================
--- trunk/fs/usysfs/file.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/file.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -2,7 +2,7 @@
  * vim: noexpandtab sw=8 ts=8 sts=0:
  * file.c - operations for regular (text) files.
  *
- * Changes for usysfs Copyright (c) 2005 Oracle Corporation
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #include <linux/fs.h>

Modified: trunk/fs/usysfs/inode.c
===================================================================
--- trunk/fs/usysfs/inode.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/inode.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -3,8 +3,10 @@
  *
  * inode.c - basic inode and dentry operations.
  *
- * usysfs is Copyright (c) 2001-3 Patrick Mochel
+ * sysfs is Copyright (c) 2001-3 Patrick Mochel
  *
+ * Changes for usysfs (c) 2005 Oracle
+ *
  * Please see Documentation/filesystems/usysfs.txt for more information.
  */
 

Modified: trunk/fs/usysfs/mount.c
===================================================================
--- trunk/fs/usysfs/mount.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/mount.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -3,7 +3,7 @@
  *
  * mount.c - operations for initializing and mounting usysfs.
  *
- * Changes for usysfs Copyright (c) 2004 Oracle Corporation.
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #define DEBUG 1
@@ -165,6 +165,6 @@
 module_init(usysfs_init);
 module_exit(usysfs_exit);
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Joel Becker <joel.becker at oracle.com>");
+MODULE_AUTHOR("Oracle");
 MODULE_VERSION("0.0.1");
 MODULE_DESCRIPTION("Simple RAM filesystem for user created kobjects.");

Modified: trunk/fs/usysfs/symlink.c
===================================================================
--- trunk/fs/usysfs/symlink.c	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/symlink.c	2005-03-21 20:05:03 UTC (rev 2023)
@@ -2,6 +2,8 @@
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * symlink.c - operations for usysfs symlinks.
+ *
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #include <linux/version.h>

Modified: trunk/fs/usysfs/usysfs.h
===================================================================
--- trunk/fs/usysfs/usysfs.h	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/usysfs.h	2005-03-21 20:05:03 UTC (rev 2023)
@@ -7,7 +7,7 @@
  *
  * Please see Documentation/filesystems/usysfs.txt for more information.
  *
- * Changes for usysfs Copyright (c) 2005 Oracle Corporation
+ * Changes for usysfs Copyright (c) 2005 Oracle
  */
 
 #ifndef _USYSFS_H_

Modified: trunk/fs/usysfs/usysfs_internal.h
===================================================================
--- trunk/fs/usysfs/usysfs_internal.h	2005-03-21 19:00:12 UTC (rev 2022)
+++ trunk/fs/usysfs/usysfs_internal.h	2005-03-21 20:05:03 UTC (rev 2023)
@@ -2,6 +2,8 @@
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * usysfs_internal.h - Internal stuff for usysfs
+ *
+ * Changes for usyfs Copyright (c) 2005 Oracle
  */
 
 #include <linux/version.h>



More information about the Ocfs2-commits mailing list