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 12ee07de347c04532f711bbc189215b8e4c4a219..64d600bba1d782217092d8ad969d9c30f0f796dc 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 e3f2c923ac40d219bd91ee814d938c50fb854630..e375268a11b7dd5d865d8fd4d87cffa404f2e678 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 d557f83e743aa90bafa0fe699051fe64b3f8f858..dea4f279f2102f8410284a8b5f086accd2bcaf23 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;