From 3b517101563cb224dda2e2780db4c6eef32ded38 Mon Sep 17 00:00:00 2001 From: Shao Miller Date: Sat, 20 Mar 2010 13:09:39 -0400 Subject: [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files Changes were made to files where the licence text within the files themselves confirms that the files are GPL version 2 or later. Signed-off-by: Shao Miller Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/core/gdbserial.c | 2 ++ src/core/gdbstub.c | 2 ++ src/core/gdbudp.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/core') diff --git a/src/core/gdbserial.c b/src/core/gdbserial.c index d372da964..ed217add0 100644 --- a/src/core/gdbserial.c +++ b/src/core/gdbserial.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include diff --git a/src/core/gdbstub.c b/src/core/gdbstub.c index 2cae29fec..34e6a0373 100644 --- a/src/core/gdbstub.c +++ b/src/core/gdbstub.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + /** * @file * diff --git a/src/core/gdbudp.c b/src/core/gdbudp.c index 287ec6305..9cb6572b7 100644 --- a/src/core/gdbudp.c +++ b/src/core/gdbudp.c @@ -16,6 +16,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include #include #include -- cgit v1.2.3-55-g7522