diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-07-18 08:02:56 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-07-18 08:02:56 +0700 |
commit | e4dc52ba81c4682b4688bd23def41554a4aa82b2 (patch) | |
tree | 78f6aa514f6cce428a4a22a51c67e8f916b868c1 /editor/SCsub | |
parent | f36cd77feb9790847c6123eccfa18be74fc89b32 (diff) |
Fix Zlib license not extracted
Diffstat (limited to 'editor/SCsub')
-rw-r--r-- | editor/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/SCsub b/editor/SCsub index f0d378c097..fd56c9d772 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -268,6 +268,8 @@ def make_license_header(target, source, env): tp_license = "" tp_current = 0 + tp_licensetext.append([tp_licensename, tp_licensebody]) + about_thirdparty = "" about_tp_copyright_count = "" about_tp_license = "" |