summaryrefslogtreecommitdiffstats
path: root/fs/sysfs/symlink.c
diff options
context:
space:
mode:
authorTejun Heo2007-09-20 10:31:38 +0200
committerGreg Kroah-Hartman2007-10-12 23:51:12 +0200
commit6d66f5cd26e4c482e986130b7572f2735a0f7e8b (patch)
treeb35a4c00af8b2120a672dc19cb09006d5d000a9f /fs/sysfs/symlink.c
parentkobject: update the copyrights (diff)
downloadkernel-qcow2-linux-6d66f5cd26e4c482e986130b7572f2735a0f7e8b.tar.gz
kernel-qcow2-linux-6d66f5cd26e4c482e986130b7572f2735a0f7e8b.tar.xz
kernel-qcow2-linux-6d66f5cd26e4c482e986130b7572f2735a0f7e8b.zip
sysfs: add copyrights
Sysfs has gone through considerable amount of reimplementation. Add copyrights. Any objections? :-) Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs/symlink.c')
-rw-r--r--fs/sysfs/symlink.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c
index ffa82e9802ad..3eac20c63c41 100644
--- a/fs/sysfs/symlink.c
+++ b/fs/sysfs/symlink.c
@@ -1,5 +1,13 @@
/*
- * symlink.c - operations for sysfs symlinks.
+ * fs/sysfs/symlink.c - sysfs symlink implementation
+ *
+ * Copyright (c) 2001-3 Patrick Mochel
+ * Copyright (c) 2007 SUSE Linux Products GmbH
+ * Copyright (c) 2007 Tejun Heo <teheo@suse.de>
+ *
+ * This file is released under the GPLv2.
+ *
+ * Please see Documentation/filesystems/sysfs.txt for more information.
*/
#include <linux/fs.h>