From 51b92b780b57cc955e0618d09fbc3aa95ff47163 Mon Sep 17 00:00:00 2001 From: Cuchaz Date: Sun, 19 Apr 2015 18:51:04 -0400 Subject: relicense Enigma as LGPL --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index b28e36e9..cfaa7ffa 100644 --- a/build.py +++ b/build.py @@ -68,7 +68,7 @@ def buildDeobfTestJar(outPath, inPath): def applyReadme(dirTemp): ssjb.file.copy(dirTemp, "license.APL2.txt") - ssjb.file.copy(dirTemp, "license.GPL3.txt") + ssjb.file.copy(dirTemp, "license.LGPL3.txt") ssjb.file.copy(dirTemp, "readme.txt") def buildStandaloneJar(dirOut): -- cgit v1.2.3