Skip to content

Commit f5fd38b

Browse files
authored
Merge pull request #403 from gnieh/project/copyright-clarification
Update copyright and contribution documentation
2 parents c429203 + 3addf29 commit f5fd38b

File tree

79 files changed

+88
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+88
-79
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright year update commits
2+
716c4cae815a3884a448432eefc19aae796e804a
3+
# Formatting commits

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ ThisBuild / tlFatalWarnings := false
1616
ThisBuild / tlBaseVersion := "4.5"
1717

1818
ThisBuild / organization := "org.gnieh"
19-
ThisBuild / organizationName := "Lucas Satabin"
20-
ThisBuild / startYear := Some(2022)
19+
ThisBuild / organizationName := "Diffson Project"
20+
ThisBuild / startYear := Some(2024)
2121
ThisBuild / licenses := Seq(License.Apache2)
2222
ThisBuild / developers := List(
23-
tlGitHubDev("satabin", "Lucas Satabin")
23+
tlGitHubDev("satabin", "Lucas Satabin"),
24+
tlGitHubDev("ybasket", "Yannick Heiber")
2425
)
2526

2627
lazy val commonSettings = Seq(

circe/jvm/src/test/scala/diffson/conformance/CirceConformance.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/main/scala/diffson/circe/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/test/scala/diffson/circe/TestArrayDiff.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/test/scala/diffson/circe/TestJsonDiff.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/test/scala/diffson/circe/TestJsonMergeDiff.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/test/scala/diffson/circe/TestJsonMergePatch.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

circe/shared/src/test/scala/diffson/circe/TestJsonPatch.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Lucas Satabin
2+
* Copyright 2024 Diffson Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)