From 79a3799c41fc5b0c0b6495ba9fe5a55c8d52ec46 Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Sat, 20 Mar 2010 18:05:59 -0400 Subject: [legal] Add FILE_LICENCE macro to some GPL-v2 files Changes were made to files where the licence text within the files themselves confirms that the files are GPL version 2. Signed-off-by: Shao Miller Signed-off-by: Michael Brown --- src/core/pcmcia.c | 3 +++ src/core/stringextra.c | 2 ++ 2 files changed, 5 insertions(+) (limited to 'src/core') diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c index 72d59b716..f39cd04fe 100644 --- a/src/core/pcmcia.c +++ b/src/core/pcmcia.c @@ -25,6 +25,9 @@ * at some point. If there's anything obvious or better, not-so-obvious, * please contact me by e-mail: anselm (AT) hoffmeister (DOT) be *THANKS* */ + +FILE_LICENCE ( GPL2_ONLY ); + #include #include #include diff --git a/src/core/stringextra.c b/src/core/stringextra.c index c2be4fc40..0a509852e 100644 --- a/src/core/stringextra.c +++ b/src/core/stringextra.c @@ -10,6 +10,8 @@ * published by the Free Software Foundation. */ +FILE_LICENCE ( GPL2_ONLY ); + /* * stupid library routines.. The optimized versions should generally be found * as inline code in -- cgit v1.2.3-55-g7522