diff options
author | gregory guy <[email protected]> | 2019-10-05 13:09:14 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-05 13:09:14 +0200 |
commit | e3e93c027f7440e6327f12041937988306c06719 (patch) | |
tree | f2abcf40fb7c1f33b22ca9186a4660da0b9ca417 /templates/h | |
parent | c25a28b3027ef046529c657fdcba69668413bd09 (diff) | |
download | dolphin-e3e93c027f7440e6327f12041937988306c06719.tar.gz dolphin-e3e93c027f7440e6327f12041937988306c06719.zip |
Drop automake build support.
Add basic build instructions with cmake.
Add short description in README.
Deleted empty files: README, templates/cpp, templates/h.
Deleted emtpy folder: src/toolbar.
Deleted obsolete file: src/README
Diffstat (limited to 'templates/h')
-rw-r--r-- | templates/h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/h b/templates/h deleted file mode 100644 index 1a05134..0000000 --- a/templates/h +++ /dev/null @@ -1,21 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2007 by Marcel Juhnke * - * [email protected] * - * Copyright (C) 2006 by Peter Penz * - * [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. * - ***************************************************************************/ |