summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/dhcpmgmt.h2
-rw-r--r--src/include/usr/fcmgmt.h2
-rw-r--r--src/include/usr/ifmgmt.h2
-rw-r--r--src/include/usr/imgmgmt.h2
-rw-r--r--src/include/usr/imgtrust.h2
-rw-r--r--src/include/usr/ipstat.h2
-rw-r--r--src/include/usr/lotest.h2
-rw-r--r--src/include/usr/neighmgmt.h2
-rw-r--r--src/include/usr/pingmgmt.h2
-rw-r--r--src/include/usr/profstat.h2
-rw-r--r--src/include/usr/prompt.h2
-rw-r--r--src/include/usr/route.h2
-rw-r--r--src/include/usr/sync.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/include/usr/dhcpmgmt.h b/src/include/usr/dhcpmgmt.h
index af1eceb17..ed669eb9d 100644
--- a/src/include/usr/dhcpmgmt.h
+++ b/src/include/usr/dhcpmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct net_device;
diff --git a/src/include/usr/fcmgmt.h b/src/include/usr/fcmgmt.h
index 9441cefb4..eb568fd20 100644
--- a/src/include/usr/fcmgmt.h
+++ b/src/include/usr/fcmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct fc_port;
struct fc_peer;
diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h
index db77f1f1b..5c386327b 100644
--- a/src/include/usr/ifmgmt.h
+++ b/src/include/usr/ifmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
struct net_device;
struct net_device_configurator;
diff --git a/src/include/usr/imgmgmt.h b/src/include/usr/imgmgmt.h
index 5e25c562b..806df0bfb 100644
--- a/src/include/usr/imgmgmt.h
+++ b/src/include/usr/imgmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/image.h>
diff --git a/src/include/usr/imgtrust.h b/src/include/usr/imgtrust.h
index f47105af0..414e07a80 100644
--- a/src/include/usr/imgtrust.h
+++ b/src/include/usr/imgtrust.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/image.h>
diff --git a/src/include/usr/ipstat.h b/src/include/usr/ipstat.h
index 5ff8b40c3..803254bcb 100644
--- a/src/include/usr/ipstat.h
+++ b/src/include/usr/ipstat.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern void ipstat ( void );
diff --git a/src/include/usr/lotest.h b/src/include/usr/lotest.h
index aa4bbac4d..ce0fe5eda 100644
--- a/src/include/usr/lotest.h
+++ b/src/include/usr/lotest.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int loopback_test ( struct net_device *sender,
struct net_device *receiver, size_t mtu );
diff --git a/src/include/usr/neighmgmt.h b/src/include/usr/neighmgmt.h
index 3c2b704af..06f03716e 100644
--- a/src/include/usr/neighmgmt.h
+++ b/src/include/usr/neighmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern void nstat ( void );
diff --git a/src/include/usr/pingmgmt.h b/src/include/usr/pingmgmt.h
index d4c2d6cd5..c7a8434be 100644
--- a/src/include/usr/pingmgmt.h
+++ b/src/include/usr/pingmgmt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <stdint.h>
diff --git a/src/include/usr/profstat.h b/src/include/usr/profstat.h
index 06ea251a0..b7812ca7f 100644
--- a/src/include/usr/profstat.h
+++ b/src/include/usr/profstat.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern void profstat ( void );
diff --git a/src/include/usr/prompt.h b/src/include/usr/prompt.h
index 57e43d2dc..8d3eeee3c 100644
--- a/src/include/usr/prompt.h
+++ b/src/include/usr/prompt.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int prompt ( const char *text, unsigned long timeout, int key );
diff --git a/src/include/usr/route.h b/src/include/usr/route.h
index b914f4b84..7ec4a3509 100644
--- a/src/include/usr/route.h
+++ b/src/include/usr/route.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <ipxe/tables.h>
diff --git a/src/include/usr/sync.h b/src/include/usr/sync.h
index 0047d4ed9..b6f12ad6e 100644
--- a/src/include/usr/sync.h
+++ b/src/include/usr/sync.h
@@ -7,7 +7,7 @@
*
*/
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int sync ( unsigned long timeout );