Update copyright to 2021
This commit is contained in:
parent
9f3d0a9887
commit
31f654768f
2979 changed files with 2980 additions and 2989 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2018-2020 Lightbend Inc. <https://www.lightbend.com>
|
||||
* Copyright (C) 2018-2021 Lightbend Inc. <https://www.lightbend.com>
|
||||
*/
|
||||
|
||||
package akka
|
||||
|
|
@ -40,7 +40,7 @@ trait CopyrightHeader extends AutoPlugin {
|
|||
|
||||
// We hard-code this so PR's created in year X will not suddenly fail in X+1.
|
||||
// Of course we should remember to update it early in the year.
|
||||
val CurrentYear = "2020"
|
||||
val CurrentYear = "2021"
|
||||
val CopyrightPattern = "Copyright \\([Cc]\\) (\\d{4}([-–]\\d{4})?) (Lightbend|Typesafe) Inc. <.*>".r
|
||||
val CopyrightHeaderPattern = s"(?s).*${CopyrightPattern}.*".r
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue