mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2026-09-04 16:49:12 +02: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:
@@ -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