diff options
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_ |