From 6c3579c976a14c4eda8964491c649839a189828f Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 2 Jan 2019 02:11:08 +0300 Subject: Reformat license --- .gitignore | 1 + LICENSE | 13 +++++++++++++ LICENSE.md | 15 --------------- 3 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE.md 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 + +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 - - 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. -``` -- cgit v1.2.3