From 1a4e94a8286d5080330053ee2ce1273f4393b124 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 5 Mar 2015 11:36:30 +0000 Subject: [legal] Relicense files under GPL2_OR_LATER_OR_UBDL Relicense files with kind permission from Stefan Hajnoczi alongside the contributors who have already granted such relicensing permission. Signed-off-by: Michael Brown --- src/core/fnrec.c | 6 +++++- src/core/gdbserial.c | 6 +++++- src/core/gdbstub.c | 6 +++++- src/core/gdbudp.c | 6 +++++- 4 files changed, 20 insertions(+), 4 deletions(-) (limited to 'src/core') diff --git a/src/core/fnrec.c b/src/core/fnrec.c index 3453c8b6a..0430817f8 100644 --- a/src/core/fnrec.c +++ b/src/core/fnrec.c @@ -15,9 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. + * + * You can also choose to distribute this program under the terms of + * the Unmodified Binary Distribution Licence (as given in the file + * COPYING.UBDL), provided that you have satisfied its requirements. */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include diff --git a/src/core/gdbserial.c b/src/core/gdbserial.c index 6f78c88bf..255acea71 100644 --- a/src/core/gdbserial.c +++ b/src/core/gdbserial.c @@ -15,9 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. + * + * You can also choose to distribute this program under the terms of + * the Unmodified Binary Distribution Licence (as given in the file + * COPYING.UBDL), provided that you have satisfied its requirements. */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include diff --git a/src/core/gdbstub.c b/src/core/gdbstub.c index af06118b2..6ad52d1a6 100644 --- a/src/core/gdbstub.c +++ b/src/core/gdbstub.c @@ -15,9 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. + * + * You can also choose to distribute this program under the terms of + * the Unmodified Binary Distribution Licence (as given in the file + * COPYING.UBDL), provided that you have satisfied its requirements. */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /** * @file diff --git a/src/core/gdbudp.c b/src/core/gdbudp.c index 5977547c8..e4613d137 100644 --- a/src/core/gdbudp.c +++ b/src/core/gdbudp.c @@ -15,9 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. + * + * You can also choose to distribute this program under the terms of + * the Unmodified Binary Distribution Licence (as given in the file + * COPYING.UBDL), provided that you have satisfied its requirements. */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include -- cgit v1.2.3-55-g7522