Skip to content

Commit c4ca300

Browse files
committed
bump copyright year to 2022
in the usual places. based on 7c4f51d, and verified with `git grep -w 2021`
1 parent d196c6c commit c4ca300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/util/Properties.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private[scala] trait PropertiesTrait {
108108
* or "version (unknown)" if it cannot be determined.
109109
*/
110110
val versionString = "version " + scalaPropOrElse("version.number", "(unknown)")
111-
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2021, LAMP/EPFL and Lightbend, Inc.")
111+
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2022, LAMP/EPFL and Lightbend, Inc.")
112112

113113
/** This is the encoding to use reading in source files, overridden with -encoding.
114114
* Note that it uses "prop" i.e. looks in the scala jar, not the system properties.

0 commit comments

Comments
 (0)