diff --git a/TODO b/TODO index 9744a3f..7b3e48e 100644 --- a/TODO +++ b/TODO @@ -1 +1,4 @@ -* remove unkown filetypes from filelist in load-dir \ No newline at end of file +* Remove unkown filetypes from filelist in load-dir +* Add some option for user to choose between liceenses +* Review license templates +* build the debian folder nad required files for deb packages \ No newline at end of file diff --git a/src/templates/licenses/gpl.tmpl b/src/templates/licenses/gpl.tmpl new file mode 100644 index 0000000..9f04328 --- /dev/null +++ b/src/templates/licenses/gpl.tmpl @@ -0,0 +1,15 @@ + $$PROJECT$$ - $$DESC$$ + Copyright (C) $$YEAR$$ $$AUTHOR$$ + + 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 + 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 .