From 716c4cae815a3884a448432eefc19aae796e804a Mon Sep 17 00:00:00 2001 From: Lucas Satabin Date: Mon, 22 Jan 2024 18:11:03 +0100 Subject: [PATCH 1/2] Update copyright and contribution documentation --- .github/CONTRIBUTING.md | 5 +++++ build.sbt | 7 ++++--- .../test/scala/diffson/conformance/CirceConformance.scala | 2 +- circe/shared/src/main/scala/diffson/circe/package.scala | 2 +- .../src/test/scala/diffson/circe/TestArrayDiff.scala | 2 +- .../shared/src/test/scala/diffson/circe/TestJsonDiff.scala | 2 +- .../src/test/scala/diffson/circe/TestJsonMergeDiff.scala | 2 +- .../src/test/scala/diffson/circe/TestJsonMergePatch.scala | 2 +- .../src/test/scala/diffson/circe/TestJsonPatch.scala | 2 +- .../src/test/scala/diffson/circe/TestJsonPointer.scala | 2 +- .../shared/src/test/scala/diffson/circe/TestProtocol.scala | 2 +- .../src/test/scala/diffson/circe/TestSerialization.scala | 2 +- .../src/test/scala/diffson/circe/TestSimpleDiff.scala | 2 +- core/src/main/scala/diffson/Diff.scala | 2 +- core/src/main/scala/diffson/Jsony.scala | 2 +- core/src/main/scala/diffson/Patch.scala | 2 +- core/src/main/scala/diffson/exceptions.scala | 2 +- .../main/scala/diffson/jsonmergepatch/JsonMergeDiff.scala | 2 +- .../main/scala/diffson/jsonmergepatch/JsonMergePatch.scala | 2 +- core/src/main/scala/diffson/jsonmergepatch/package.scala | 2 +- core/src/main/scala/diffson/jsonpatch/JsonDiff.scala | 2 +- core/src/main/scala/diffson/jsonpatch/JsonPatch.scala | 2 +- core/src/main/scala/diffson/jsonpatch/package.scala | 2 +- core/src/main/scala/diffson/jsonpointer/package.scala | 2 +- core/src/main/scala/diffson/lcs/DynamicProgLcs.scala | 2 +- core/src/main/scala/diffson/lcs/HashedLcs.scala | 2 +- core/src/main/scala/diffson/lcs/Lcs.scala | 2 +- core/src/main/scala/diffson/lcs/Patience.scala | 2 +- core/src/main/scala/diffson/package.scala | 2 +- core/src/test/scala/diffson/TestDynLcs.scala | 2 +- core/src/test/scala/diffson/TestLcs.scala | 2 +- core/src/test/scala/diffson/TestPatience.scala | 2 +- core/src/test/scala/diffson/TestPatienceBigArray.scala | 2 +- .../diffson/playJson/conformance/PlayJsonConformance.scala | 2 +- .../src/main/scala/diffson/playJson/DiffsonProtocol.scala | 2 +- .../shared/src/main/scala/diffson/playJson/package.scala | 2 +- .../src/test/scala/diffson/playJson/TestArrayDiff.scala | 2 +- .../src/test/scala/diffson/playJson/TestJsonDiff.scala | 2 +- .../test/scala/diffson/playJson/TestJsonMergeDiff.scala | 2 +- .../test/scala/diffson/playJson/TestJsonMergePatch.scala | 2 +- .../src/test/scala/diffson/playJson/TestJsonPatch.scala | 2 +- .../src/test/scala/diffson/playJson/TestJsonPointer.scala | 2 +- .../src/test/scala/diffson/playJson/TestProtocol.scala | 2 +- .../test/scala/diffson/playJson/TestSerialization.scala | 2 +- .../src/test/scala/diffson/playJson/TestSimpleDiff.scala | 2 +- .../scala/gnieh/diffson/sprayJson/DiffsonProtocol.scala | 2 +- .../src/main/scala/gnieh/diffson/sprayJson/package.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestArrayDiff.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestJsonDiff.scala | 2 +- .../test/scala/diffson/sprayJson/TestJsonMergeDiff.scala | 2 +- .../test/scala/diffson/sprayJson/TestJsonMergePatch.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestJsonPatch.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestJsonPointer.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestProtocol.scala | 2 +- .../test/scala/diffson/sprayJson/TestSerialization.scala | 2 +- .../src/test/scala/diffson/sprayJson/TestSimpleDiff.scala | 2 +- .../sprayJson/conformance/SprayJsonConformance.scala | 2 +- .../scala/diffson/conformance/TestRfcConformance.scala | 2 +- testkit/shared/src/main/scala/diffson/TestArrayDiff.scala | 2 +- testkit/shared/src/main/scala/diffson/TestJsonDiff.scala | 2 +- .../shared/src/main/scala/diffson/TestJsonMergeDiff.scala | 2 +- .../shared/src/main/scala/diffson/TestJsonMergePatch.scala | 2 +- testkit/shared/src/main/scala/diffson/TestJsonPatch.scala | 2 +- .../shared/src/main/scala/diffson/TestJsonPointer.scala | 2 +- testkit/shared/src/main/scala/diffson/TestProtocol.scala | 2 +- .../shared/src/main/scala/diffson/TestSerialization.scala | 2 +- testkit/shared/src/main/scala/diffson/TestSimpleDiff.scala | 2 +- .../shared/src/main/scala/diffson/ujson/FieldMissing.scala | 2 +- ujson/shared/src/main/scala/diffson/ujson/package.scala | 2 +- .../src/test/scala/diffson/ujson/UjsonJsonDiff.scala | 2 +- .../test/scala/diffson/ujson/UjsonJsonJsonMergeDiff.scala | 2 +- .../src/test/scala/diffson/ujson/UjsonSimpleDiff.scala | 2 +- .../src/test/scala/diffson/ujson/UjsonTestArrayDiff.scala | 2 +- .../test/scala/diffson/ujson/UjsonTestJsonMergePatch.scala | 2 +- .../src/test/scala/diffson/ujson/UjsonTestJsonPatch.scala | 2 +- .../test/scala/diffson/ujson/UjsonTestJsonPointer.scala | 2 +- .../src/test/scala/diffson/ujson/UjsonTestProtocol.scala | 2 +- .../test/scala/diffson/ujson/UjsonTestSerialization.scala | 2 +- 78 files changed, 85 insertions(+), 79 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cbb8e802..c7d65cdd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,6 +14,7 @@ This guide gives you guidelines on how you can contribute to the project. - [Feature request](#feature-request) - [Submitting new features or bug fixes](#submitting-new-features-or-bug-fixes) - [Submitting a Json library update](#submitting-a-json-library-update) +- [Licensing](#licensing) @@ -65,3 +66,7 @@ The target version for such upgrades depends on the nature of changes in the Jso - in case of total source code compatibility, target the next patch version of diffson ; - in the case some code changes are to be made in the internal of diffson, without impacting the API, target the next patch version of diffson ; - in the case the external API is impacted by the Json library version upgrade, target the next major version of diffson. + +## Licensing + +Diffson is licensed under the Apache Software License 2.0. Opening a pull request is to be considered affirmative consent to incorporate your changes into the project, granting an unrestricted license to the diffson project maintainers to distribute and derive new work from your changes, as per the contribution terms of ASL 2.0. You also affirm that you own the rights to the code you are contributing. All contributors retain the copyright to their own work. diff --git a/build.sbt b/build.sbt index 2731668d..7337bb81 100644 --- a/build.sbt +++ b/build.sbt @@ -16,11 +16,12 @@ ThisBuild / tlFatalWarnings := false ThisBuild / tlBaseVersion := "4.5" ThisBuild / organization := "org.gnieh" -ThisBuild / organizationName := "Lucas Satabin" -ThisBuild / startYear := Some(2022) +ThisBuild / organizationName := "Diffson Project" +ThisBuild / startYear := Some(2024) ThisBuild / licenses := Seq(License.Apache2) ThisBuild / developers := List( - tlGitHubDev("satabin", "Lucas Satabin") + tlGitHubDev("satabin", "Lucas Satabin"), + tlGitHubDev("ybasket", "Yannick Heiber") ) lazy val commonSettings = Seq( diff --git a/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala b/circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala index f5256fa4..db4615aa 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 fa14702c..be074bcf 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 7c851181..459e3659 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 e3c1f424..181ccc2c 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 182b4d4e..736c7d94 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 07eb7cd4..b28e55c0 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 b0d493c8..ee4ac9ba 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 9d51db1c..c030c3e4 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 7ee2be3b..4c44d456 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 9d35dcaa..bcce696c 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 1519e9bb..ef2cac5b 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 dc536947..335d4307 100644 --- a/core/src/main/scala/diffson/Diff.scala +++ b/core/src/main/scala/diffson/Diff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 0bfd77bf..971d3ecb 100644 --- a/core/src/main/scala/diffson/Jsony.scala +++ b/core/src/main/scala/diffson/Jsony.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 79b5c3d5..34cfb6d2 100644 --- a/core/src/main/scala/diffson/Patch.scala +++ b/core/src/main/scala/diffson/Patch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 12711728..7ebd5b0c 100644 --- a/core/src/main/scala/diffson/exceptions.scala +++ b/core/src/main/scala/diffson/exceptions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 b74ab532..ef1aaa93 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 123ef42c..9592608c 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 2a0d1187..7bdca803 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 44c3ae0d..2153a333 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 2facd2a6..87b077fa 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 3ce2af71..9ffe9740 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 8b87cbf8..32db4616 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 a8c871db..45f950ce 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 e32d0fba..66d1b6c7 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 57505549..34dd916d 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 20b22a8d..96f57117 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 78fa4895..64a96bea 100644 --- a/core/src/main/scala/diffson/package.scala +++ b/core/src/main/scala/diffson/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 6f31e577..972ff7de 100644 --- a/core/src/test/scala/diffson/TestDynLcs.scala +++ b/core/src/test/scala/diffson/TestDynLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 c182f9e0..236c6b8f 100644 --- a/core/src/test/scala/diffson/TestLcs.scala +++ b/core/src/test/scala/diffson/TestLcs.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 1e10e22e..f2bfb57a 100644 --- a/core/src/test/scala/diffson/TestPatience.scala +++ b/core/src/test/scala/diffson/TestPatience.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 d49218fa..45cf4cb7 100644 --- a/core/src/test/scala/diffson/TestPatienceBigArray.scala +++ b/core/src/test/scala/diffson/TestPatienceBigArray.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 2c9838c2..908c3e8b 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 6d6fad42..4f2c7077 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 4c4d9e2e..b34ab900 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 4e65736e..16451811 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 cdccd72d..67ba917f 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 1fc8a833..ac12bc37 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 0e330b63..52e3e417 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 6bb687c3..17626fa4 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 33b42567..cd2b09f8 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 601396ac..fc04e9c8 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 de9b31ad..a0bcb9be 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 461dc588..31b5c66e 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 b6342de6..170e54ac 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 07195072..a6ec7508 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 19107b03..28787b69 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 bb777970..065541ec 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 816e98e0..6fd5295b 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 2b425e85..18fac6c8 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 3fafb4b8..f1618f9a 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 aae98fc8..b5d971ec 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 a0e5afb1..5ad19ddb 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 791deac6..380419c5 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 cf51da74..5fbe5f97 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 82c9d821..3c345953 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 45ab4156..411e709b 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 070427a5..9b47d4d7 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 9c6dbc4a..234d3777 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 2c2d964c..afb92632 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 f28d0417..208ae143 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 38896f80..0a1920e3 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 75945e94..908a6783 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 1ac61fcb..b44ea015 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 c4db2acd..c06bcc9d 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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 728152ab..aed4ba39 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 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/main/scala/diffson/ujson/FieldMissing.scala b/ujson/shared/src/main/scala/diffson/ujson/FieldMissing.scala index 15edd8d8..0ce6f5f1 100644 --- a/ujson/shared/src/main/scala/diffson/ujson/FieldMissing.scala +++ b/ujson/shared/src/main/scala/diffson/ujson/FieldMissing.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/main/scala/diffson/ujson/package.scala b/ujson/shared/src/main/scala/diffson/ujson/package.scala index c59ce5ca..6c27ea95 100644 --- a/ujson/shared/src/main/scala/diffson/ujson/package.scala +++ b/ujson/shared/src/main/scala/diffson/ujson/package.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonDiff.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonDiff.scala index 2f91dbd6..f75bf3df 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonDiff.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonJsonMergeDiff.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonJsonMergeDiff.scala index 7f3477ee..86f3529f 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonJsonMergeDiff.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonJsonJsonMergeDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonSimpleDiff.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonSimpleDiff.scala index 3ce98b45..98a6b412 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonSimpleDiff.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonSimpleDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestArrayDiff.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestArrayDiff.scala index e7e85ee2..1483caae 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestArrayDiff.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestArrayDiff.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonMergePatch.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonMergePatch.scala index 578e96a9..238e8767 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonMergePatch.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonMergePatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPatch.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPatch.scala index bfb0d797..f9e907ce 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPatch.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPatch.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPointer.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPointer.scala index 1a08bc69..64e51353 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPointer.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestJsonPointer.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestProtocol.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestProtocol.scala index ffeb020f..ca540120 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestProtocol.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestProtocol.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * 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/ujson/shared/src/test/scala/diffson/ujson/UjsonTestSerialization.scala b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestSerialization.scala index f9a968b1..2b55758a 100644 --- a/ujson/shared/src/test/scala/diffson/ujson/UjsonTestSerialization.scala +++ b/ujson/shared/src/test/scala/diffson/ujson/UjsonTestSerialization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 Lucas Satabin + * Copyright 2024 Diffson Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 3addf293a50cfc5e5d5a53ea898dac36c9284281 Mon Sep 17 00:00:00 2001 From: Lucas Satabin Date: Tue, 23 Jan 2024 12:02:20 +0100 Subject: [PATCH 2/2] Ignore copyright diff in git blame --- .git-blame-ignore-revs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..2c42cc42 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,3 @@ +# Copyright year update commits +716c4cae815a3884a448432eefc19aae796e804a +# Formatting commits