Minor fixes (name in license text, nae of the class).

This commit is contained in:
Alberth
2014-12-27 10:56:48 +01:00
parent 357c15e157
commit 4b286f6f6f

View File

@@ -6,16 +6,15 @@
* under the terms of the GNU General Public License as published by * under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License * the Free Software Foundation; version 2 of the License
* *
* NoCarGoal is distributed in the hope that it will be useful, * BusyBee is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with NoCarGoal; If not, see <http://www.gnu.org/licenses/> or * along with BusyBee If not, see <http://www.gnu.org/licenses/> or
* write to the Free Software Foundation, Inc., 51 Franklin Street, * write to the Free Software Foundation, Inc., 51 Franklin Street,
* Fifth Floor, Boston, MA 02110-1301 USA. * Fifth Floor, Boston, MA 02110-1301 USA.
*
*/ */
class FMainClass extends GSInfo { class FMainClass extends GSInfo {
@@ -24,7 +23,7 @@ class FMainClass extends GSInfo {
function GetDescription() { return "Goal: Have fun"; } function GetDescription() { return "Goal: Have fun"; }
function GetVersion() { return 0; } function GetVersion() { return 0; }
function GetDate() { return "2014-12-27"; } function GetDate() { return "2014-12-27"; }
function CreateInstance() { return "MainClass"; } function CreateInstance() { return "FMainClass"; }
function GetShortName() { return "BBEE"; } function GetShortName() { return "BBEE"; }
function GetAPIVersion() { return "1.4"; } function GetAPIVersion() { return "1.4"; }
function GetUrl() { return ""; } function GetUrl() { return ""; }