diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-17 14:57:13 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-17 14:34:34 +0200 |
| commit | 3338cd3a1704249980595f9301584352f51bac7a (patch) | |
| tree | 367108e59bd30f965b230bef0291a21ff806ada8 /package/supertux | |
| parent | c81eceb37403ed4584cb89abaacbbccc5bb1148f (diff) | |
| download | buildroot-3338cd3a1704249980595f9301584352f51bac7a.tar.gz buildroot-3338cd3a1704249980595f9301584352f51bac7a.zip | |
package: use SPDX short identifier for license string in comments
We have started using SPDX short identifier for license string in
<PKG>_LICENSE variable. But license strings in comments are still
using old strings. For consistency, use SPDX short identifier in
comments as well.
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/supertux')
| -rw-r--r-- | package/supertux/supertux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/supertux/supertux.mk b/package/supertux/supertux.mk index f49df35751..e397441861 100644 --- a/package/supertux/supertux.mk +++ b/package/supertux/supertux.mk @@ -8,7 +8,7 @@ SUPERTUX_VERSION = 0.5.1 SUPERTUX_SITE = https://github.com/SuperTux/supertux/releases/download/v$(SUPERTUX_VERSION) SUPERTUX_SOURCE = SuperTux-v$(SUPERTUX_VERSION)-Source.tar.gz -# Supertux itself is GPLv3+, but it bundles a few libraries with different +# Supertux itself is GPL-3.0+, but it bundles a few libraries with different # licenses (sexp-cpp, squirrel, tinygettext) which are linked statically. SUPERTUX_LICENSE = GPL-3.0+ (code), CC-BY-SA-2.0, CC-BY-SA-3.0, GPL-2.0+ (images music sounds) SUPERTUX_LICENSE_FILES = LICENSE.txt data/AUTHORS |

