diff options
author | Tejun Heo <htejun@gmail.com> | 2007-09-20 04:31:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-10-12 17:51:12 -0400 |
commit | 6d66f5cd26e4c482e986130b7572f2735a0f7e8b (patch) | |
tree | b35a4c00af8b2120a672dc19cb09006d5d000a9f /fs/sysfs/sysfs.h | |
parent | f0e7e1bd77d450ebfa12153b90f93ad46616ab4a (diff) |
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/sysfs.h')
-rw-r--r-- | fs/sysfs/sysfs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h index 269c845c590f..f0326f281d1c 100644 --- a/fs/sysfs/sysfs.h +++ b/fs/sysfs/sysfs.h | |||
@@ -1,3 +1,13 @@ | |||
1 | /* | ||
2 | * fs/sysfs/sysfs.h - sysfs internal header file | ||
3 | * | ||
4 | * Copyright (c) 2001-3 Patrick Mochel | ||
5 | * Copyright (c) 2007 SUSE Linux Products GmbH | ||
6 | * Copyright (c) 2007 Tejun Heo <teheo@suse.de> | ||
7 | * | ||
8 | * This file is released under the GPLv2. | ||
9 | */ | ||
10 | |||
1 | struct sysfs_open_dirent; | 11 | struct sysfs_open_dirent; |
2 | 12 | ||
3 | /* type-specific structures for sysfs_dirent->s_* union members */ | 13 | /* type-specific structures for sysfs_dirent->s_* union members */ |