diff --git a/src/de/marcel_kapfer/c/morseconverter/About.java b/src/de/marcel_kapfer/c/morseconverter/About.java index 9528eeb..5c3a20c 100644 --- a/src/de/marcel_kapfer/c/morseconverter/About.java +++ b/src/de/marcel_kapfer/c/morseconverter/About.java @@ -1,13 +1,21 @@ /* * 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 - * - * 2014 - * - * Version: 1.0.0 + * Version: 1.0.1 * */ diff --git a/src/de/marcel_kapfer/c/morseconverter/Bug.java b/src/de/marcel_kapfer/c/morseconverter/Bug.java index f046e1c..720b7b8 100644 --- a/src/de/marcel_kapfer/c/morseconverter/Bug.java +++ b/src/de/marcel_kapfer/c/morseconverter/Bug.java @@ -1,13 +1,21 @@ /* * 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 - * - * 2014 - * - * Version: 1.0.0 + * Version: 1.0.1 * */ diff --git a/src/de/marcel_kapfer/c/morseconverter/HowTo.java b/src/de/marcel_kapfer/c/morseconverter/HowTo.java index 08a23cd..18c26d0 100644 --- a/src/de/marcel_kapfer/c/morseconverter/HowTo.java +++ b/src/de/marcel_kapfer/c/morseconverter/HowTo.java @@ -1,13 +1,21 @@ /* * 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 - * - * 2014 - * - * Version: 1.0.0 + * Version: 1.0.1 * */ diff --git a/src/de/marcel_kapfer/c/morseconverter/MissingCode.java b/src/de/marcel_kapfer/c/morseconverter/MissingCode.java index 4591711..24ba125 100644 --- a/src/de/marcel_kapfer/c/morseconverter/MissingCode.java +++ b/src/de/marcel_kapfer/c/morseconverter/MissingCode.java @@ -1,13 +1,21 @@ /* * 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 - * - * 2014 - * - * Version: 1.0.0 + * Version: 1.0.1 * */ diff --git a/src/de/marcel_kapfer/c/morseconverter/Morse.java b/src/de/marcel_kapfer/c/morseconverter/Morse.java index 7fabc37..4e150fe 100644 --- a/src/de/marcel_kapfer/c/morseconverter/Morse.java +++ b/src/de/marcel_kapfer/c/morseconverter/Morse.java @@ -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. * - * 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 - * - * 2014 - * - * Version: 1.0.0 + * Version: 1.0.1 * */