Skip to content

Commit 90aba35

Browse files
committed
Merge commit '93f3e0ef61' into merge-2.12-to-2.13-20240118
2 parents 252908a + 7d2b16b commit 90aba35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/util/Properties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private[scala] trait PropertiesTrait {
9292
/** A verbose alternative to [[versionNumberString]].
9393
*/
9494
val versionString = s"version ${scalaPropOrElse("version.number", "(unknown)")}"
95-
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2023, LAMP/EPFL and Lightbend, Inc.")
95+
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2024, LAMP/EPFL and Lightbend, Inc.")
9696

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

0 commit comments

Comments
 (0)