Skip to content

Commit e08691d

Browse files
committed
bump copyright year to 2020
1 parent 0755a21 commit e08691d

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