From 3e6cb10eeef6c5367f5e4f7c7c0912d45ef53491 Mon Sep 17 00:00:00 2001 From: FateJH Date: Wed, 8 Mar 2017 21:09:49 -0500 Subject: [PATCH] these eight copyrights were not updated --- .../scala/net/psforever/packet/game/DismountBuildingMsg.scala | 2 +- .../scala/net/psforever/packet/game/GenericCollisionMsg.scala | 2 +- .../psforever/packet/game/ItemTransactionResultMessage.scala | 2 +- .../psforever/packet/game/WeaponLazeTargetPositionMessage.scala | 2 +- common/src/test/scala/game/DismountBuildingMsgTest.scala | 2 +- common/src/test/scala/game/GenericCollisionMsgTest.scala | 2 +- .../src/test/scala/game/ItemTransactionResultMessageTest.scala | 2 +- .../test/scala/game/WeaponLazeTargetPositionMessageTest.scala | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/src/main/scala/net/psforever/packet/game/DismountBuildingMsg.scala b/common/src/main/scala/net/psforever/packet/game/DismountBuildingMsg.scala index e8f224cc..0e933546 100644 --- a/common/src/main/scala/net/psforever/packet/game/DismountBuildingMsg.scala +++ b/common/src/main/scala/net/psforever/packet/game/DismountBuildingMsg.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package net.psforever.packet.game import net.psforever.packet.{GamePacketOpcode, Marshallable, PlanetSideGamePacket} diff --git a/common/src/main/scala/net/psforever/packet/game/GenericCollisionMsg.scala b/common/src/main/scala/net/psforever/packet/game/GenericCollisionMsg.scala index 33d31302..b48e8c56 100644 --- a/common/src/main/scala/net/psforever/packet/game/GenericCollisionMsg.scala +++ b/common/src/main/scala/net/psforever/packet/game/GenericCollisionMsg.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package net.psforever.packet.game import net.psforever.packet.{GamePacketOpcode, Marshallable, PlanetSideGamePacket} diff --git a/common/src/main/scala/net/psforever/packet/game/ItemTransactionResultMessage.scala b/common/src/main/scala/net/psforever/packet/game/ItemTransactionResultMessage.scala index 252ea560..abf1000a 100644 --- a/common/src/main/scala/net/psforever/packet/game/ItemTransactionResultMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/ItemTransactionResultMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package net.psforever.packet.game import net.psforever.packet.{GamePacketOpcode, Marshallable, PlanetSideGamePacket} diff --git a/common/src/main/scala/net/psforever/packet/game/WeaponLazeTargetPositionMessage.scala b/common/src/main/scala/net/psforever/packet/game/WeaponLazeTargetPositionMessage.scala index 37430e50..4c90f915 100644 --- a/common/src/main/scala/net/psforever/packet/game/WeaponLazeTargetPositionMessage.scala +++ b/common/src/main/scala/net/psforever/packet/game/WeaponLazeTargetPositionMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package net.psforever.packet.game import net.psforever.packet.{GamePacketOpcode, Marshallable, PlanetSideGamePacket} diff --git a/common/src/test/scala/game/DismountBuildingMsgTest.scala b/common/src/test/scala/game/DismountBuildingMsgTest.scala index 0fac4d85..0a432ad2 100644 --- a/common/src/test/scala/game/DismountBuildingMsgTest.scala +++ b/common/src/test/scala/game/DismountBuildingMsgTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package game import org.specs2.mutable._ diff --git a/common/src/test/scala/game/GenericCollisionMsgTest.scala b/common/src/test/scala/game/GenericCollisionMsgTest.scala index 970ce4f5..b455bb61 100644 --- a/common/src/test/scala/game/GenericCollisionMsgTest.scala +++ b/common/src/test/scala/game/GenericCollisionMsgTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package game import org.specs2.mutable._ diff --git a/common/src/test/scala/game/ItemTransactionResultMessageTest.scala b/common/src/test/scala/game/ItemTransactionResultMessageTest.scala index 558558bf..7b13e7cb 100644 --- a/common/src/test/scala/game/ItemTransactionResultMessageTest.scala +++ b/common/src/test/scala/game/ItemTransactionResultMessageTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package game import org.specs2.mutable._ diff --git a/common/src/test/scala/game/WeaponLazeTargetPositionMessageTest.scala b/common/src/test/scala/game/WeaponLazeTargetPositionMessageTest.scala index c21ce137..35f3d75a 100644 --- a/common/src/test/scala/game/WeaponLazeTargetPositionMessageTest.scala +++ b/common/src/test/scala/game/WeaponLazeTargetPositionMessageTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2016 PSForever.net to present +// Copyright (c) 2017 PSForever package game import org.specs2.mutable._