From e3b98b5dfca184581173349c0d7f5749a7b8e7d0 Mon Sep 17 00:00:00 2001 From: Zoey76 <zoey_76@msn.com> Date: Fri, 2 Jan 2015 02:39:27 -0200 Subject: [PATCH] Adding missing licenses, sorry! --- .../scripts/ai/npc/AvantGarde/AvantGarde.java | 18 ++++++++++++++++++ .../effecthandlers/ChangeFishingMastery.java | 18 ++++++++++++++++++ .../handlers/effecthandlers/CubicMastery.java | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/L2J_DataPack/dist/game/data/scripts/ai/npc/AvantGarde/AvantGarde.java b/L2J_DataPack/dist/game/data/scripts/ai/npc/AvantGarde/AvantGarde.java index 12ee07de34..64d600bba1 100644 --- a/L2J_DataPack/dist/game/data/scripts/ai/npc/AvantGarde/AvantGarde.java +++ b/L2J_DataPack/dist/game/data/scripts/ai/npc/AvantGarde/AvantGarde.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2004-2014 L2J DataPack + * + * This file is part of L2J DataPack. + * + * L2J DataPack 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, either version 3 of the License, or + * (at your option) any later version. + * + * L2J DataPack 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/>. + */ package ai.npc.AvantGarde; import java.util.List; diff --git a/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java b/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java index e3f2c923ac..e375268a11 100644 --- a/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java +++ b/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/ChangeFishingMastery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2004-2014 L2J DataPack + * + * This file is part of L2J DataPack. + * + * L2J DataPack 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, either version 3 of the License, or + * (at your option) any later version. + * + * L2J DataPack 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/>. + */ package handlers.effecthandlers; import com.l2jserver.gameserver.model.StatsSet; diff --git a/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/CubicMastery.java b/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/CubicMastery.java index d557f83e74..dea4f279f2 100644 --- a/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/CubicMastery.java +++ b/L2J_DataPack/dist/game/data/scripts/handlers/effecthandlers/CubicMastery.java @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2004-2014 L2J DataPack + * + * This file is part of L2J DataPack. + * + * L2J DataPack 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, either version 3 of the License, or + * (at your option) any later version. + * + * L2J DataPack 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/>. + */ package handlers.effecthandlers; import com.l2jserver.gameserver.model.StatsSet; -- GitLab