summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--LICENSE13
-rw-r--r--LICENSE.md15
3 files changed, 14 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
index 94f6664..7ce99b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ test
*.out
build
tags
+compile_commands.js
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..5963878
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,13 @@
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+Copyright (C) 2018 Vladimir Novikov <oxore@protonmail.com>
+
+Everyone is permitted to copy and distribute verbatim or modified
+copies of this license document, and changing it is allowed as long
+as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index ba2432b..0000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,15 +0,0 @@
-```
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- Version 2, December 2004
-
- Copyright (C) 2018 Vladimir Novikov <oxore@protonmail.com>
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. You just DO WHAT THE FUCK YOU WANT TO.
-```