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:
9
license-spec.lua
Normal file
9
license-spec.lua
Normal 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
|
||||
Reference in New Issue
Block a user