[svn-commits] sruffell: branch linux/2.5 r10647 - in /linux/branches/2.5/drivers/dahdi: voi...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Apr 5 15:34:48 CDT 2012
Author: sruffell
Date: Thu Apr 5 15:34:44 2012
New Revision: 10647
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10647
Log:
wcte12xp, wctdm24xxp, wct4xxp: Print warning about potential GPL violation w/HOTPLUG_FIRMWARE=no.
Print a warning message that it may be a GPL violation to redistribute these
binaries if the firmware for the VPMOCT032/64/128/256 is compiled in.
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10646
Conflicts:
drivers/dahdi/wct4xxp/Kbuild
Modified:
linux/branches/2.5/drivers/dahdi/voicebus/Kbuild
linux/branches/2.5/drivers/dahdi/wct4xxp/Kbuild
Modified: linux/branches/2.5/drivers/dahdi/voicebus/Kbuild
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/voicebus/Kbuild?view=diff&rev=10647&r1=10646&r2=10647
==============================================================================
--- linux/branches/2.5/drivers/dahdi/voicebus/Kbuild (original)
+++ linux/branches/2.5/drivers/dahdi/voicebus/Kbuild Thu Apr 5 15:34:44 2012
@@ -6,6 +6,7 @@
ifneq ($(HOTPLUG_FIRMWARE),yes)
dahdi_voicebus-objs += $(FIRM_DIR)/dahdi-fw-vpmoct032.o
+$(warning WARNING: You are compiling firmware into voicebus.ko which is not available under the terms of the GPL. It may be a violation of the GPL to distribute the resulting image since it combines both GPL and non-GPL work. You should consult a lawyer of your own before distributing such an image.)
else
EXTRA_CFLAGS+=-DHOTPLUG_FIRMWARE
endif
Modified: linux/branches/2.5/drivers/dahdi/wct4xxp/Kbuild
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.5/drivers/dahdi/wct4xxp/Kbuild?view=diff&rev=10647&r1=10646&r2=10647
==============================================================================
--- linux/branches/2.5/drivers/dahdi/wct4xxp/Kbuild (original)
+++ linux/branches/2.5/drivers/dahdi/wct4xxp/Kbuild Thu Apr 5 15:34:44 2012
@@ -18,6 +18,7 @@
ifneq ($(HOTPLUG_FIRMWARE),yes)
wct4xxp-objs += $(FIRM_DIR)/dahdi-fw-oct6114-064.o $(FIRM_DIR)/dahdi-fw-oct6114-128.o
+$(warning WARNING: You are compiling firmware into wct4xxp.ko which is not available under the terms of the GPL. It may be a violation of the GPL to distribute the resulting image since it combines both GPL and non-GPL work. You should consult a lawyer of your own before distributing such an image.)
endif
$(obj)/$(FIRM_DIR)/dahdi-fw-oct6114-064.o: $(obj)/base.o
More information about the svn-commits
mailing list