aboutsummaryrefslogtreecommitdiff
path: root/misc/scripts/addheader.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve script to add/fix copyright headersRémi Verschelde2018-01-051-71/+0
| | | | | | - The header now always ends with exactly one empty line - Comments after the header are no longer removed - Improved readability with clearer file names and comments
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-0/+70
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.