diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2006-09-24 21:21:15 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2006-09-24 21:21:15 +0200 |
commit | eba423cf8be7d22dc3fb958a49fed9cd9211047d (patch) | |
tree | 1ed766dce1adc7ba27cc1c6ed41c023ebb6dd89a | |
parent | f6552e79120c73851275b66baef9445a2611714b (diff) |
Add license and copyright.
Don't know whether it is correct to set myself as copyright holder as I only
drew this file together from various source in the kernel source, but all of
them stating no copyright information.
-rw-r--r-- | inotify-syscalls.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inotify-syscalls.h b/inotify-syscalls.h index 7325f3b..fa6dcd4 100644 --- a/inotify-syscalls.h +++ b/inotify-syscalls.h @@ -1,3 +1,12 @@ +/* + * Inotify syscall numbers + * Taken from the linux kernel source tree + * + * Licensed under the terms of the GNU General Public License Version 2. + * + * Copyright (c) 2006 Tobias Klauser <tklauser@distanz.ch> + */ + #ifndef _LINUX_INOTIFY_SYSCALLS_H #define _LINUX_INOTIFY_SYSCALLS_H |