Skip to content

Commit 5a380e3

Browse files
authored
Merge pull request #302 from gnieh/fix-org-name
Fix organization name
2 parents 6f09a28 + b1afd14 commit 5a380e3

File tree

66 files changed

+66
-65
lines changed

Some content is hidden

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

66 files changed

+66
-65
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ThisBuild / tlFatalWarnings := false
1818
ThisBuild / tlBaseVersion := "4.2"
1919

2020
ThisBuild / organization := "org.gnieh"
21+
ThisBuild / organizationName := "Lucas Satabin"
2122
ThisBuild / startYear := Some(2022)
2223
ThisBuild / licenses := Seq(License.Apache2)
2324
ThisBuild / developers := List(

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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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 Typelevel
2+
* Copyright 2022 Lucas Satabin
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/TestJsonPointer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Typelevel
2+
* Copyright 2022 Lucas Satabin
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/TestProtocol.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Typelevel
2+
* Copyright 2022 Lucas Satabin
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)