diff --git a/build.sbt b/build.sbt index 00c7b25..a723aee 100644 --- a/build.sbt +++ b/build.sbt @@ -18,6 +18,7 @@ ThisBuild / tlFatalWarnings := false ThisBuild / tlBaseVersion := "4.2" ThisBuild / organization := "org.gnieh" +ThisBuild / organizationName := "Lucas Satabin" ThisBuild / startYear := Some(2022) ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers := List( diff --git a/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala b/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala index 22e8300..f5256fa 100644 --- a/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala +++ b/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/main/scala/diffson/circe/package.scala b/circe/shared/src/main/scala/diffson/circe/package.scala index 9d89bfb..182b516 100644 --- a/circe/shared/src/main/scala/diffson/circe/package.scala +++ b/circe/shared/src/main/scala/diffson/circe/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestArrayDiff.scala b/circe/shared/src/test/scala/diffson/circe/TestArrayDiff.scala index 5ba2786..7c85118 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestArrayDiff.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestArrayDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestJsonDiff.scala b/circe/shared/src/test/scala/diffson/circe/TestJsonDiff.scala index ad2e0e4..e3c1f42 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestJsonDiff.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestJsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestJsonMergeDiff.scala b/circe/shared/src/test/scala/diffson/circe/TestJsonMergeDiff.scala index 7bcc458..182b4d4 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestJsonMergeDiff.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestJsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestJsonMergePatch.scala b/circe/shared/src/test/scala/diffson/circe/TestJsonMergePatch.scala index 3c1665a..07eb7cd 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestJsonMergePatch.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestJsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestJsonPatch.scala b/circe/shared/src/test/scala/diffson/circe/TestJsonPatch.scala index 4914b75..b0d493c 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestJsonPatch.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestJsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestJsonPointer.scala b/circe/shared/src/test/scala/diffson/circe/TestJsonPointer.scala index e0f9cfb..9d51db1 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestJsonPointer.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestJsonPointer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestProtocol.scala b/circe/shared/src/test/scala/diffson/circe/TestProtocol.scala index 7e8d6c5..7ee2be3 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestProtocol.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestSerialization.scala b/circe/shared/src/test/scala/diffson/circe/TestSerialization.scala index b752b47..9d35dca 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestSerialization.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/circe/shared/src/test/scala/diffson/circe/TestSimpleDiff.scala b/circe/shared/src/test/scala/diffson/circe/TestSimpleDiff.scala index fb31de0..1519e9b 100644 --- a/circe/shared/src/test/scala/diffson/circe/TestSimpleDiff.scala +++ b/circe/shared/src/test/scala/diffson/circe/TestSimpleDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/Diff.scala b/core/src/main/scala/diffson/Diff.scala index e7123df..dc53694 100644 --- a/core/src/main/scala/diffson/Diff.scala +++ b/core/src/main/scala/diffson/Diff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/Jsony.scala b/core/src/main/scala/diffson/Jsony.scala index cc0d02a..0bfd77b 100644 --- a/core/src/main/scala/diffson/Jsony.scala +++ b/core/src/main/scala/diffson/Jsony.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/Patch.scala b/core/src/main/scala/diffson/Patch.scala index a66fad0..79b5c3d 100644 --- a/core/src/main/scala/diffson/Patch.scala +++ b/core/src/main/scala/diffson/Patch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/exceptions.scala b/core/src/main/scala/diffson/exceptions.scala index cc6ed44..1271172 100644 --- a/core/src/main/scala/diffson/exceptions.scala +++ b/core/src/main/scala/diffson/exceptions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonmergepatch/JsonMergeDiff.scala b/core/src/main/scala/diffson/jsonmergepatch/JsonMergeDiff.scala index 7ee4143..b74ab53 100644 --- a/core/src/main/scala/diffson/jsonmergepatch/JsonMergeDiff.scala +++ b/core/src/main/scala/diffson/jsonmergepatch/JsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonmergepatch/JsonMergePatch.scala b/core/src/main/scala/diffson/jsonmergepatch/JsonMergePatch.scala index 5b3d20f..123ef42 100644 --- a/core/src/main/scala/diffson/jsonmergepatch/JsonMergePatch.scala +++ b/core/src/main/scala/diffson/jsonmergepatch/JsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonmergepatch/package.scala b/core/src/main/scala/diffson/jsonmergepatch/package.scala index 77e1915..2a0d118 100644 --- a/core/src/main/scala/diffson/jsonmergepatch/package.scala +++ b/core/src/main/scala/diffson/jsonmergepatch/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonpatch/JsonDiff.scala b/core/src/main/scala/diffson/jsonpatch/JsonDiff.scala index 67234c4..a98c4e7 100644 --- a/core/src/main/scala/diffson/jsonpatch/JsonDiff.scala +++ b/core/src/main/scala/diffson/jsonpatch/JsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonpatch/JsonPatch.scala b/core/src/main/scala/diffson/jsonpatch/JsonPatch.scala index fe535c2..2facd2a 100644 --- a/core/src/main/scala/diffson/jsonpatch/JsonPatch.scala +++ b/core/src/main/scala/diffson/jsonpatch/JsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonpatch/package.scala b/core/src/main/scala/diffson/jsonpatch/package.scala index 2ad79c5..05df62e 100644 --- a/core/src/main/scala/diffson/jsonpatch/package.scala +++ b/core/src/main/scala/diffson/jsonpatch/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/jsonpointer/package.scala b/core/src/main/scala/diffson/jsonpointer/package.scala index 29f1a12..8b87cbf 100644 --- a/core/src/main/scala/diffson/jsonpointer/package.scala +++ b/core/src/main/scala/diffson/jsonpointer/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/lcs/DynamicProgLcs.scala b/core/src/main/scala/diffson/lcs/DynamicProgLcs.scala index 37fb1ad..a8c871d 100644 --- a/core/src/main/scala/diffson/lcs/DynamicProgLcs.scala +++ b/core/src/main/scala/diffson/lcs/DynamicProgLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/lcs/HashedLcs.scala b/core/src/main/scala/diffson/lcs/HashedLcs.scala index 4196fbd..d925c25 100644 --- a/core/src/main/scala/diffson/lcs/HashedLcs.scala +++ b/core/src/main/scala/diffson/lcs/HashedLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/lcs/Lcs.scala b/core/src/main/scala/diffson/lcs/Lcs.scala index c8dc404..5750554 100644 --- a/core/src/main/scala/diffson/lcs/Lcs.scala +++ b/core/src/main/scala/diffson/lcs/Lcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/lcs/Patience.scala b/core/src/main/scala/diffson/lcs/Patience.scala index 3251019..a33252a 100644 --- a/core/src/main/scala/diffson/lcs/Patience.scala +++ b/core/src/main/scala/diffson/lcs/Patience.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/diffson/package.scala b/core/src/main/scala/diffson/package.scala index d1acaee..78fa489 100644 --- a/core/src/main/scala/diffson/package.scala +++ b/core/src/main/scala/diffson/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/diffson/TestDynLcs.scala b/core/src/test/scala/diffson/TestDynLcs.scala index 36b733a..6f31e57 100644 --- a/core/src/test/scala/diffson/TestDynLcs.scala +++ b/core/src/test/scala/diffson/TestDynLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/diffson/TestLcs.scala b/core/src/test/scala/diffson/TestLcs.scala index 75842fa..c182f9e 100644 --- a/core/src/test/scala/diffson/TestLcs.scala +++ b/core/src/test/scala/diffson/TestLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/diffson/TestPatience.scala b/core/src/test/scala/diffson/TestPatience.scala index 6c82fac..1e10e22 100644 --- a/core/src/test/scala/diffson/TestPatience.scala +++ b/core/src/test/scala/diffson/TestPatience.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/diffson/TestPatienceBigArray.scala b/core/src/test/scala/diffson/TestPatienceBigArray.scala index 1af7443..d49218f 100644 --- a/core/src/test/scala/diffson/TestPatienceBigArray.scala +++ b/core/src/test/scala/diffson/TestPatienceBigArray.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/jvm/src/test/scala/diffson/playJson/conformance/PlayJsonConformance.scala b/playJson/jvm/src/test/scala/diffson/playJson/conformance/PlayJsonConformance.scala index 7c7ef86..2c9838c 100644 --- a/playJson/jvm/src/test/scala/diffson/playJson/conformance/PlayJsonConformance.scala +++ b/playJson/jvm/src/test/scala/diffson/playJson/conformance/PlayJsonConformance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/main/scala/diffson/playJson/DiffsonProtocol.scala b/playJson/shared/src/main/scala/diffson/playJson/DiffsonProtocol.scala index c4e1d42..0aae043 100644 --- a/playJson/shared/src/main/scala/diffson/playJson/DiffsonProtocol.scala +++ b/playJson/shared/src/main/scala/diffson/playJson/DiffsonProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/main/scala/diffson/playJson/package.scala b/playJson/shared/src/main/scala/diffson/playJson/package.scala index 5e39bb9..4c4d9e2 100644 --- a/playJson/shared/src/main/scala/diffson/playJson/package.scala +++ b/playJson/shared/src/main/scala/diffson/playJson/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestArrayDiff.scala b/playJson/shared/src/test/scala/diffson/playJson/TestArrayDiff.scala index 0ea3b47..4e65736 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestArrayDiff.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestArrayDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestJsonDiff.scala b/playJson/shared/src/test/scala/diffson/playJson/TestJsonDiff.scala index f708833..cdccd72 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestJsonDiff.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestJsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergeDiff.scala b/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergeDiff.scala index f957b99..1fc8a83 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergeDiff.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergePatch.scala b/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergePatch.scala index 8416d70..0e330b6 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergePatch.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestJsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestJsonPatch.scala b/playJson/shared/src/test/scala/diffson/playJson/TestJsonPatch.scala index fe3c96a..6bb687c 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestJsonPatch.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestJsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestJsonPointer.scala b/playJson/shared/src/test/scala/diffson/playJson/TestJsonPointer.scala index 1bed0c8..33b4256 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestJsonPointer.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestJsonPointer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestProtocol.scala b/playJson/shared/src/test/scala/diffson/playJson/TestProtocol.scala index f04447e..601396a 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestProtocol.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestSerialization.scala b/playJson/shared/src/test/scala/diffson/playJson/TestSerialization.scala index a0fdfa9..de9b31a 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestSerialization.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/playJson/shared/src/test/scala/diffson/playJson/TestSimpleDiff.scala b/playJson/shared/src/test/scala/diffson/playJson/TestSimpleDiff.scala index 8ceb6ca..461dc58 100644 --- a/playJson/shared/src/test/scala/diffson/playJson/TestSimpleDiff.scala +++ b/playJson/shared/src/test/scala/diffson/playJson/TestSimpleDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/main/scala/gnieh/diffson/sprayJson/DiffsonProtocol.scala b/sprayJson/src/main/scala/gnieh/diffson/sprayJson/DiffsonProtocol.scala index 515c582..b6342de 100644 --- a/sprayJson/src/main/scala/gnieh/diffson/sprayJson/DiffsonProtocol.scala +++ b/sprayJson/src/main/scala/gnieh/diffson/sprayJson/DiffsonProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/main/scala/gnieh/diffson/sprayJson/package.scala b/sprayJson/src/main/scala/gnieh/diffson/sprayJson/package.scala index 9c09b0f..0719507 100644 --- a/sprayJson/src/main/scala/gnieh/diffson/sprayJson/package.scala +++ b/sprayJson/src/main/scala/gnieh/diffson/sprayJson/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestArrayDiff.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestArrayDiff.scala index d17691d..19107b0 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestArrayDiff.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestArrayDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonDiff.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonDiff.scala index 181ed30..bb77797 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonDiff.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergeDiff.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergeDiff.scala index 4eee69b..816e98e 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergeDiff.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergePatch.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergePatch.scala index 9e7834c..2b425e8 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergePatch.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPatch.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPatch.scala index 40ee899..3fafb4b 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPatch.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPointer.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPointer.scala index 82a56f1..aae98fc 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPointer.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestJsonPointer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestProtocol.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestProtocol.scala index a16ebff..a0e5afb 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestProtocol.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestSerialization.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestSerialization.scala index d25d52b..791deac 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestSerialization.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/TestSimpleDiff.scala b/sprayJson/src/test/scala/diffson/sprayJson/TestSimpleDiff.scala index 81d4389..cf51da7 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/TestSimpleDiff.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/TestSimpleDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sprayJson/src/test/scala/diffson/sprayJson/conformance/SprayJsonConformance.scala b/sprayJson/src/test/scala/diffson/sprayJson/conformance/SprayJsonConformance.scala index d47f17f..82c9d82 100644 --- a/sprayJson/src/test/scala/diffson/sprayJson/conformance/SprayJsonConformance.scala +++ b/sprayJson/src/test/scala/diffson/sprayJson/conformance/SprayJsonConformance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/jvm/src/main/scala/diffson/conformance/TestRfcConformance.scala b/testkit/jvm/src/main/scala/diffson/conformance/TestRfcConformance.scala index fd8ef3f..45ab415 100644 --- a/testkit/jvm/src/main/scala/diffson/conformance/TestRfcConformance.scala +++ b/testkit/jvm/src/main/scala/diffson/conformance/TestRfcConformance.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestArrayDiff.scala b/testkit/shared/src/main/scala/diffson/TestArrayDiff.scala index 45d4844..070427a 100644 --- a/testkit/shared/src/main/scala/diffson/TestArrayDiff.scala +++ b/testkit/shared/src/main/scala/diffson/TestArrayDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestJsonDiff.scala b/testkit/shared/src/main/scala/diffson/TestJsonDiff.scala index a1cbfd8..7fe6edd 100644 --- a/testkit/shared/src/main/scala/diffson/TestJsonDiff.scala +++ b/testkit/shared/src/main/scala/diffson/TestJsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestJsonMergeDiff.scala b/testkit/shared/src/main/scala/diffson/TestJsonMergeDiff.scala index 7dc2f07..2c2d964 100644 --- a/testkit/shared/src/main/scala/diffson/TestJsonMergeDiff.scala +++ b/testkit/shared/src/main/scala/diffson/TestJsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestJsonMergePatch.scala b/testkit/shared/src/main/scala/diffson/TestJsonMergePatch.scala index aa14fa8..f28d041 100644 --- a/testkit/shared/src/main/scala/diffson/TestJsonMergePatch.scala +++ b/testkit/shared/src/main/scala/diffson/TestJsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestJsonPatch.scala b/testkit/shared/src/main/scala/diffson/TestJsonPatch.scala index d8b586b..38896f8 100644 --- a/testkit/shared/src/main/scala/diffson/TestJsonPatch.scala +++ b/testkit/shared/src/main/scala/diffson/TestJsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestJsonPointer.scala b/testkit/shared/src/main/scala/diffson/TestJsonPointer.scala index 997663f..75945e9 100644 --- a/testkit/shared/src/main/scala/diffson/TestJsonPointer.scala +++ b/testkit/shared/src/main/scala/diffson/TestJsonPointer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestProtocol.scala b/testkit/shared/src/main/scala/diffson/TestProtocol.scala index 4e3854e..1ac61fc 100644 --- a/testkit/shared/src/main/scala/diffson/TestProtocol.scala +++ b/testkit/shared/src/main/scala/diffson/TestProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestSerialization.scala b/testkit/shared/src/main/scala/diffson/TestSerialization.scala index 82057a6..c4db2ac 100644 --- a/testkit/shared/src/main/scala/diffson/TestSerialization.scala +++ b/testkit/shared/src/main/scala/diffson/TestSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/testkit/shared/src/main/scala/diffson/TestSimpleDiff.scala b/testkit/shared/src/main/scala/diffson/TestSimpleDiff.scala index 974c0bb..281b2aa 100644 --- a/testkit/shared/src/main/scala/diffson/TestSimpleDiff.scala +++ b/testkit/shared/src/main/scala/diffson/TestSimpleDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Typelevel + * Copyright 2022 Lucas Satabin * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.