diff --git a/LICENSE b/LICENSE index 3b2252402..658bbde9e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2021 by Rob Norris +Copyright (c) 2018-2024 by Rob Norris and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/build.sbt b/build.sbt index 09793b2fb..0d7205224 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val commonSettings = Seq( // Headers headerMappings := headerMappings.value + (HeaderFileType.scala -> HeaderCommentStyle.cppStyleLineComment), headerLicense := Some(HeaderLicense.Custom( - """|Copyright (c) 2018-2021 by Rob Norris + """|Copyright (c) 2018-2024 by Rob Norris and Contributors |This software is licensed under the MIT License (MIT). |For more information see LICENSE or https://opensource.org/licenses/MIT |""".stripMargin diff --git a/modules/bench/src/main/scala/skunk/bench/SelectBench.scala b/modules/bench/src/main/scala/skunk/bench/SelectBench.scala index c97a664ab..77ca486e4 100644 --- a/modules/bench/src/main/scala/skunk/bench/SelectBench.scala +++ b/modules/bench/src/main/scala/skunk/bench/SelectBench.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/circe/src/main/scala/JsonCodecs.scala b/modules/circe/src/main/scala/JsonCodecs.scala index 007269dd1..e49ce4091 100644 --- a/modules/circe/src/main/scala/JsonCodecs.scala +++ b/modules/circe/src/main/scala/JsonCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/js-native/src/main/scala/SSLPlatform.scala b/modules/core/js-native/src/main/scala/SSLPlatform.scala index d6d7b8be8..7f2f85612 100644 --- a/modules/core/js-native/src/main/scala/SSLPlatform.scala +++ b/modules/core/js-native/src/main/scala/SSLPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/js-native/src/main/scala/message/Scram.scala b/modules/core/js-native/src/main/scala/message/Scram.scala index 68ac6c037..8720a9258 100644 --- a/modules/core/js-native/src/main/scala/message/Scram.scala +++ b/modules/core/js-native/src/main/scala/message/Scram.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/js-native/src/main/scala/protocol/StartupPlatform.scala b/modules/core/js-native/src/main/scala/protocol/StartupPlatform.scala index 0fc719a6a..601c1f5f7 100644 --- a/modules/core/js-native/src/main/scala/protocol/StartupPlatform.scala +++ b/modules/core/js-native/src/main/scala/protocol/StartupPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/js/src/main/scala/net/message/PasswordMessagePlatform.scala b/modules/core/js/src/main/scala/net/message/PasswordMessagePlatform.scala index 3bc8149ed..b256ebe3f 100644 --- a/modules/core/js/src/main/scala/net/message/PasswordMessagePlatform.scala +++ b/modules/core/js/src/main/scala/net/message/PasswordMessagePlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/js/src/main/scala/net/message/ScramPlatform.scala b/modules/core/js/src/main/scala/net/message/ScramPlatform.scala index 82c355171..0911685de 100644 --- a/modules/core/js/src/main/scala/net/message/ScramPlatform.scala +++ b/modules/core/js/src/main/scala/net/message/ScramPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/jvm/src/main/scala/SSLPlatform.scala b/modules/core/jvm/src/main/scala/SSLPlatform.scala index 6497dcfeb..26baa287c 100644 --- a/modules/core/jvm/src/main/scala/SSLPlatform.scala +++ b/modules/core/jvm/src/main/scala/SSLPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/jvm/src/main/scala/net/message/PasswordMessagePlatform.scala b/modules/core/jvm/src/main/scala/net/message/PasswordMessagePlatform.scala index e034a059e..cf75f97a4 100644 --- a/modules/core/jvm/src/main/scala/net/message/PasswordMessagePlatform.scala +++ b/modules/core/jvm/src/main/scala/net/message/PasswordMessagePlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/jvm/src/main/scala/net/protocol/StartupPlatform.scala b/modules/core/jvm/src/main/scala/net/protocol/StartupPlatform.scala index 7c230dac0..e66ba0b74 100644 --- a/modules/core/jvm/src/main/scala/net/protocol/StartupPlatform.scala +++ b/modules/core/jvm/src/main/scala/net/protocol/StartupPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/native/src/main/scala/net/message/PasswordMessagePlatform.scala b/modules/core/native/src/main/scala/net/message/PasswordMessagePlatform.scala index e39dc47ec..ad022cc04 100644 --- a/modules/core/native/src/main/scala/net/message/PasswordMessagePlatform.scala +++ b/modules/core/native/src/main/scala/net/message/PasswordMessagePlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/native/src/main/scala/net/message/ScramPlatform.scala b/modules/core/native/src/main/scala/net/message/ScramPlatform.scala index 2f0d22388..d5d37965f 100644 --- a/modules/core/native/src/main/scala/net/message/ScramPlatform.scala +++ b/modules/core/native/src/main/scala/net/message/ScramPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/native/src/main/scala/net/message/openssl.scala b/modules/core/native/src/main/scala/net/message/openssl.scala index f5a03d7ed..4fabee029 100644 --- a/modules/core/native/src/main/scala/net/message/openssl.scala +++ b/modules/core/native/src/main/scala/net/message/openssl.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-2/SqlState.scala b/modules/core/shared/src/main/scala-2/SqlState.scala index dd3f92e65..721b67786 100644 --- a/modules/core/shared/src/main/scala-2/SqlState.scala +++ b/modules/core/shared/src/main/scala-2/SqlState.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-2/codec/EnumCodecCompat.scala b/modules/core/shared/src/main/scala-2/codec/EnumCodecCompat.scala index 4c602f740..cdcf87209 100644 --- a/modules/core/shared/src/main/scala-2/codec/EnumCodecCompat.scala +++ b/modules/core/shared/src/main/scala-2/codec/EnumCodecCompat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-2/syntax/AllOps.scala b/modules/core/shared/src/main/scala-2/syntax/AllOps.scala index 5a7fc5ac8..f117e85ef 100644 --- a/modules/core/shared/src/main/scala-2/syntax/AllOps.scala +++ b/modules/core/shared/src/main/scala-2/syntax/AllOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-2/syntax/StringContextOps.scala b/modules/core/shared/src/main/scala-2/syntax/StringContextOps.scala index b775256f6..0a9069cf2 100644 --- a/modules/core/shared/src/main/scala-2/syntax/StringContextOps.scala +++ b/modules/core/shared/src/main/scala-2/syntax/StringContextOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-2/util/Twiddler.scala b/modules/core/shared/src/main/scala-2/util/Twiddler.scala index 845a0a9b8..fd59a7113 100644 --- a/modules/core/shared/src/main/scala-2/util/Twiddler.scala +++ b/modules/core/shared/src/main/scala-2/util/Twiddler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/SqlState.scala b/modules/core/shared/src/main/scala-3/SqlState.scala index e6eb4df57..792d50b2d 100644 --- a/modules/core/shared/src/main/scala-3/SqlState.scala +++ b/modules/core/shared/src/main/scala-3/SqlState.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/codec/EnumCodecCompat.scala b/modules/core/shared/src/main/scala-3/codec/EnumCodecCompat.scala index 0723b9e86..ff8d47276 100644 --- a/modules/core/shared/src/main/scala-3/codec/EnumCodecCompat.scala +++ b/modules/core/shared/src/main/scala-3/codec/EnumCodecCompat.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/syntax/AllOps.scala b/modules/core/shared/src/main/scala-3/syntax/AllOps.scala index ef41cd1dd..cfd05b358 100644 --- a/modules/core/shared/src/main/scala-3/syntax/AllOps.scala +++ b/modules/core/shared/src/main/scala-3/syntax/AllOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/syntax/CodecOps.scala b/modules/core/shared/src/main/scala-3/syntax/CodecOps.scala index cf4c7d3db..5c0feca56 100644 --- a/modules/core/shared/src/main/scala-3/syntax/CodecOps.scala +++ b/modules/core/shared/src/main/scala-3/syntax/CodecOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/syntax/DecoderOps.scala b/modules/core/shared/src/main/scala-3/syntax/DecoderOps.scala index 122dd90a6..dc84db63a 100644 --- a/modules/core/shared/src/main/scala-3/syntax/DecoderOps.scala +++ b/modules/core/shared/src/main/scala-3/syntax/DecoderOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/syntax/EncoderOps.scala b/modules/core/shared/src/main/scala-3/syntax/EncoderOps.scala index 68f26cbfd..f9a67840d 100644 --- a/modules/core/shared/src/main/scala-3/syntax/EncoderOps.scala +++ b/modules/core/shared/src/main/scala-3/syntax/EncoderOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/syntax/StringContextOps.scala b/modules/core/shared/src/main/scala-3/syntax/StringContextOps.scala index 7567d6296..46b4a9179 100644 --- a/modules/core/shared/src/main/scala-3/syntax/StringContextOps.scala +++ b/modules/core/shared/src/main/scala-3/syntax/StringContextOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala-3/util/Twiddler.scala b/modules/core/shared/src/main/scala-3/util/Twiddler.scala index cc18342aa..23538a3d7 100644 --- a/modules/core/shared/src/main/scala-3/util/Twiddler.scala +++ b/modules/core/shared/src/main/scala-3/util/Twiddler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/AppliedFragment.scala b/modules/core/shared/src/main/scala/AppliedFragment.scala index da192403c..d620922a3 100644 --- a/modules/core/shared/src/main/scala/AppliedFragment.scala +++ b/modules/core/shared/src/main/scala/AppliedFragment.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Channel.scala b/modules/core/shared/src/main/scala/Channel.scala index 67785f430..bc7f90ef3 100644 --- a/modules/core/shared/src/main/scala/Channel.scala +++ b/modules/core/shared/src/main/scala/Channel.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Codec.scala b/modules/core/shared/src/main/scala/Codec.scala index 0647bf858..657607c02 100644 --- a/modules/core/shared/src/main/scala/Codec.scala +++ b/modules/core/shared/src/main/scala/Codec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Command.scala b/modules/core/shared/src/main/scala/Command.scala index 1e64b5e58..e9c6294d4 100644 --- a/modules/core/shared/src/main/scala/Command.scala +++ b/modules/core/shared/src/main/scala/Command.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Cursor.scala b/modules/core/shared/src/main/scala/Cursor.scala index 876819a7b..7dfedc860 100644 --- a/modules/core/shared/src/main/scala/Cursor.scala +++ b/modules/core/shared/src/main/scala/Cursor.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Decoder.scala b/modules/core/shared/src/main/scala/Decoder.scala index d5dd117e7..e4e9143b3 100644 --- a/modules/core/shared/src/main/scala/Decoder.scala +++ b/modules/core/shared/src/main/scala/Decoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Encoder.scala b/modules/core/shared/src/main/scala/Encoder.scala index 51c1111fd..9913283be 100644 --- a/modules/core/shared/src/main/scala/Encoder.scala +++ b/modules/core/shared/src/main/scala/Encoder.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Fragment.scala b/modules/core/shared/src/main/scala/Fragment.scala index 55e15b3c1..26bfc4d5c 100644 --- a/modules/core/shared/src/main/scala/Fragment.scala +++ b/modules/core/shared/src/main/scala/Fragment.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/PreparedCommand.scala b/modules/core/shared/src/main/scala/PreparedCommand.scala index f8205e333..75669b9db 100644 --- a/modules/core/shared/src/main/scala/PreparedCommand.scala +++ b/modules/core/shared/src/main/scala/PreparedCommand.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/PreparedQuery.scala b/modules/core/shared/src/main/scala/PreparedQuery.scala index a573fc3dd..82aae7135 100644 --- a/modules/core/shared/src/main/scala/PreparedQuery.scala +++ b/modules/core/shared/src/main/scala/PreparedQuery.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Query.scala b/modules/core/shared/src/main/scala/Query.scala index bb03ad35e..31a698d4f 100644 --- a/modules/core/shared/src/main/scala/Query.scala +++ b/modules/core/shared/src/main/scala/Query.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/RedactionStrategy.scala b/modules/core/shared/src/main/scala/RedactionStrategy.scala index 439327c87..ba583610a 100644 --- a/modules/core/shared/src/main/scala/RedactionStrategy.scala +++ b/modules/core/shared/src/main/scala/RedactionStrategy.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/SSL.scala b/modules/core/shared/src/main/scala/SSL.scala index ca0c0eb64..4afff577b 100644 --- a/modules/core/shared/src/main/scala/SSL.scala +++ b/modules/core/shared/src/main/scala/SSL.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Session.scala b/modules/core/shared/src/main/scala/Session.scala index 1cda75c60..5b37d7d1a 100644 --- a/modules/core/shared/src/main/scala/Session.scala +++ b/modules/core/shared/src/main/scala/Session.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Statement.scala b/modules/core/shared/src/main/scala/Statement.scala index de3b7f011..aabfe62d2 100644 --- a/modules/core/shared/src/main/scala/Statement.scala +++ b/modules/core/shared/src/main/scala/Statement.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Transaction.scala b/modules/core/shared/src/main/scala/Transaction.scala index 91277e456..2db3c69b4 100644 --- a/modules/core/shared/src/main/scala/Transaction.scala +++ b/modules/core/shared/src/main/scala/Transaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/Void.scala b/modules/core/shared/src/main/scala/Void.scala index 222b7a026..041cb55f9 100644 --- a/modules/core/shared/src/main/scala/Void.scala +++ b/modules/core/shared/src/main/scala/Void.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/AllCodecs.scala b/modules/core/shared/src/main/scala/codec/AllCodecs.scala index 7f2342115..df62e95a4 100644 --- a/modules/core/shared/src/main/scala/codec/AllCodecs.scala +++ b/modules/core/shared/src/main/scala/codec/AllCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/BinaryCodecs.scala b/modules/core/shared/src/main/scala/codec/BinaryCodecs.scala index 05dd37f31..f9f355690 100644 --- a/modules/core/shared/src/main/scala/codec/BinaryCodecs.scala +++ b/modules/core/shared/src/main/scala/codec/BinaryCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/BooleanCodec.scala b/modules/core/shared/src/main/scala/codec/BooleanCodec.scala index d90af7ba8..8c3f4bf24 100644 --- a/modules/core/shared/src/main/scala/codec/BooleanCodec.scala +++ b/modules/core/shared/src/main/scala/codec/BooleanCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/EnumCodec.scala b/modules/core/shared/src/main/scala/codec/EnumCodec.scala index 4b30aa2a0..54f7ca8ef 100644 --- a/modules/core/shared/src/main/scala/codec/EnumCodec.scala +++ b/modules/core/shared/src/main/scala/codec/EnumCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/LTreeCodec.scala b/modules/core/shared/src/main/scala/codec/LTreeCodec.scala index d54babfbe..72b98aa20 100644 --- a/modules/core/shared/src/main/scala/codec/LTreeCodec.scala +++ b/modules/core/shared/src/main/scala/codec/LTreeCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/NumericCodecs.scala b/modules/core/shared/src/main/scala/codec/NumericCodecs.scala index 4be4e0622..2b1363f86 100644 --- a/modules/core/shared/src/main/scala/codec/NumericCodecs.scala +++ b/modules/core/shared/src/main/scala/codec/NumericCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala b/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala index ae99cbdda..44c8fb92d 100644 --- a/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala +++ b/modules/core/shared/src/main/scala/codec/TemporalCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/TextCodecs.scala b/modules/core/shared/src/main/scala/codec/TextCodecs.scala index 9fc21c374..fd5cc9ad5 100644 --- a/modules/core/shared/src/main/scala/codec/TextCodecs.scala +++ b/modules/core/shared/src/main/scala/codec/TextCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/codec/UuidCodec.scala b/modules/core/shared/src/main/scala/codec/UuidCodec.scala index 7e28098e3..780d1dd5b 100644 --- a/modules/core/shared/src/main/scala/codec/UuidCodec.scala +++ b/modules/core/shared/src/main/scala/codec/UuidCodec.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Arr.scala b/modules/core/shared/src/main/scala/data/Arr.scala index 8582d80d6..5101f890b 100644 --- a/modules/core/shared/src/main/scala/data/Arr.scala +++ b/modules/core/shared/src/main/scala/data/Arr.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Completion.scala b/modules/core/shared/src/main/scala/data/Completion.scala index b7f9536a5..a49a3e45e 100644 --- a/modules/core/shared/src/main/scala/data/Completion.scala +++ b/modules/core/shared/src/main/scala/data/Completion.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Encoded.scala b/modules/core/shared/src/main/scala/data/Encoded.scala index 78fd0e489..07d4d7606 100644 --- a/modules/core/shared/src/main/scala/data/Encoded.scala +++ b/modules/core/shared/src/main/scala/data/Encoded.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Identifier.scala b/modules/core/shared/src/main/scala/data/Identifier.scala index 06c994af1..a557a21ac 100644 --- a/modules/core/shared/src/main/scala/data/Identifier.scala +++ b/modules/core/shared/src/main/scala/data/Identifier.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/LTree.scala b/modules/core/shared/src/main/scala/data/LTree.scala index f81df6a71..a8ce1f054 100644 --- a/modules/core/shared/src/main/scala/data/LTree.scala +++ b/modules/core/shared/src/main/scala/data/LTree.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Notification.scala b/modules/core/shared/src/main/scala/data/Notification.scala index b0b02f5cf..08c10fca3 100644 --- a/modules/core/shared/src/main/scala/data/Notification.scala +++ b/modules/core/shared/src/main/scala/data/Notification.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/SemispaceCache.scala b/modules/core/shared/src/main/scala/data/SemispaceCache.scala index 685e55189..41bb2a7af 100644 --- a/modules/core/shared/src/main/scala/data/SemispaceCache.scala +++ b/modules/core/shared/src/main/scala/data/SemispaceCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/TransactionAccessMode.scala b/modules/core/shared/src/main/scala/data/TransactionAccessMode.scala index d86365485..16f5efc7f 100644 --- a/modules/core/shared/src/main/scala/data/TransactionAccessMode.scala +++ b/modules/core/shared/src/main/scala/data/TransactionAccessMode.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/TransactionIsolationLevel.scala b/modules/core/shared/src/main/scala/data/TransactionIsolationLevel.scala index 52de0546c..6cb89b8bf 100644 --- a/modules/core/shared/src/main/scala/data/TransactionIsolationLevel.scala +++ b/modules/core/shared/src/main/scala/data/TransactionIsolationLevel.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/TransactionStatus.scala b/modules/core/shared/src/main/scala/data/TransactionStatus.scala index d2853d88f..a1bd28306 100644 --- a/modules/core/shared/src/main/scala/data/TransactionStatus.scala +++ b/modules/core/shared/src/main/scala/data/TransactionStatus.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/Type.scala b/modules/core/shared/src/main/scala/data/Type.scala index 3512fff0d..299ee1acd 100644 --- a/modules/core/shared/src/main/scala/data/Type.scala +++ b/modules/core/shared/src/main/scala/data/Type.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/data/TypedRowDescription.scala b/modules/core/shared/src/main/scala/data/TypedRowDescription.scala index f44e65133..fc6e6cf45 100644 --- a/modules/core/shared/src/main/scala/data/TypedRowDescription.scala +++ b/modules/core/shared/src/main/scala/data/TypedRowDescription.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/ColumnAlignmentException.scala b/modules/core/shared/src/main/scala/exception/ColumnAlignmentException.scala index fcafd9e48..33f509557 100644 --- a/modules/core/shared/src/main/scala/exception/ColumnAlignmentException.scala +++ b/modules/core/shared/src/main/scala/exception/ColumnAlignmentException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/CopyNotSupportedException.scala b/modules/core/shared/src/main/scala/exception/CopyNotSupportedException.scala index 37e8f05df..f8fe4834f 100644 --- a/modules/core/shared/src/main/scala/exception/CopyNotSupportedException.scala +++ b/modules/core/shared/src/main/scala/exception/CopyNotSupportedException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/DecodeException.scala b/modules/core/shared/src/main/scala/exception/DecodeException.scala index b6b4d0aff..338e8349a 100644 --- a/modules/core/shared/src/main/scala/exception/DecodeException.scala +++ b/modules/core/shared/src/main/scala/exception/DecodeException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/EmptyStatementException.scala b/modules/core/shared/src/main/scala/exception/EmptyStatementException.scala index f077dabbd..bd7ee5e2e 100644 --- a/modules/core/shared/src/main/scala/exception/EmptyStatementException.scala +++ b/modules/core/shared/src/main/scala/exception/EmptyStatementException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/EofException.scala b/modules/core/shared/src/main/scala/exception/EofException.scala index f6b94ccc0..403eb06ab 100644 --- a/modules/core/shared/src/main/scala/exception/EofException.scala +++ b/modules/core/shared/src/main/scala/exception/EofException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/NoDataException.scala b/modules/core/shared/src/main/scala/exception/NoDataException.scala index 53756169c..475dbf32f 100644 --- a/modules/core/shared/src/main/scala/exception/NoDataException.scala +++ b/modules/core/shared/src/main/scala/exception/NoDataException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/PostgresErrorException.scala b/modules/core/shared/src/main/scala/exception/PostgresErrorException.scala index bf39dec75..97979ba46 100644 --- a/modules/core/shared/src/main/scala/exception/PostgresErrorException.scala +++ b/modules/core/shared/src/main/scala/exception/PostgresErrorException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/ProtocolError.scala b/modules/core/shared/src/main/scala/exception/ProtocolError.scala index 56dcf6ca7..ff83ada6e 100644 --- a/modules/core/shared/src/main/scala/exception/ProtocolError.scala +++ b/modules/core/shared/src/main/scala/exception/ProtocolError.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/SCRAMProtocolException.scala b/modules/core/shared/src/main/scala/exception/SCRAMProtocolException.scala index 0fe7fbf4a..26d407b0d 100644 --- a/modules/core/shared/src/main/scala/exception/SCRAMProtocolException.scala +++ b/modules/core/shared/src/main/scala/exception/SCRAMProtocolException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/SkunkException.scala b/modules/core/shared/src/main/scala/exception/SkunkException.scala index 5dd84f602..82606372d 100644 --- a/modules/core/shared/src/main/scala/exception/SkunkException.scala +++ b/modules/core/shared/src/main/scala/exception/SkunkException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/StartupException.scala b/modules/core/shared/src/main/scala/exception/StartupException.scala index 043ba8a8d..07e40ae00 100644 --- a/modules/core/shared/src/main/scala/exception/StartupException.scala +++ b/modules/core/shared/src/main/scala/exception/StartupException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/TooManyParametersException.scala b/modules/core/shared/src/main/scala/exception/TooManyParametersException.scala index 29fa0d416..6ef8789f1 100644 --- a/modules/core/shared/src/main/scala/exception/TooManyParametersException.scala +++ b/modules/core/shared/src/main/scala/exception/TooManyParametersException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnexpectedColumnsException.scala b/modules/core/shared/src/main/scala/exception/UnexpectedColumnsException.scala index 4db6e9f3b..88213d5ee 100644 --- a/modules/core/shared/src/main/scala/exception/UnexpectedColumnsException.scala +++ b/modules/core/shared/src/main/scala/exception/UnexpectedColumnsException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnexpectedDataException.scala b/modules/core/shared/src/main/scala/exception/UnexpectedDataException.scala index 8648247fd..6fd9d8ea8 100644 --- a/modules/core/shared/src/main/scala/exception/UnexpectedDataException.scala +++ b/modules/core/shared/src/main/scala/exception/UnexpectedDataException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnknownOidException.scala b/modules/core/shared/src/main/scala/exception/UnknownOidException.scala index 8894faac5..9db8d34f1 100644 --- a/modules/core/shared/src/main/scala/exception/UnknownOidException.scala +++ b/modules/core/shared/src/main/scala/exception/UnknownOidException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnknownTypeException.scala b/modules/core/shared/src/main/scala/exception/UnknownTypeException.scala index d5af2c6fb..4ffec957d 100644 --- a/modules/core/shared/src/main/scala/exception/UnknownTypeException.scala +++ b/modules/core/shared/src/main/scala/exception/UnknownTypeException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnsupportedAuthenticationSchemeException.scala b/modules/core/shared/src/main/scala/exception/UnsupportedAuthenticationSchemeException.scala index d02578de2..e896326bc 100644 --- a/modules/core/shared/src/main/scala/exception/UnsupportedAuthenticationSchemeException.scala +++ b/modules/core/shared/src/main/scala/exception/UnsupportedAuthenticationSchemeException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/UnsupportedSASLMechanismsException.scala b/modules/core/shared/src/main/scala/exception/UnsupportedSASLMechanismsException.scala index 1ce336019..1dae6203f 100644 --- a/modules/core/shared/src/main/scala/exception/UnsupportedSASLMechanismsException.scala +++ b/modules/core/shared/src/main/scala/exception/UnsupportedSASLMechanismsException.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/exception/package.scala b/modules/core/shared/src/main/scala/exception/package.scala index dd6d2a436..31a65e4b0 100644 --- a/modules/core/shared/src/main/scala/exception/package.scala +++ b/modules/core/shared/src/main/scala/exception/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/feature.scala b/modules/core/shared/src/main/scala/feature.scala index bbf2f7608..ce7ff6fc7 100644 --- a/modules/core/shared/src/main/scala/feature.scala +++ b/modules/core/shared/src/main/scala/feature.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/AbstractMessageSocket.scala b/modules/core/shared/src/main/scala/net/AbstractMessageSocket.scala index f0638186b..7ad919477 100644 --- a/modules/core/shared/src/main/scala/net/AbstractMessageSocket.scala +++ b/modules/core/shared/src/main/scala/net/AbstractMessageSocket.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/BitVectorSocket.scala b/modules/core/shared/src/main/scala/net/BitVectorSocket.scala index 395470653..d601e05f9 100644 --- a/modules/core/shared/src/main/scala/net/BitVectorSocket.scala +++ b/modules/core/shared/src/main/scala/net/BitVectorSocket.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/BufferedMessageSocket.scala b/modules/core/shared/src/main/scala/net/BufferedMessageSocket.scala index bb786cd61..6dde0ec4e 100644 --- a/modules/core/shared/src/main/scala/net/BufferedMessageSocket.scala +++ b/modules/core/shared/src/main/scala/net/BufferedMessageSocket.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/MessageSocket.scala b/modules/core/shared/src/main/scala/net/MessageSocket.scala index 8d8a2382e..b42f231d4 100644 --- a/modules/core/shared/src/main/scala/net/MessageSocket.scala +++ b/modules/core/shared/src/main/scala/net/MessageSocket.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/Protocol.scala b/modules/core/shared/src/main/scala/net/Protocol.scala index 0c67e5f9b..afcff04a9 100644 --- a/modules/core/shared/src/main/scala/net/Protocol.scala +++ b/modules/core/shared/src/main/scala/net/Protocol.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/SSLNegotiation.scala b/modules/core/shared/src/main/scala/net/SSLNegotiation.scala index c89f5361f..fb83f990e 100644 --- a/modules/core/shared/src/main/scala/net/SSLNegotiation.scala +++ b/modules/core/shared/src/main/scala/net/SSLNegotiation.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationCleartextPassword.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationCleartextPassword.scala index 82d4843db..403079688 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationCleartextPassword.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationCleartextPassword.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationGSS.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationGSS.scala index c15ab9c63..8eae60a9b 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationGSS.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationGSS.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationGSSContinue.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationGSSContinue.scala index 438bfc08a..0f5dda3b0 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationGSSContinue.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationGSSContinue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationKerberosV5.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationKerberosV5.scala index aa6094b72..db5df8013 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationKerberosV5.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationKerberosV5.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationMD5Password.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationMD5Password.scala index 6c27e1b8c..eff208901 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationMD5Password.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationMD5Password.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationOk.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationOk.scala index 709052708..1ddb68bde 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationOk.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationOk.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationRequest.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationRequest.scala index c93047515..ff47a80e1 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationRequest.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationRequest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationSASL.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationSASL.scala index 4b285d258..547eb7fa0 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationSASL.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationSASL.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationSASLContinue.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationSASLContinue.scala index aef897a17..10b3c47bf 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationSASLContinue.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationSASLContinue.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationSASLFinal.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationSASLFinal.scala index b79e60647..052d1e7f0 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationSASLFinal.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationSASLFinal.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationSCMCredential.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationSCMCredential.scala index 2eacfab90..817aa53c3 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationSCMCredential.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationSCMCredential.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/AuthenticationSSPI.scala b/modules/core/shared/src/main/scala/net/message/AuthenticationSSPI.scala index 8289c8f4c..4f7f11262 100644 --- a/modules/core/shared/src/main/scala/net/message/AuthenticationSSPI.scala +++ b/modules/core/shared/src/main/scala/net/message/AuthenticationSSPI.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/BackendKeyData.scala b/modules/core/shared/src/main/scala/net/message/BackendKeyData.scala index a77e5a534..3d78e5a4a 100644 --- a/modules/core/shared/src/main/scala/net/message/BackendKeyData.scala +++ b/modules/core/shared/src/main/scala/net/message/BackendKeyData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/BackendMessage.scala b/modules/core/shared/src/main/scala/net/message/BackendMessage.scala index 3c482761e..76fc4f003 100644 --- a/modules/core/shared/src/main/scala/net/message/BackendMessage.scala +++ b/modules/core/shared/src/main/scala/net/message/BackendMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Bind.scala b/modules/core/shared/src/main/scala/net/message/Bind.scala index aecb9fab9..b00633214 100644 --- a/modules/core/shared/src/main/scala/net/message/Bind.scala +++ b/modules/core/shared/src/main/scala/net/message/Bind.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/BindComplete.scala b/modules/core/shared/src/main/scala/net/message/BindComplete.scala index de5fd27b7..784d2c9c9 100644 --- a/modules/core/shared/src/main/scala/net/message/BindComplete.scala +++ b/modules/core/shared/src/main/scala/net/message/BindComplete.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Close.scala b/modules/core/shared/src/main/scala/net/message/Close.scala index 87ee482fd..c9054c8bc 100644 --- a/modules/core/shared/src/main/scala/net/message/Close.scala +++ b/modules/core/shared/src/main/scala/net/message/Close.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CloseComplete.scala b/modules/core/shared/src/main/scala/net/message/CloseComplete.scala index f18e5e049..47f9691ea 100644 --- a/modules/core/shared/src/main/scala/net/message/CloseComplete.scala +++ b/modules/core/shared/src/main/scala/net/message/CloseComplete.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CommandComplete.scala b/modules/core/shared/src/main/scala/net/message/CommandComplete.scala index 6786af851..dc8281156 100644 --- a/modules/core/shared/src/main/scala/net/message/CommandComplete.scala +++ b/modules/core/shared/src/main/scala/net/message/CommandComplete.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CopyData.scala b/modules/core/shared/src/main/scala/net/message/CopyData.scala index d6e4cd7d0..c4df8a2e3 100644 --- a/modules/core/shared/src/main/scala/net/message/CopyData.scala +++ b/modules/core/shared/src/main/scala/net/message/CopyData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CopyDone.scala b/modules/core/shared/src/main/scala/net/message/CopyDone.scala index 2c0d60109..b05225bb0 100644 --- a/modules/core/shared/src/main/scala/net/message/CopyDone.scala +++ b/modules/core/shared/src/main/scala/net/message/CopyDone.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CopyFail.scala b/modules/core/shared/src/main/scala/net/message/CopyFail.scala index c8ab46649..d6f2635bc 100644 --- a/modules/core/shared/src/main/scala/net/message/CopyFail.scala +++ b/modules/core/shared/src/main/scala/net/message/CopyFail.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CopyInResponse.scala b/modules/core/shared/src/main/scala/net/message/CopyInResponse.scala index ba5cff5f5..df06835a6 100644 --- a/modules/core/shared/src/main/scala/net/message/CopyInResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/CopyInResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/CopyOutResponse.scala b/modules/core/shared/src/main/scala/net/message/CopyOutResponse.scala index 20d647d13..e95663194 100644 --- a/modules/core/shared/src/main/scala/net/message/CopyOutResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/CopyOutResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Describe.scala b/modules/core/shared/src/main/scala/net/message/Describe.scala index 34cd7f2bc..cbd592368 100644 --- a/modules/core/shared/src/main/scala/net/message/Describe.scala +++ b/modules/core/shared/src/main/scala/net/message/Describe.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/EmptyQueryResponse.scala b/modules/core/shared/src/main/scala/net/message/EmptyQueryResponse.scala index 90fa9a5f8..466161816 100644 --- a/modules/core/shared/src/main/scala/net/message/EmptyQueryResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/EmptyQueryResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/ErrorResponse.scala b/modules/core/shared/src/main/scala/net/message/ErrorResponse.scala index 842e8cf1b..a3de2d425 100644 --- a/modules/core/shared/src/main/scala/net/message/ErrorResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/ErrorResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Execute.scala b/modules/core/shared/src/main/scala/net/message/Execute.scala index a6bc54cd4..57aafff9e 100644 --- a/modules/core/shared/src/main/scala/net/message/Execute.scala +++ b/modules/core/shared/src/main/scala/net/message/Execute.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Flush.scala b/modules/core/shared/src/main/scala/net/message/Flush.scala index 673e2be03..efaf3a67f 100644 --- a/modules/core/shared/src/main/scala/net/message/Flush.scala +++ b/modules/core/shared/src/main/scala/net/message/Flush.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/FrontendMessage.scala b/modules/core/shared/src/main/scala/net/message/FrontendMessage.scala index c2abc43aa..2427cf97b 100644 --- a/modules/core/shared/src/main/scala/net/message/FrontendMessage.scala +++ b/modules/core/shared/src/main/scala/net/message/FrontendMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/NoData.scala b/modules/core/shared/src/main/scala/net/message/NoData.scala index 5546e401e..8f789f9e9 100644 --- a/modules/core/shared/src/main/scala/net/message/NoData.scala +++ b/modules/core/shared/src/main/scala/net/message/NoData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/NoticeResponse.scala b/modules/core/shared/src/main/scala/net/message/NoticeResponse.scala index 7d6c0a9e5..a33bbc130 100644 --- a/modules/core/shared/src/main/scala/net/message/NoticeResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/NoticeResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/NotificationResponse.scala b/modules/core/shared/src/main/scala/net/message/NotificationResponse.scala index f882f7b51..fc5f7c6a9 100644 --- a/modules/core/shared/src/main/scala/net/message/NotificationResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/NotificationResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/ParameterDescription.scala b/modules/core/shared/src/main/scala/net/message/ParameterDescription.scala index 3256b560b..549fd7237 100644 --- a/modules/core/shared/src/main/scala/net/message/ParameterDescription.scala +++ b/modules/core/shared/src/main/scala/net/message/ParameterDescription.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/ParameterStatus.scala b/modules/core/shared/src/main/scala/net/message/ParameterStatus.scala index 7c6aa6bb1..b5b0bd2af 100644 --- a/modules/core/shared/src/main/scala/net/message/ParameterStatus.scala +++ b/modules/core/shared/src/main/scala/net/message/ParameterStatus.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Parse.scala b/modules/core/shared/src/main/scala/net/message/Parse.scala index 1137cb92f..a6b2579f1 100644 --- a/modules/core/shared/src/main/scala/net/message/Parse.scala +++ b/modules/core/shared/src/main/scala/net/message/Parse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/ParseComplete.scala b/modules/core/shared/src/main/scala/net/message/ParseComplete.scala index c2334fe4c..07ae23d9b 100644 --- a/modules/core/shared/src/main/scala/net/message/ParseComplete.scala +++ b/modules/core/shared/src/main/scala/net/message/ParseComplete.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/PasswordMessage.scala b/modules/core/shared/src/main/scala/net/message/PasswordMessage.scala index f053732d6..a2a65318e 100644 --- a/modules/core/shared/src/main/scala/net/message/PasswordMessage.scala +++ b/modules/core/shared/src/main/scala/net/message/PasswordMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/PortalSuspended.scala b/modules/core/shared/src/main/scala/net/message/PortalSuspended.scala index f6de3f598..cfdc6d301 100644 --- a/modules/core/shared/src/main/scala/net/message/PortalSuspended.scala +++ b/modules/core/shared/src/main/scala/net/message/PortalSuspended.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Query.scala b/modules/core/shared/src/main/scala/net/message/Query.scala index a105310bf..1aec946e3 100644 --- a/modules/core/shared/src/main/scala/net/message/Query.scala +++ b/modules/core/shared/src/main/scala/net/message/Query.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/ReadyForQuery.scala b/modules/core/shared/src/main/scala/net/message/ReadyForQuery.scala index 92ab69967..fe0c3c422 100644 --- a/modules/core/shared/src/main/scala/net/message/ReadyForQuery.scala +++ b/modules/core/shared/src/main/scala/net/message/ReadyForQuery.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/RowData.scala b/modules/core/shared/src/main/scala/net/message/RowData.scala index f8d758535..a0f3b49e1 100644 --- a/modules/core/shared/src/main/scala/net/message/RowData.scala +++ b/modules/core/shared/src/main/scala/net/message/RowData.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/RowDescription.scala b/modules/core/shared/src/main/scala/net/message/RowDescription.scala index 9f4236f50..fb56764cf 100644 --- a/modules/core/shared/src/main/scala/net/message/RowDescription.scala +++ b/modules/core/shared/src/main/scala/net/message/RowDescription.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/SASLInitialResponse.scala b/modules/core/shared/src/main/scala/net/message/SASLInitialResponse.scala index 2a3b56f99..0092898fc 100644 --- a/modules/core/shared/src/main/scala/net/message/SASLInitialResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/SASLInitialResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/SASLResponse.scala b/modules/core/shared/src/main/scala/net/message/SASLResponse.scala index 05adb7c3b..33b6350b0 100644 --- a/modules/core/shared/src/main/scala/net/message/SASLResponse.scala +++ b/modules/core/shared/src/main/scala/net/message/SASLResponse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/StartupMessage.scala b/modules/core/shared/src/main/scala/net/message/StartupMessage.scala index 74df24924..c63fb8d96 100644 --- a/modules/core/shared/src/main/scala/net/message/StartupMessage.scala +++ b/modules/core/shared/src/main/scala/net/message/StartupMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Sync.scala b/modules/core/shared/src/main/scala/net/message/Sync.scala index cbccb6874..f54de0cee 100644 --- a/modules/core/shared/src/main/scala/net/message/Sync.scala +++ b/modules/core/shared/src/main/scala/net/message/Sync.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/Terminate.scala b/modules/core/shared/src/main/scala/net/message/Terminate.scala index 2239426e1..aec31a604 100644 --- a/modules/core/shared/src/main/scala/net/message/Terminate.scala +++ b/modules/core/shared/src/main/scala/net/message/Terminate.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/UnknownMessage.scala b/modules/core/shared/src/main/scala/net/message/UnknownMessage.scala index 13c119562..5dfee3bb5 100644 --- a/modules/core/shared/src/main/scala/net/message/UnknownMessage.scala +++ b/modules/core/shared/src/main/scala/net/message/UnknownMessage.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/message/package.scala b/modules/core/shared/src/main/scala/net/message/package.scala index c41c1de4e..0fa11d75b 100644 --- a/modules/core/shared/src/main/scala/net/message/package.scala +++ b/modules/core/shared/src/main/scala/net/message/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/package.scala b/modules/core/shared/src/main/scala/net/package.scala index 9a0eddf59..516e0dd10 100644 --- a/modules/core/shared/src/main/scala/net/package.scala +++ b/modules/core/shared/src/main/scala/net/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Bind.scala b/modules/core/shared/src/main/scala/net/protocol/Bind.scala index 8d76eb489..5659ae307 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Bind.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Bind.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Close.scala b/modules/core/shared/src/main/scala/net/protocol/Close.scala index 3c03e3701..543d8d3f5 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Close.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Close.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Describe.scala b/modules/core/shared/src/main/scala/net/protocol/Describe.scala index 85365e1eb..49aa6c486 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Describe.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Describe.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Exchange.scala b/modules/core/shared/src/main/scala/net/protocol/Exchange.scala index 14adb9479..355f6e3ba 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Exchange.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Exchange.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Execute.scala b/modules/core/shared/src/main/scala/net/protocol/Execute.scala index 7ce46e202..c9171b22f 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Execute.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Execute.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Parse.scala b/modules/core/shared/src/main/scala/net/protocol/Parse.scala index d22c9131b..995380c7a 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Parse.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Parse.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Prepare.scala b/modules/core/shared/src/main/scala/net/protocol/Prepare.scala index be33b3738..9eddbc393 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Prepare.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Prepare.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Query.scala b/modules/core/shared/src/main/scala/net/protocol/Query.scala index 27496c05c..f1d929bff 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Query.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Query.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Startup.scala b/modules/core/shared/src/main/scala/net/protocol/Startup.scala index a96f42c36..598464f72 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Startup.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Startup.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/Unroll.scala b/modules/core/shared/src/main/scala/net/protocol/Unroll.scala index 9d268d9fc..f7da42b15 100644 --- a/modules/core/shared/src/main/scala/net/protocol/Unroll.scala +++ b/modules/core/shared/src/main/scala/net/protocol/Unroll.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/net/protocol/package.scala b/modules/core/shared/src/main/scala/net/protocol/package.scala index b63d410d2..2d7fa813e 100644 --- a/modules/core/shared/src/main/scala/net/protocol/package.scala +++ b/modules/core/shared/src/main/scala/net/protocol/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/package.scala b/modules/core/shared/src/main/scala/package.scala index 649b2ff29..4d12ddfcf 100644 --- a/modules/core/shared/src/main/scala/package.scala +++ b/modules/core/shared/src/main/scala/package.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/syntax/IdOps.scala b/modules/core/shared/src/main/scala/syntax/IdOps.scala index 23b6a768f..8fe23d040 100644 --- a/modules/core/shared/src/main/scala/syntax/IdOps.scala +++ b/modules/core/shared/src/main/scala/syntax/IdOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/syntax/ListOps.scala b/modules/core/shared/src/main/scala/syntax/ListOps.scala index 2597464c8..da05f966b 100644 --- a/modules/core/shared/src/main/scala/syntax/ListOps.scala +++ b/modules/core/shared/src/main/scala/syntax/ListOps.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Namer.scala b/modules/core/shared/src/main/scala/util/Namer.scala index 5c0c64507..e3f81b772 100644 --- a/modules/core/shared/src/main/scala/util/Namer.scala +++ b/modules/core/shared/src/main/scala/util/Namer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Origin.scala b/modules/core/shared/src/main/scala/util/Origin.scala index b01f9dc0f..acb69f5c2 100644 --- a/modules/core/shared/src/main/scala/util/Origin.scala +++ b/modules/core/shared/src/main/scala/util/Origin.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Pool.scala b/modules/core/shared/src/main/scala/util/Pool.scala index 06d8d1121..4399e1710 100644 --- a/modules/core/shared/src/main/scala/util/Pool.scala +++ b/modules/core/shared/src/main/scala/util/Pool.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Pretty.scala b/modules/core/shared/src/main/scala/util/Pretty.scala index 4d6c31dde..a597d9232 100644 --- a/modules/core/shared/src/main/scala/util/Pretty.scala +++ b/modules/core/shared/src/main/scala/util/Pretty.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Recycler.scala b/modules/core/shared/src/main/scala/util/Recycler.scala index edec0884f..b661349c0 100644 --- a/modules/core/shared/src/main/scala/util/Recycler.scala +++ b/modules/core/shared/src/main/scala/util/Recycler.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/StatementCache.scala b/modules/core/shared/src/main/scala/util/StatementCache.scala index 34e5e21a2..277e3c481 100644 --- a/modules/core/shared/src/main/scala/util/StatementCache.scala +++ b/modules/core/shared/src/main/scala/util/StatementCache.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Text.scala b/modules/core/shared/src/main/scala/util/Text.scala index 5c1f40b43..adc798ca1 100644 --- a/modules/core/shared/src/main/scala/util/Text.scala +++ b/modules/core/shared/src/main/scala/util/Text.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/core/shared/src/main/scala/util/Typer.scala b/modules/core/shared/src/main/scala/util/Typer.scala index ab2212de8..2459d96a9 100644 --- a/modules/core/shared/src/main/scala/util/Typer.scala +++ b/modules/core/shared/src/main/scala/util/Typer.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala-2/Http4s.scala b/modules/example/src/main/scala-2/Http4s.scala index 94a3fd25b..2f638fbb8 100644 --- a/modules/example/src/main/scala-2/Http4s.scala +++ b/modules/example/src/main/scala-2/Http4s.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala-2/NatchezHttp4sModule.scala b/modules/example/src/main/scala-2/NatchezHttp4sModule.scala index 057d6e581..89876e1ab 100644 --- a/modules/example/src/main/scala-2/NatchezHttp4sModule.scala +++ b/modules/example/src/main/scala-2/NatchezHttp4sModule.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/AppliedFragments.scala b/modules/example/src/main/scala/AppliedFragments.scala index e96783fea..47c6e9853 100644 --- a/modules/example/src/main/scala/AppliedFragments.scala +++ b/modules/example/src/main/scala/AppliedFragments.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Channel.scala b/modules/example/src/main/scala/Channel.scala index 59882f264..5db614b28 100644 --- a/modules/example/src/main/scala/Channel.scala +++ b/modules/example/src/main/scala/Channel.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Error.scala b/modules/example/src/main/scala/Error.scala index 4285a75b7..9fa25de4b 100644 --- a/modules/example/src/main/scala/Error.scala +++ b/modules/example/src/main/scala/Error.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Join.scala b/modules/example/src/main/scala/Join.scala index 4c3db72f4..9b5e82590 100644 --- a/modules/example/src/main/scala/Join.scala +++ b/modules/example/src/main/scala/Join.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Main.scala b/modules/example/src/main/scala/Main.scala index 198ad4a67..45759b3ef 100644 --- a/modules/example/src/main/scala/Main.scala +++ b/modules/example/src/main/scala/Main.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Math1.scala b/modules/example/src/main/scala/Math1.scala index f71d6edbd..b11a46949 100644 --- a/modules/example/src/main/scala/Math1.scala +++ b/modules/example/src/main/scala/Math1.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Math2.scala b/modules/example/src/main/scala/Math2.scala index f06ec5a19..9e07fe993 100644 --- a/modules/example/src/main/scala/Math2.scala +++ b/modules/example/src/main/scala/Math2.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Minimal1.scala b/modules/example/src/main/scala/Minimal1.scala index 0c2cca537..3351f41ec 100644 --- a/modules/example/src/main/scala/Minimal1.scala +++ b/modules/example/src/main/scala/Minimal1.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Minimal2.scala b/modules/example/src/main/scala/Minimal2.scala index 0f79502da..19e7bae45 100644 --- a/modules/example/src/main/scala/Minimal2.scala +++ b/modules/example/src/main/scala/Minimal2.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Minimal3.scala b/modules/example/src/main/scala/Minimal3.scala index 1bafac82b..e92e3d97f 100644 --- a/modules/example/src/main/scala/Minimal3.scala +++ b/modules/example/src/main/scala/Minimal3.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Transaction.scala b/modules/example/src/main/scala/Transaction.scala index a9fabb4c5..dd456ad59 100644 --- a/modules/example/src/main/scala/Transaction.scala +++ b/modules/example/src/main/scala/Transaction.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/example/src/main/scala/Values.scala b/modules/example/src/main/scala/Values.scala index 08a47e2cb..15a86ab06 100644 --- a/modules/example/src/main/scala/Values.scala +++ b/modules/example/src/main/scala/Values.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala-2/ewkb/platform.scala b/modules/postgis/src/main/scala-2/ewkb/platform.scala index 161530105..69758396a 100644 --- a/modules/postgis/src/main/scala-2/ewkb/platform.scala +++ b/modules/postgis/src/main/scala-2/ewkb/platform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala-3/ewkb/platform.scala b/modules/postgis/src/main/scala-3/ewkb/platform.scala index 484d3e8d5..b921f5fae 100644 --- a/modules/postgis/src/main/scala-3/ewkb/platform.scala +++ b/modules/postgis/src/main/scala-3/ewkb/platform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala/codecs.scala b/modules/postgis/src/main/scala/codecs.scala index 4dd7e9a2e..1689ceeb1 100644 --- a/modules/postgis/src/main/scala/codecs.scala +++ b/modules/postgis/src/main/scala/codecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala/ewkb/codecs.scala b/modules/postgis/src/main/scala/ewkb/codecs.scala index 6ff09b1df..9d17a295b 100644 --- a/modules/postgis/src/main/scala/ewkb/codecs.scala +++ b/modules/postgis/src/main/scala/ewkb/codecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala/ewkb/domain.scala b/modules/postgis/src/main/scala/ewkb/domain.scala index a25d9ab58..66af379ef 100644 --- a/modules/postgis/src/main/scala/ewkb/domain.scala +++ b/modules/postgis/src/main/scala/ewkb/domain.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala/ewkt/parser.scala b/modules/postgis/src/main/scala/ewkt/parser.scala index ab98a53ca..cc94fc0df 100644 --- a/modules/postgis/src/main/scala/ewkt/parser.scala +++ b/modules/postgis/src/main/scala/ewkt/parser.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/postgis/src/main/scala/geometry.scala b/modules/postgis/src/main/scala/geometry.scala index 42688dabd..48176aa9b 100644 --- a/modules/postgis/src/main/scala/geometry.scala +++ b/modules/postgis/src/main/scala/geometry.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/refined/src/main/scala/skunk/refined/codec/RefTypeCodecs.scala b/modules/refined/src/main/scala/skunk/refined/codec/RefTypeCodecs.scala index 97599501c..afce775ee 100644 --- a/modules/refined/src/main/scala/skunk/refined/codec/RefTypeCodecs.scala +++ b/modules/refined/src/main/scala/skunk/refined/codec/RefTypeCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/refined/src/main/scala/skunk/refined/codec/RefinedCodecs.scala b/modules/refined/src/main/scala/skunk/refined/codec/RefinedCodecs.scala index 6d4219b7e..d6ef735a3 100644 --- a/modules/refined/src/main/scala/skunk/refined/codec/RefinedCodecs.scala +++ b/modules/refined/src/main/scala/skunk/refined/codec/RefinedCodecs.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/refined/src/main/scala/skunk/refined/codec/Syntax.scala b/modules/refined/src/main/scala/skunk/refined/codec/Syntax.scala index 3784fe15f..560b00b65 100644 --- a/modules/refined/src/main/scala/skunk/refined/codec/Syntax.scala +++ b/modules/refined/src/main/scala/skunk/refined/codec/Syntax.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala b/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala index f20df0ec6..7a41959a1 100644 --- a/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala +++ b/modules/tests/js/src/main/scala/ffstest/FFrameworkPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/jvm/src/main/scala/ffstest/FFrameworkPlatform.scala b/modules/tests/jvm/src/main/scala/ffstest/FFrameworkPlatform.scala index 8ccde5599..d81943fb0 100644 --- a/modules/tests/jvm/src/main/scala/ffstest/FFrameworkPlatform.scala +++ b/modules/tests/jvm/src/main/scala/ffstest/FFrameworkPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/jvm/src/test/scala/issue/231.scala b/modules/tests/jvm/src/test/scala/issue/231.scala index e5b017338..c6523e7c6 100644 --- a/modules/tests/jvm/src/test/scala/issue/231.scala +++ b/modules/tests/jvm/src/test/scala/issue/231.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/jvm/src/test/scala/skunk/LargeResponseTest.scala b/modules/tests/jvm/src/test/scala/skunk/LargeResponseTest.scala index c6bcfd415..5ea295132 100644 --- a/modules/tests/jvm/src/test/scala/skunk/LargeResponseTest.scala +++ b/modules/tests/jvm/src/test/scala/skunk/LargeResponseTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/native/src/main/scala/ffstest/FFrameworkPlatform.scala b/modules/tests/native/src/main/scala/ffstest/FFrameworkPlatform.scala index 08fe4c46b..1179c2e9b 100644 --- a/modules/tests/native/src/main/scala/ffstest/FFrameworkPlatform.scala +++ b/modules/tests/native/src/main/scala/ffstest/FFrameworkPlatform.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala index f388ea69f..702e1ecf2 100644 --- a/modules/tests/shared/src/main/scala/ffstest/FFramework.scala +++ b/modules/tests/shared/src/main/scala/ffstest/FFramework.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala-2/codec/EnumCodecTest.scala b/modules/tests/shared/src/test/scala-2/codec/EnumCodecTest.scala index 735dca485..a13fa5172 100644 --- a/modules/tests/shared/src/test/scala-2/codec/EnumCodecTest.scala +++ b/modules/tests/shared/src/test/scala-2/codec/EnumCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala-3/codec/LongTwiddleListTest.scala b/modules/tests/shared/src/test/scala-3/codec/LongTwiddleListTest.scala index 47a860616..cc37de661 100644 --- a/modules/tests/shared/src/test/scala-3/codec/LongTwiddleListTest.scala +++ b/modules/tests/shared/src/test/scala-3/codec/LongTwiddleListTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/AppliedFragmentTest.scala b/modules/tests/shared/src/test/scala/AppliedFragmentTest.scala index ba253cdf3..e0ae431e6 100644 --- a/modules/tests/shared/src/test/scala/AppliedFragmentTest.scala +++ b/modules/tests/shared/src/test/scala/AppliedFragmentTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/ChannelTest.scala b/modules/tests/shared/src/test/scala/ChannelTest.scala index 5f3d0901a..e802bb2eb 100644 --- a/modules/tests/shared/src/test/scala/ChannelTest.scala +++ b/modules/tests/shared/src/test/scala/ChannelTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/CommandTest.scala b/modules/tests/shared/src/test/scala/CommandTest.scala index 0a1457b1a..2c6e8fde9 100644 --- a/modules/tests/shared/src/test/scala/CommandTest.scala +++ b/modules/tests/shared/src/test/scala/CommandTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/CompletionTest.scala b/modules/tests/shared/src/test/scala/CompletionTest.scala index feff032bc..a3ad5318c 100644 --- a/modules/tests/shared/src/test/scala/CompletionTest.scala +++ b/modules/tests/shared/src/test/scala/CompletionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/CopyInTest.scala b/modules/tests/shared/src/test/scala/CopyInTest.scala index 9490e712c..6777db5a5 100644 --- a/modules/tests/shared/src/test/scala/CopyInTest.scala +++ b/modules/tests/shared/src/test/scala/CopyInTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/CopyOutTest.scala b/modules/tests/shared/src/test/scala/CopyOutTest.scala index 51931fb6d..b3265a25a 100644 --- a/modules/tests/shared/src/test/scala/CopyOutTest.scala +++ b/modules/tests/shared/src/test/scala/CopyOutTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/CursorTest.scala b/modules/tests/shared/src/test/scala/CursorTest.scala index 36c95d098..0369c50ec 100644 --- a/modules/tests/shared/src/test/scala/CursorTest.scala +++ b/modules/tests/shared/src/test/scala/CursorTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/DescribeCacheTest.scala b/modules/tests/shared/src/test/scala/DescribeCacheTest.scala index 024398e6a..d88ec32ab 100644 --- a/modules/tests/shared/src/test/scala/DescribeCacheTest.scala +++ b/modules/tests/shared/src/test/scala/DescribeCacheTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/DisconnectTest.scala b/modules/tests/shared/src/test/scala/DisconnectTest.scala index 36de1a7f1..25ec3f060 100644 --- a/modules/tests/shared/src/test/scala/DisconnectTest.scala +++ b/modules/tests/shared/src/test/scala/DisconnectTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/EmptyStatementTest.scala b/modules/tests/shared/src/test/scala/EmptyStatementTest.scala index 53a4617e5..e7d5f9324 100644 --- a/modules/tests/shared/src/test/scala/EmptyStatementTest.scala +++ b/modules/tests/shared/src/test/scala/EmptyStatementTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/ErrorResponseTest.scala b/modules/tests/shared/src/test/scala/ErrorResponseTest.scala index acfbb477a..46667954d 100644 --- a/modules/tests/shared/src/test/scala/ErrorResponseTest.scala +++ b/modules/tests/shared/src/test/scala/ErrorResponseTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/ExtendedQueryErrorTest.scala b/modules/tests/shared/src/test/scala/ExtendedQueryErrorTest.scala index b49116027..27e4d2e40 100644 --- a/modules/tests/shared/src/test/scala/ExtendedQueryErrorTest.scala +++ b/modules/tests/shared/src/test/scala/ExtendedQueryErrorTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/FragmentTest.scala b/modules/tests/shared/src/test/scala/FragmentTest.scala index 52334ae26..d601c7aaf 100644 --- a/modules/tests/shared/src/test/scala/FragmentTest.scala +++ b/modules/tests/shared/src/test/scala/FragmentTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/ListTest.scala b/modules/tests/shared/src/test/scala/ListTest.scala index 34054f8b7..90f9e9538 100644 --- a/modules/tests/shared/src/test/scala/ListTest.scala +++ b/modules/tests/shared/src/test/scala/ListTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/MultipleStatementsTest.scala b/modules/tests/shared/src/test/scala/MultipleStatementsTest.scala index 6fa6fbc0e..0e2977f13 100644 --- a/modules/tests/shared/src/test/scala/MultipleStatementsTest.scala +++ b/modules/tests/shared/src/test/scala/MultipleStatementsTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/PoolTest.scala b/modules/tests/shared/src/test/scala/PoolTest.scala index b2cef650a..5b56a2fcf 100644 --- a/modules/tests/shared/src/test/scala/PoolTest.scala +++ b/modules/tests/shared/src/test/scala/PoolTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/QueryTest.scala b/modules/tests/shared/src/test/scala/QueryTest.scala index d25dee3b9..d84a072a4 100644 --- a/modules/tests/shared/src/test/scala/QueryTest.scala +++ b/modules/tests/shared/src/test/scala/QueryTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/QuickQueryErrorTest.scala b/modules/tests/shared/src/test/scala/QuickQueryErrorTest.scala index 1e6e8e48b..23573afe0 100644 --- a/modules/tests/shared/src/test/scala/QuickQueryErrorTest.scala +++ b/modules/tests/shared/src/test/scala/QuickQueryErrorTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/RedshiftTest.scala b/modules/tests/shared/src/test/scala/RedshiftTest.scala index bfdf86c75..8952b11bc 100644 --- a/modules/tests/shared/src/test/scala/RedshiftTest.scala +++ b/modules/tests/shared/src/test/scala/RedshiftTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/SessionTest.scala b/modules/tests/shared/src/test/scala/SessionTest.scala index f52fccbd5..7c3bbb589 100644 --- a/modules/tests/shared/src/test/scala/SessionTest.scala +++ b/modules/tests/shared/src/test/scala/SessionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/SkunkTest.scala b/modules/tests/shared/src/test/scala/SkunkTest.scala index ce643929e..2952b5085 100644 --- a/modules/tests/shared/src/test/scala/SkunkTest.scala +++ b/modules/tests/shared/src/test/scala/SkunkTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/SqlStateTest.scala b/modules/tests/shared/src/test/scala/SqlStateTest.scala index 1cf3bffab..9f73571ec 100644 --- a/modules/tests/shared/src/test/scala/SqlStateTest.scala +++ b/modules/tests/shared/src/test/scala/SqlStateTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/SslTest.scala b/modules/tests/shared/src/test/scala/SslTest.scala index 8635cdb5e..03a165b05 100644 --- a/modules/tests/shared/src/test/scala/SslTest.scala +++ b/modules/tests/shared/src/test/scala/SslTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/StartupTest.scala b/modules/tests/shared/src/test/scala/StartupTest.scala index 97c769e22..033078503 100644 --- a/modules/tests/shared/src/test/scala/StartupTest.scala +++ b/modules/tests/shared/src/test/scala/StartupTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/TransactionAccessModeChangeTest.scala b/modules/tests/shared/src/test/scala/TransactionAccessModeChangeTest.scala index 783532ba2..39607c183 100644 --- a/modules/tests/shared/src/test/scala/TransactionAccessModeChangeTest.scala +++ b/modules/tests/shared/src/test/scala/TransactionAccessModeChangeTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/TransactionIsolationLevelChangeTest.scala b/modules/tests/shared/src/test/scala/TransactionIsolationLevelChangeTest.scala index 80856d7d5..ec3d5887d 100644 --- a/modules/tests/shared/src/test/scala/TransactionIsolationLevelChangeTest.scala +++ b/modules/tests/shared/src/test/scala/TransactionIsolationLevelChangeTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/TransactionStatusTest.scala b/modules/tests/shared/src/test/scala/TransactionStatusTest.scala index 65dc24743..e97b74236 100644 --- a/modules/tests/shared/src/test/scala/TransactionStatusTest.scala +++ b/modules/tests/shared/src/test/scala/TransactionStatusTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/BinaryCodecTest.scala b/modules/tests/shared/src/test/scala/codec/BinaryCodecTest.scala index 522ed65ab..39c0e78de 100644 --- a/modules/tests/shared/src/test/scala/codec/BinaryCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/BinaryCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/BooleanCodecTest.scala b/modules/tests/shared/src/test/scala/codec/BooleanCodecTest.scala index 2393c1459..ac096e812 100644 --- a/modules/tests/shared/src/test/scala/codec/BooleanCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/BooleanCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/CodecTest.scala b/modules/tests/shared/src/test/scala/codec/CodecTest.scala index 2f3550936..a64d0afae 100644 --- a/modules/tests/shared/src/test/scala/codec/CodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/CodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/DecoderTest.scala b/modules/tests/shared/src/test/scala/codec/DecoderTest.scala index 5a696bbd8..85b787886 100644 --- a/modules/tests/shared/src/test/scala/codec/DecoderTest.scala +++ b/modules/tests/shared/src/test/scala/codec/DecoderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/EncoderTest.scala b/modules/tests/shared/src/test/scala/codec/EncoderTest.scala index 5bffbb059..acdfb7289 100644 --- a/modules/tests/shared/src/test/scala/codec/EncoderTest.scala +++ b/modules/tests/shared/src/test/scala/codec/EncoderTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/JsonCodecTest.scala b/modules/tests/shared/src/test/scala/codec/JsonCodecTest.scala index 8a91f6217..ca5b7bc61 100644 --- a/modules/tests/shared/src/test/scala/codec/JsonCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/JsonCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/LTreeCodecTest.scala b/modules/tests/shared/src/test/scala/codec/LTreeCodecTest.scala index 64f63cbda..8c334dc4f 100644 --- a/modules/tests/shared/src/test/scala/codec/LTreeCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/LTreeCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/NumericCodecTest.scala b/modules/tests/shared/src/test/scala/codec/NumericCodecTest.scala index 93c0b0062..fe1657b43 100644 --- a/modules/tests/shared/src/test/scala/codec/NumericCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/NumericCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/PostGISCodecTest.scala b/modules/tests/shared/src/test/scala/codec/PostGISCodecTest.scala index 7a2f13db1..7277ce8aa 100644 --- a/modules/tests/shared/src/test/scala/codec/PostGISCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/PostGISCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/RefinedCodecTest.scala b/modules/tests/shared/src/test/scala/codec/RefinedCodecTest.scala index 97dd3ac91..4063b0180 100644 --- a/modules/tests/shared/src/test/scala/codec/RefinedCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/RefinedCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/TemporalCodecTest.scala b/modules/tests/shared/src/test/scala/codec/TemporalCodecTest.scala index 653527f76..019c9bcdf 100644 --- a/modules/tests/shared/src/test/scala/codec/TemporalCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/TemporalCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/TextCodecTest.scala b/modules/tests/shared/src/test/scala/codec/TextCodecTest.scala index c3b788cca..125f80878 100644 --- a/modules/tests/shared/src/test/scala/codec/TextCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/TextCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/codec/UuidCodecTest.scala b/modules/tests/shared/src/test/scala/codec/UuidCodecTest.scala index a41f2e8ba..9da0106ce 100644 --- a/modules/tests/shared/src/test/scala/codec/UuidCodecTest.scala +++ b/modules/tests/shared/src/test/scala/codec/UuidCodecTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/data/ArrTest.scala b/modules/tests/shared/src/test/scala/data/ArrTest.scala index 89a4f9487..58a3f67a1 100644 --- a/modules/tests/shared/src/test/scala/data/ArrTest.scala +++ b/modules/tests/shared/src/test/scala/data/ArrTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/data/IdentifierTest.scala b/modules/tests/shared/src/test/scala/data/IdentifierTest.scala index 2c01e5642..d91b407e1 100644 --- a/modules/tests/shared/src/test/scala/data/IdentifierTest.scala +++ b/modules/tests/shared/src/test/scala/data/IdentifierTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/data/LTreeTest.scala b/modules/tests/shared/src/test/scala/data/LTreeTest.scala index 96f299c8f..f7eee490c 100644 --- a/modules/tests/shared/src/test/scala/data/LTreeTest.scala +++ b/modules/tests/shared/src/test/scala/data/LTreeTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/data/SemispaceCacheTest.scala b/modules/tests/shared/src/test/scala/data/SemispaceCacheTest.scala index 348681e0f..16f6bc779 100644 --- a/modules/tests/shared/src/test/scala/data/SemispaceCacheTest.scala +++ b/modules/tests/shared/src/test/scala/data/SemispaceCacheTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/exception/TooManyParametersExceptionTest.scala b/modules/tests/shared/src/test/scala/exception/TooManyParametersExceptionTest.scala index 831c487b2..2b4ff4081 100644 --- a/modules/tests/shared/src/test/scala/exception/TooManyParametersExceptionTest.scala +++ b/modules/tests/shared/src/test/scala/exception/TooManyParametersExceptionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/exception/UnknownOidExceptionTest.scala b/modules/tests/shared/src/test/scala/exception/UnknownOidExceptionTest.scala index 7876484e2..5111c4464 100644 --- a/modules/tests/shared/src/test/scala/exception/UnknownOidExceptionTest.scala +++ b/modules/tests/shared/src/test/scala/exception/UnknownOidExceptionTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/129.scala b/modules/tests/shared/src/test/scala/issue/129.scala index c88578413..fc8ea5c50 100644 --- a/modules/tests/shared/src/test/scala/issue/129.scala +++ b/modules/tests/shared/src/test/scala/issue/129.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/181.scala b/modules/tests/shared/src/test/scala/issue/181.scala index d21b7c163..0a1ffeeb1 100644 --- a/modules/tests/shared/src/test/scala/issue/181.scala +++ b/modules/tests/shared/src/test/scala/issue/181.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/210.scala b/modules/tests/shared/src/test/scala/issue/210.scala index 77eb13483..cf5aea675 100644 --- a/modules/tests/shared/src/test/scala/issue/210.scala +++ b/modules/tests/shared/src/test/scala/issue/210.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/238.scala b/modules/tests/shared/src/test/scala/issue/238.scala index e64a1256c..2dc0bcbff 100644 --- a/modules/tests/shared/src/test/scala/issue/238.scala +++ b/modules/tests/shared/src/test/scala/issue/238.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/313.scala b/modules/tests/shared/src/test/scala/issue/313.scala index 0f9a0a627..c35e7d505 100644 --- a/modules/tests/shared/src/test/scala/issue/313.scala +++ b/modules/tests/shared/src/test/scala/issue/313.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/628.scala b/modules/tests/shared/src/test/scala/issue/628.scala index e526e26d0..2794bbc1f 100644 --- a/modules/tests/shared/src/test/scala/issue/628.scala +++ b/modules/tests/shared/src/test/scala/issue/628.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/issue/990.scala b/modules/tests/shared/src/test/scala/issue/990.scala index d73c9b56a..7cfa8cc62 100644 --- a/modules/tests/shared/src/test/scala/issue/990.scala +++ b/modules/tests/shared/src/test/scala/issue/990.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/postgis/RoundtripTest.scala b/modules/tests/shared/src/test/scala/postgis/RoundtripTest.scala index f6ecbe183..0e135757b 100644 --- a/modules/tests/shared/src/test/scala/postgis/RoundtripTest.scala +++ b/modules/tests/shared/src/test/scala/postgis/RoundtripTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/postgis/ewkb/EWKBTest.scala b/modules/tests/shared/src/test/scala/postgis/ewkb/EWKBTest.scala index 3bf8de1f7..7eda3d8b3 100644 --- a/modules/tests/shared/src/test/scala/postgis/ewkb/EWKBTest.scala +++ b/modules/tests/shared/src/test/scala/postgis/ewkb/EWKBTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/postgis/ewkt/EWKTTest.scala b/modules/tests/shared/src/test/scala/postgis/ewkt/EWKTTest.scala index 4c3c04f29..765b52336 100644 --- a/modules/tests/shared/src/test/scala/postgis/ewkt/EWKTTest.scala +++ b/modules/tests/shared/src/test/scala/postgis/ewkt/EWKTTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/simulation/ProtocolErrorSimTest.scala b/modules/tests/shared/src/test/scala/simulation/ProtocolErrorSimTest.scala index e9dd943e7..4156c1a3a 100644 --- a/modules/tests/shared/src/test/scala/simulation/ProtocolErrorSimTest.scala +++ b/modules/tests/shared/src/test/scala/simulation/ProtocolErrorSimTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/simulation/SimMessageSocket.scala b/modules/tests/shared/src/test/scala/simulation/SimMessageSocket.scala index 2374331a2..b2939ae9c 100644 --- a/modules/tests/shared/src/test/scala/simulation/SimMessageSocket.scala +++ b/modules/tests/shared/src/test/scala/simulation/SimMessageSocket.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/simulation/SimTest.scala b/modules/tests/shared/src/test/scala/simulation/SimTest.scala index 7c87b4e71..d3c86af27 100644 --- a/modules/tests/shared/src/test/scala/simulation/SimTest.scala +++ b/modules/tests/shared/src/test/scala/simulation/SimTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/simulation/SimpleSimTest.scala b/modules/tests/shared/src/test/scala/simulation/SimpleSimTest.scala index b4b3b0890..4db4b03d6 100644 --- a/modules/tests/shared/src/test/scala/simulation/SimpleSimTest.scala +++ b/modules/tests/shared/src/test/scala/simulation/SimpleSimTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT diff --git a/modules/tests/shared/src/test/scala/simulation/StartupSimTest.scala b/modules/tests/shared/src/test/scala/simulation/StartupSimTest.scala index ce737f1df..8c27f7f7a 100644 --- a/modules/tests/shared/src/test/scala/simulation/StartupSimTest.scala +++ b/modules/tests/shared/src/test/scala/simulation/StartupSimTest.scala @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2021 by Rob Norris +// Copyright (c) 2018-2024 by Rob Norris and Contributors // This software is licensed under the MIT License (MIT). // For more information see LICENSE or https://opensource.org/licenses/MIT