diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:44:05 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 17:10:52 +0100 |
commit | b353103ec003ea1c87f8ffe3ff2caf061cbfa44f (patch) | |
tree | f1fa57beb75e0700e323d3d2478b57687cb43e0e /templates | |
parent | 350c369a73eb1d9963df7888b17a573d3fb4a641 (diff) | |
download | tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.tar.gz tork-b353103ec003ea1c87f8ffe3ff2caf061cbfa44f.zip |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cpp | 19 | ||||
-rw-r--r-- | templates/h | 19 |
2 files changed, 0 insertions, 38 deletions
diff --git a/templates/cpp b/templates/cpp deleted file mode 100644 index 75eacb9..0000000 --- a/templates/cpp +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2006 by Robert Hogan * - * [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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ diff --git a/templates/h b/templates/h deleted file mode 100644 index 75eacb9..0000000 --- a/templates/h +++ /dev/null @@ -1,19 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2006 by Robert Hogan * - * [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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ |