Bladeren bron

Adjust copyright years.

HorridoJoho 3 jaren geleden
bovenliggende
commit
d10784a9ee

+ 1 - 1
src/main/java/com/l2jserver/gameserver/config/HuntingSystemConfiguration.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright © 2004-2021 L2J Server
+ * Copyright © 2004-2022 L2J Server
  *
  *
  * This file is part of L2J Server.
  * This file is part of L2J Server.
  *
  *

+ 1 - 1
src/main/java/com/l2jserver/gameserver/model/entity/HuntingSystem.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright © 2004-2021 L2J Server
+ * Copyright © 2004-2022 L2J Server
  * 
  * 
  * This file is part of L2J Server.
  * This file is part of L2J Server.
  * 
  * 

+ 5 - 1
src/main/java/com/l2jserver/gameserver/model/entity/RecommendationSystem.java

@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright © 2004-2021 L2J Server
+ * Copyright © 2004-2022 L2J Server
  * 
  * 
  * This file is part of L2J Server.
  * This file is part of L2J Server.
  * 
  * 
@@ -30,6 +30,10 @@ import com.l2jserver.gameserver.model.actor.tasks.player.RecoBonusTask;
 import com.l2jserver.gameserver.model.actor.tasks.player.RecoGiveTask;
 import com.l2jserver.gameserver.model.actor.tasks.player.RecoGiveTask;
 import com.l2jserver.gameserver.network.serverpackets.ExVoteSystemInfo;
 import com.l2jserver.gameserver.network.serverpackets.ExVoteSystemInfo;
 
 
+/**
+ * @author HorridoJoho
+ * @since 2.6.3.0
+ */
 public class RecommendationSystem {
 public class RecommendationSystem {
 	private final L2PcInstance _player;
 	private final L2PcInstance _player;