From fc0f9ce2aa46444ff69e89e9b9e09f3610eedd74 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Mon, 13 Oct 2014 12:24:49 +0200 Subject: Added .txt extension to LICENSE --- LICENSE | 8 -------- LICENSE.txt | 8 ++++++++ src/jcgp/JCGP.java | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.txt diff --git a/LICENSE b/LICENSE deleted file mode 100644 index eb65557..0000000 --- a/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -Copyright 2014 Eduardo Pedroni - -This program is free software: you can redistribute it and/or modify it under the terms of the -GNU General Public License version 3 as published by the Free Software Foundation. - -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 . \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..eb65557 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,8 @@ +Copyright 2014 Eduardo Pedroni + +This program is free software: you can redistribute it and/or modify it under the terms of the +GNU General Public License version 3 as published by the Free Software Foundation. + +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 . \ No newline at end of file diff --git a/src/jcgp/JCGP.java b/src/jcgp/JCGP.java index 99ed556..8f94556 100644 --- a/src/jcgp/JCGP.java +++ b/src/jcgp/JCGP.java @@ -46,10 +46,10 @@ public class JCGP { /* * The following arrays contain all available modules. These collections are read by the GUI - * when generating menus and are populated automatically using reflection. + * when generating menus. * * Each array is accompanied by a field which contains a reference to the currently selected - * module, 0 by default. + * module, index 0 by default. */ // mutators private Mutator[] mutators = new Mutator[] { -- cgit v1.2.3