summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2015-03-05 12:36:30 +0100
committerMichael Brown2015-03-05 12:40:13 +0100
commit1a4e94a8286d5080330053ee2ce1273f4393b124 (patch)
tree3135686919bee0431c9480ef3b0adba93c1241a8 /src/core
parent[retry] Colourise debug output (diff)
downloadipxe-1a4e94a8286d5080330053ee2ce1273f4393b124.tar.gz
ipxe-1a4e94a8286d5080330053ee2ce1273f4393b124.tar.xz
ipxe-1a4e94a8286d5080330053ee2ce1273f4393b124.zip
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Relicense files with kind permission from Stefan Hajnoczi <stefanha@redhat.com> alongside the contributors who have already granted such relicensing permission. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/fnrec.c6
-rw-r--r--src/core/gdbserial.c6
-rw-r--r--src/core/gdbstub.c6
-rw-r--r--src/core/gdbudp.c6
4 files changed, 20 insertions, 4 deletions
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 <stdlib.h>
#include <stdio.h>
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 <assert.h>
#include <ipxe/serial.h>
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 <stdio.h>
#include <string.h>