Browse Source

[legal] Relicense Davicom DM96xx drivers

Reported-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
03e71d5d1a
2 changed files with 6 additions and 2 deletions
  1. 5
    1
      src/drivers/net/dm96xx.c
  2. 1
    1
      src/drivers/net/dm96xx.h

+ 5
- 1
src/drivers/net/dm96xx.c View File

@@ -15,9 +15,13 @@
15 15
  * along with this program; if not, write to the Free Software
16 16
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17 17
  * 02110-1301, USA.
18
+ *
19
+ * You can also choose to distribute this program under the terms of
20
+ * the Unmodified Binary Distribution Licence (as given in the file
21
+ * COPYING.UBDL), provided that you have satisfied its requirements.
18 22
  */
19 23
 
20
-FILE_LICENCE ( GPL2_OR_LATER );
24
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
21 25
 
22 26
 #include <string.h>
23 27
 #include <unistd.h>

+ 1
- 1
src/drivers/net/dm96xx.h View File

@@ -7,7 +7,7 @@
7 7
  *
8 8
  */
9 9
 
10
-FILE_LICENCE ( GPL2_OR_LATER );
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11 11
 
12 12
 #include <ipxe/usb.h>
13 13
 #include <ipxe/usbnet.h>

Loading…
Cancel
Save