|
@@ -8,9 +8,9 @@ SUPERTUXKART_VERSION = 0.9.2
|
|
|
SUPERTUXKART_SOURCE = supertuxkart-$(SUPERTUXKART_VERSION)-src.tar.xz
|
|
|
SUPERTUXKART_SITE = http://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/$(SUPERTUXKART_VERSION)
|
|
|
|
|
|
-# Supertuxkart itself is GPLv3+, but it bundles a few libraries with different
|
|
|
-# licenses. Irrlicht, bullet and angelscript have zlib license, while glew is
|
|
|
-# BSD-3c. Since they are linked statically, the result is GPLv3+.
|
|
|
+# Supertuxkart itself is GPL-3.0+, but it bundles a few libraries with different
|
|
|
+# licenses. Irrlicht, bullet and angelscript have Zlib license, while glew is
|
|
|
+# BSD-3-Clause. Since they are linked statically, the result is GPL-3.0+.
|
|
|
SUPERTUXKART_LICENSE = GPL-3.0+
|
|
|
SUPERTUXKART_LICENSE_FILES = COPYING
|
|
|
|