Skip to content
Snippets Groups Projects
Commit d85888f1 authored by Lars Kanis's avatar Lars Kanis
Browse files

Set http://spdx.org/licenses/ compatible license string.

parent aa4d1bbd
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ hoe = Hoe.spec "fxruby" do
self.extra_dev_deps << ['opengl', '~> 0.8']
self.extra_dev_deps << ['glu', '~> 8.0']
self.extra_dev_deps << ['test-unit', '~> 3.1']
self.license 'LGPL'
self.license 'LGPL-2.1'
spec_extras[:files] = File.read_utf("Manifest.txt").split(/\r?\n\r?/).reject{|f| f=~/^fox-includes|^web/ }
spec_extras[:files] += SWIG_MODULES.values.map{|f| File.join("ext/fox16_c", f) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment