0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2026-02-16 19:21:26 +01:00

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:18:47 +01:00
parent f0492e9246
commit 744862b6a1
4 changed files with 358 additions and 1 deletions

9
license-spec.lua Normal file
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