diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/fnrec.c | 6 | ||||
-rw-r--r-- | src/core/gdbserial.c | 6 | ||||
-rw-r--r-- | src/core/gdbstub.c | 6 | ||||
-rw-r--r-- | src/core/gdbudp.c | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/src/core/fnrec.c b/src/core/fnrec.c index 3453c8b6..0430817f 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 <stdlib.h> #include <stdio.h> diff --git a/src/core/gdbserial.c b/src/core/gdbserial.c index 6f78c88b..255acea7 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 <assert.h> #include <ipxe/serial.h> diff --git a/src/core/gdbstub.c b/src/core/gdbstub.c index af06118b..6ad52d1a 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 5977547c..e4613d13 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 <stdio.h> #include <string.h> |