Skip to content

Commit 339b95b

Browse files
Add GPLv2 definition in sdk
1 parent e2a76a0 commit 339b95b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdk/mx.sdk/suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,10 @@
430430
"name" : "Unicode/ICU License",
431431
"url" : "https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE",
432432
},
433+
"GPLv2" : {
434+
"name" : "GNU General Public License, version 2",
435+
"url" : "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
436+
},
433437
},
434438

435439
# ------------- Distributions -------------

0 commit comments

Comments
 (0)