diff options
author | Tejun Heo <htejun@gmail.com> | 2007-09-20 17:31:38 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 14:51:12 -0700 |
commit | 6d66f5cd26e4c482e986130b7572f2735a0f7e8b (patch) | |
tree | b35a4c00af8b2120a672dc19cb09006d5d000a9f /fs/sysfs/bin.c | |
parent | f0e7e1bd77d450ebfa12153b90f93ad46616ab4a (diff) | |
download | op-kernel-dev-6d66f5cd26e4c482e986130b7572f2735a0f7e8b.zip op-kernel-dev-6d66f5cd26e4c482e986130b7572f2735a0f7e8b.tar.gz |
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/bin.c')
-rw-r--r-- | fs/sysfs/bin.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/sysfs/bin.c b/fs/sysfs/bin.c index 247ea19..006fc64 100644 --- a/fs/sysfs/bin.c +++ b/fs/sysfs/bin.c @@ -1,9 +1,15 @@ /* - * bin.c - binary file operations for sysfs. + * fs/sysfs/bin.c - sysfs binary file implementation * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Matthew Wilcox * Copyright (c) 2004 Silicon Graphics, Inc. + * 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. */ #undef DEBUG |