Add license + copyright info on external software.

Add configuration file for license header script.
Change js uglify to keep copyright comments.
This commit is contained in:
Wouter R
2013-12-20 15:32:53 +01:00
parent f0492e9246
commit 744862b6a1
4 changed files with 358 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
local M = {
BASE_PATH = 'js_src',
EXCLUDE_FILES = {},
PROCESS_FILES = {
['js_src/[^/]*%.js'] = 'cstyle'
},
IGNORE_GIT_CHANGED = false
}
return M