Correctly applied the GNU GPL v3.0 License
This commit is contained in:
parent
d82ba783ae
commit
21a83e4eaa
5 changed files with 70 additions and 30 deletions
|
@ -1,13 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* This is a programm for Morse.
|
* This is a programm for Morse.
|
||||||
*
|
*
|
||||||
* Marcel Michael Kapfer
|
* Copyright (C) 2014 - 2015 Marcel Michael Kapfer (marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
*
|
||||||
|
* 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 version 3 of the License.
|
||||||
|
*
|
||||||
|
* 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 http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* GPL v3.0
|
* Version: 1.0.1
|
||||||
*
|
|
||||||
* 2014
|
|
||||||
*
|
|
||||||
* Version: 1.0.0
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* This is a programm for Morse.
|
* This is a programm for Morse.
|
||||||
*
|
*
|
||||||
* Marcel Michael Kapfer
|
* Copyright (C) 2014 - 2015 Marcel Michael Kapfer (marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
*
|
||||||
|
* 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 version 3 of the License.
|
||||||
|
*
|
||||||
|
* 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 http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* GPL v3.0
|
* Version: 1.0.1
|
||||||
*
|
|
||||||
* 2014
|
|
||||||
*
|
|
||||||
* Version: 1.0.0
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* This is a programm for Morse.
|
* This is a programm for Morse.
|
||||||
*
|
*
|
||||||
* Marcel Michael Kapfer
|
* Copyright (C) 2014 - 2015 Marcel Michael Kapfer (marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
*
|
||||||
|
* 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 version 3 of the License.
|
||||||
|
*
|
||||||
|
* 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 http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* GPL v3.0
|
* Version: 1.0.1
|
||||||
*
|
|
||||||
* 2014
|
|
||||||
*
|
|
||||||
* Version: 1.0.0
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* This is a programm for Morse.
|
* This is a programm for Morse.
|
||||||
*
|
*
|
||||||
* Marcel Michael Kapfer
|
* Copyright (C) 2014 - 2015 Marcel Michael Kapfer (marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
*
|
||||||
|
* 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 version 3 of the License.
|
||||||
|
*
|
||||||
|
* 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 http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* GPL v3.0
|
* Version: 1.0.1
|
||||||
*
|
|
||||||
* 2014
|
|
||||||
*
|
|
||||||
* Version: 1.0.0
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* This is a programm to translate latin letters, words, sentences, books and so on, to morse or written morse or backwards.
|
* This is a programm to translate latin letters, words, sentences, books and so on, to morse or written morse or backwards.
|
||||||
*
|
*
|
||||||
* Marcel Michael Kapfer
|
* Copyright (C) 2014 - 2015 Marcel Michael Kapfer (marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
*
|
||||||
|
* 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 version 3 of the License.
|
||||||
|
*
|
||||||
|
* 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 http://www.gnu.org/licenses/.
|
||||||
*
|
*
|
||||||
* GPL v3.0
|
* Version: 1.0.1
|
||||||
*
|
|
||||||
* 2014
|
|
||||||
*
|
|
||||||
* Version: 1.0.0
|
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Reference in a new issue