diff --git a/COPYRIGHT b/COPYRIGHT
new file mode 100644
index 0000000000000000000000000000000000000000..a707c273a428d64b22ce232a7c94d3255a1c2d7d
--- /dev/null
+++ b/COPYRIGHT
@@ -0,0 +1,22 @@
+#if 1 /*
+#	namark/cpp_tools - various c++ project setup tools
+#	https://notabug.org/namark/cpp_tools
+#	https://gitlab.com/namark/cpp_tools
+#	https://github.com/namark/cpp_tools
+#
+#	Copyright (C) 2018-2019 respective authors/constibutors
+#
+#	This program is free software: you can redistribute it and/or modify
+#	it under the terms of the GNU General Public License as published by
+#	the Free Software Foundation, either version 3 of the License, or
+#	(at your option) any later version.
+#
+#	This program is distributed in the hope that it will be useful,
+#	but WITHOUT ANY WARRANTY; without even the implied warranty of
+#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#	GNU General Public License for more details.
+#
+#	You should have received a copy of the GNU General Public License
+#	along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#*/
+#endif
diff --git a/README.md b/README.md
index 5575a39a53e47edc2e6edf913f9f96f8ad58708f..74fa9d754c2967e6603bc1f8ae2934f08a243f81 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,6 @@ For each subdirectory in provided(or current) directory generates an .hpp file w
 
 ### allinclude_sort.sh
 Wrapper for allinclude, that just uses sort command to sort the includes in generated hpp files.
+
+### make_templates
+As the name suggests - some Makefile templates. The filenames of individual templates are pretty self explanatory as well. They are ugly from inside though and probably break some conventions.