Browse Source

Merge pull request #9681 from Noshyaar/pr-license

Fix Zlib license not extracted
Rémi Verschelde 8 years ago
parent
commit
fbfb9e79d3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/SCsub

+ 2 - 0
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 = ""