Skip to content

Commit 0647082

Browse files
authored
Merge pull request #3530 from scala-steward-org/update-copyright-years
Update copyright years
2 parents b2abd40 + 99f5f34 commit 0647082

File tree

183 files changed

+183
-183
lines changed

Some content is hidden

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

183 files changed

+183
-183
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ lazy val metadataSettings = Def.settings(
321321
startYear := Some(2018),
322322
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
323323
scmInfo := Some(ScmInfo(homepage.value.get, s"scm:git:$gitHubUrl.git")),
324-
headerLicense := Some(HeaderLicense.ALv2("2018-2023", "Scala Steward contributors")),
324+
headerLicense := Some(HeaderLicense.ALv2("2018-2025", "Scala Steward contributors")),
325325
developers := List(
326326
Developer(
327327
id = "alejandrohdezma",

modules/benchmark/src/main/scala/org/scalasteward/benchmark/UpdatesConfigBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/benchmark/src/main/scala/org/scalasteward/benchmark/VersionBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/benchmark/src/main/scala/org/scalasteward/benchmark/VersionPositionScannerBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/Main.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/application/Cli.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/application/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/application/Context.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/application/ExitCodePolicy.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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.

modules/core/src/main/scala/org/scalasteward/core/application/ReposFilesLoader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2023 Scala Steward contributors
2+
* Copyright 2018-2025 Scala Steward contributors
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)