mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-12 19:31:04 +00:00
Add copyrights to top of all files
This commit is contained in:
parent
f762aa8e1f
commit
a3de62db90
17 changed files with 53 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever
|
||||
|
||||
class ObjectFinalizedException(msg : String) extends Exception(msg)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.crypto
|
||||
|
||||
import psforever.IFinalizable
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.net
|
||||
|
||||
import scodec.bits.BitVector
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.net
|
||||
|
||||
import scodec.bits.BitVector
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.net
|
||||
|
||||
import scodec.{Err, DecodeResult, Attempt, Codec}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.net
|
||||
|
||||
import java.nio.charset.Charset
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
package psforever.net
|
||||
|
||||
import psforever.crypto.CryptoInterface
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
import org.specs2.mutable._
|
||||
import psforever.crypto.CryptoInterface
|
||||
import psforever.crypto.CryptoInterface.CryptoDHState
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
import org.specs2.mutable._
|
||||
import psforever.net._
|
||||
import scodec.Codec
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Copyright (c) 2016 PSForever.net to present
|
||||
import org.specs2.mutable._
|
||||
import psforever.net._
|
||||
import scodec.bits._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue