diff options
author | klto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c> | 2010-10-28 11:47:20 +0000 |
---|---|---|
committer | klto <klto@bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c> | 2010-10-28 11:47:20 +0000 |
commit | 801b5189eb7f49b94d33b24b8988529bbd35040a (patch) | |
tree | 4ccd9d4c62c26190cef4acbee727b3bc422d62aa /stringify | |
parent | 2f7a7f07846aa498b4b79a83bbe425d7aba73f03 (diff) |
Add license information to every file and mention it in the README
git-svn-id: https://parma.zhaw.ch/svn/csnippets@3 bb4c1ae6-6eb5-4d93-a66e-2307d6765a9c
Diffstat (limited to 'stringify')
-rw-r--r-- | stringify/stringify.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stringify/stringify.h b/stringify/stringify.h index 5b7b002..e9f188e 100644 --- a/stringify/stringify.h +++ b/stringify/stringify.h @@ -1,4 +1,8 @@ -/* Taken from Linux Kernel source code */ +/* + * Taken from Linux Kernel source code. + * + * Licensed under the GNU General Public License Version 2. + */ #ifndef _STRINGIFY_H_ #define _STRINGIFY_H_ |