Skip to content

Commit 2c7bbac

Browse files
authored
Merge pull request scala/scala#10254 from SethTisue/copyright-2023
2 parents 96b9397 + f9a2497 commit 2c7bbac

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-2022, LAMP/EPFL and Lightbend, Inc.")
111+
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2023, 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)