projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05a1cc
)
barebox: fix license information
author
Simon Dawson
<spdawson@gmail.com>
Wed, 22 Aug 2012 12:47:33 +0000
(13:47 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Wed, 22 Aug 2012 17:47:18 +0000
(19:47 +0200)
The barebox license is GPLv2, and not GPLv2+.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/barebox/barebox.mk
patch
|
blob
|
history
diff --git
a/boot/barebox/barebox.mk
b/boot/barebox/barebox.mk
index 3641c1d70b23c7b8db469be5ed214cc25460696f..9550cdcfc609292096427a2f257ef138edf8557f 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
BAREBOX_LICENSE_FILES = COPYING
ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)