diff options
Diffstat (limited to 'src/templates/cpp_template')
| -rw-r--r-- | src/templates/cpp_template | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/src/templates/cpp_template b/src/templates/cpp_template new file mode 100644 index 0000000..6afef5d --- /dev/null +++ b/src/templates/cpp_template @@ -0,0 +1,16 @@ +/*************************************************************************** +                          |FILENAME|  -  description +                             ------------------- +    begin                : |DATE| +    copyright            : (C) |YEAR| by |AUTHOR| +    email                : |EMAIL| + ***************************************************************************/ + +/*************************************************************************** + *                                                                         * + *   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.                                   * + *                                                                         * + ***************************************************************************/ | 
