summaryrefslogtreecommitdiffstats
path: root/package/libgdiplus
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-04-17 14:57:13 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-17 14:34:34 +0200
commit3338cd3a1704249980595f9301584352f51bac7a (patch)
tree367108e59bd30f965b230bef0291a21ff806ada8 /package/libgdiplus
parentc81eceb37403ed4584cb89abaacbbccc5bb1148f (diff)
downloadbuildroot-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/libgdiplus')
-rw-r--r--package/libgdiplus/libgdiplus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgdiplus/libgdiplus.mk b/package/libgdiplus/libgdiplus.mk
index aac859f865..7d564b6cd9 100644
--- a/package/libgdiplus/libgdiplus.mk
+++ b/package/libgdiplus/libgdiplus.mk
@@ -7,7 +7,7 @@
LIBGDIPLUS_VERSION = 4.2
LIBGDIPLUS_SITE = $(call github,mono,libgdiplus,$(LIBGDIPLUS_VERSION))
-# Although there is a LICENSE file thas specifies LGPL or MPLv1.1,
+# Although there is a LICENSE file thas specifies LGPL or MPL-1.1,
# looks like it is incorrect. The actual source files specify that
# they're licensed under MIT, and so does the COPYING file (and they
# all predate the addition of the LICENSE file).
OpenPOWER on IntegriCloud