From eff745d0c5a82c3b3e710a4dc3dc2c433d2f873e Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Mon, 15 Apr 2019 03:15:08 +0400 Subject: [PATCH] Updated the README and added a COPYRIGHT. --- COPYRIGHT | 22 ++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..a707c27 --- /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 5575a39..74fa9d7 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. -- GitLab