mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 09:31:35 +03:00
989aa4b7d7
The reports will now be sent to the legal team for review.
4 lines
266 B
Plaintext
4 lines
266 B
Plaintext
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.")
|
|
private[scala] def versionFor(command: String) = f"Scala $command $versionString -- $copyrightString"
|
|
case _ => "No copyright"
|