summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorGravatar Cuchaz2015-04-19 18:51:04 -0400
committerGravatar Cuchaz2015-04-19 18:51:04 -0400
commit51b92b780b57cc955e0618d09fbc3aa95ff47163 (patch)
treec67831c7206060ad699eb490db574fd2a37f5c6d /build.py
parentsave more translation information for m3l (diff)
downloadenigma-51b92b780b57cc955e0618d09fbc3aa95ff47163.tar.gz
enigma-51b92b780b57cc955e0618d09fbc3aa95ff47163.tar.xz
enigma-51b92b780b57cc955e0618d09fbc3aa95ff47163.zip
relicense Enigma as LGPLv0.10.4_beta
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
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):
68 68
69def applyReadme(dirTemp): 69def applyReadme(dirTemp):
70 ssjb.file.copy(dirTemp, "license.APL2.txt") 70 ssjb.file.copy(dirTemp, "license.APL2.txt")
71 ssjb.file.copy(dirTemp, "license.GPL3.txt") 71 ssjb.file.copy(dirTemp, "license.LGPL3.txt")
72 ssjb.file.copy(dirTemp, "readme.txt") 72 ssjb.file.copy(dirTemp, "readme.txt")
73 73
74def buildStandaloneJar(dirOut): 74def buildStandaloneJar(dirOut):