aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-02-17 19:33:57 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-02-17 19:33:57 +0100
commit7250c51f716a050c105aae4e9f46d9736e108654 (patch)
tree38c299859a38ae9e64e5781a0397339709db5136 /.vscode
parent715f3bc11e5d27a98678d0f3644e151a10876dee (diff)
Change LICENSE to GPLv3
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index bc66eb0..06b5ea8 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,8 @@
{
"eslint.enable": true,
- "cSpell.language": "en,nl"
-} \ No newline at end of file
+ "cSpell.language": "en,nl",
+ "licenser.projectName": "rooster.hetmml.nl",
+ "licenser.license": "GPLv3",
+ "licenser.author": "Noah Loomans",
+ "licenser.useSingleLineStyle": false
+}