]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[legal] Relicense Davicom DM96xx drivers
authorMichael Brown <mcb30@ipxe.org>
Tue, 10 Mar 2015 00:12:39 +0000 (00:12 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 10 Mar 2015 00:12:39 +0000 (00:12 +0000)
Reported-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/dm96xx.c
src/drivers/net/dm96xx.h

index 71d008fabe07c578659ac3d06390ee37799e4971..58d8dd9649038a0bef7201484db0b95aa55683ad 100644 (file)
  * 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 <string.h>
 #include <unistd.h>
index 7cd144d2faf3a66d2c9062816e5f1769912cda14..43a1a4e30db7b9a3ccb29db23ccbf3103f62c1bd 100644 (file)
@@ -7,7 +7,7 @@
  *
  */
 
-FILE_LICENCE ( GPL2_OR_LATER );
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
 
 #include <ipxe/usb.h>
 #include <ipxe/usbnet.h>