From af54f3e9c344ec5e9fb2f1b9e0bda4c3e39f087e Mon Sep 17 00:00:00 2001 From: Treeku Date: Mon, 8 Jul 2013 14:01:49 +0100 Subject: [PATCH] Added license text --- .../objects/CurrentServerGCWZoneInfo.java | 21 +++++++++++++++++++ .../objects/CurrentServerGCWZonePercent.java | 21 +++++++++++++++++++ src/resources/objects/Guild.java | 21 +++++++++++++++++++ .../objects/OtherServerGCWZonePercent.java | 21 +++++++++++++++++++ .../objects/guild/GuildMessageBuilder.java | 21 +++++++++++++++++++ src/resources/objects/guild/GuildObject.java | 21 +++++++++++++++++++ 6 files changed, 126 insertions(+) diff --git a/src/resources/objects/CurrentServerGCWZoneInfo.java b/src/resources/objects/CurrentServerGCWZoneInfo.java index ad523078..34cf8738 100644 --- a/src/resources/objects/CurrentServerGCWZoneInfo.java +++ b/src/resources/objects/CurrentServerGCWZoneInfo.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects; public class CurrentServerGCWZoneInfo { diff --git a/src/resources/objects/CurrentServerGCWZonePercent.java b/src/resources/objects/CurrentServerGCWZonePercent.java index 55b64070..13e886aa 100644 --- a/src/resources/objects/CurrentServerGCWZonePercent.java +++ b/src/resources/objects/CurrentServerGCWZonePercent.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects; public class CurrentServerGCWZonePercent { diff --git a/src/resources/objects/Guild.java b/src/resources/objects/Guild.java index 940ec36c..68736af6 100644 --- a/src/resources/objects/Guild.java +++ b/src/resources/objects/Guild.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects; public class Guild { diff --git a/src/resources/objects/OtherServerGCWZonePercent.java b/src/resources/objects/OtherServerGCWZonePercent.java index 5a5c1c56..7379337c 100644 --- a/src/resources/objects/OtherServerGCWZonePercent.java +++ b/src/resources/objects/OtherServerGCWZonePercent.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects; public class OtherServerGCWZonePercent { diff --git a/src/resources/objects/guild/GuildMessageBuilder.java b/src/resources/objects/guild/GuildMessageBuilder.java index b3c66a39..15e48e95 100644 --- a/src/resources/objects/guild/GuildMessageBuilder.java +++ b/src/resources/objects/guild/GuildMessageBuilder.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects.guild; import java.nio.ByteOrder; diff --git a/src/resources/objects/guild/GuildObject.java b/src/resources/objects/guild/GuildObject.java index 9b8785d0..dc8081b9 100644 --- a/src/resources/objects/guild/GuildObject.java +++ b/src/resources/objects/guild/GuildObject.java @@ -1,3 +1,24 @@ +/******************************************************************************* +* Copyright (c) 2013 +* +* This File is part of NGECore2. +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU Lesser General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public License +* along with this program. If not, see . +* +* Using NGEngine to work with NGECore2 is making a combined work based on NGEngine. +* Therefore all terms and conditions of the GNU Lesser General Public License cover the combination. +******************************************************************************/ package resources.objects.guild; import java.util.ArrayList;