diff options
author | gregory guy <[email protected]> | 2020-03-20 15:27:05 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-03-21 00:52:42 +0900 |
commit | 912e13271f4c25b8574bb1b4305a28ca82863145 (patch) | |
tree | 61b42b2c5dd4feccb0797e4b12d3c1cfd3f5a92a /templates/cpp | |
parent | cbda64be33cfa1a32b898eaf38105fad0b9ce6ac (diff) | |
download | knowit-912e13271f4c25b8574bb1b4305a28ca82863145.tar.gz knowit-912e13271f4c25b8574bb1b4305a28ca82863145.zip |
Drop automake build support.
Delete the templates folder.
Add basic build instructions.
Rework of the README and help page.
Some Cosmetics.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 9de1ae68cda942c5455f5ca3a1f52539d82a57c2)
Diffstat (limited to 'templates/cpp')
-rw-r--r-- | templates/cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index 296fc68..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2004 by Michal Rudolf * - * [email protected] * - * * - * 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 2 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, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - ***************************************************************************/ |