projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaef483
)
barebox: fix license information
author
Simon Dawson
<simond@trainfx.com>
Mon, 27 Aug 2012 21:19:47 +0000
(21:19 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 9 Oct 2012 09:38:55 +0000
(11:38 +0200)
The barebox license should be "GPLv2 with exceptions", and not GPLv2.
Signed-off-by: Simon Dawson <simond@trainfx.com>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/barebox.mk
patch
|
blob
|
history
diff --git
a/boot/barebox/barebox.mk
b/boot/barebox/barebox.mk
index 9550cdcfc609292096427a2f257ef138edf8557f..ee84831c6c478bd2a300730720819915f3393099 100644
(file)
--- a/
boot/barebox/barebox.mk
+++ b/
boot/barebox/barebox.mk
@@
-20,7
+20,7
@@
BAREBOX_SOURCE = barebox-$(BAREBOX_VERSION).tar.bz2
BAREBOX_SITE = http://www.barebox.org/download/
endif
-BAREBOX_LICENSE = GPLv2
+BAREBOX_LICENSE = GPLv2
with exceptions
BAREBOX_LICENSE_FILES = COPYING
ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)