summaryrefslogtreecommitdiff
path: root/package/ruby
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2013-10-08 21:02:33 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-08 22:40:44 +0200
commit3a26628bf3dcd20d9b7d27d53bc5e2752cf515dc (patch)
tree7ad3aa49d83f1b0226eb25cd482ed748954791d7 /package/ruby
parent83630bc494a3bf221187a0e64428a0d18ec4475a (diff)
ruby: fix license info
Based on the contents of LEGAL, without checking the code. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ruby')
-rw-r--r--package/ruby/ruby.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index ba2d49b47..2188837a3 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -12,8 +12,8 @@ RUBY_MAKE_ENV = $(TARGET_MAKE_ENV)
RUBY_MAKE = $(MAKE1)
RUBY_CONF_OPT = --disable-install-doc --disable-rpath
HOST_RUBY_CONF_OPT = --disable-install-doc --with-out-ext=curses,readline
-RUBY_LICENSE = Ruby
-RUBY_LICENSE_FILES = LEGAL
+RUBY_LICENSE = Ruby or BSD-2c, BSD-3c, others
+RUBY_LICENSE_FILES = LEGAL COPYING BSDL
# Force optionals to build before we do
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)