From 651ec6dddbf27c7e90f1a3a18d12724162462a93 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 5 Apr 2012 20:32:37 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10646 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/voicebus/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/dahdi/voicebus') diff --git a/drivers/dahdi/voicebus/Kbuild b/drivers/dahdi/voicebus/Kbuild index 6266653..3bf9640 100644 --- a/drivers/dahdi/voicebus/Kbuild +++ b/drivers/dahdi/voicebus/Kbuild @@ -6,6 +6,7 @@ FIRM_DIR := ../firmware 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 -- cgit v1.2.3