Skip to content

Commit 95cb591

Browse files
authored
Bump year in headerLicense (#2479)
* Bump year in headerLicense * Update all header
1 parent f388a88 commit 95cb591

File tree

156 files changed

+156
-156
lines changed

Some content is hidden

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

156 files changed

+156
-156
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ lazy val metadataSettings = Def.settings(
272272
startYear := Some(2018),
273273
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
274274
scmInfo := Some(ScmInfo(homepage.value.get, s"scm:git:$gitHubUrl.git")),
275-
headerLicense := Some(HeaderLicense.ALv2("2018-2021", "Scala Steward contributors")),
275+
headerLicense := Some(HeaderLicense.ALv2("2018-2022", "Scala Steward contributors")),
276276
developers := List(
277277
Developer(
278278
id = "fthomas",

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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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-2021 Scala Steward contributors
2+
* Copyright 2018-2022 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/SelfCheckAlg.scala

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

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

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