mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 12:02:27 +03:00
7 lines
620 B
Plaintext
7 lines
620 B
Plaintext
"A footer on every Scaladoc page, by default the EPFL/Lightbend copyright notice. Can be overridden with a custom footer.",
|
|
Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2021 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://www.lightbend.com", target = "_top", elems = Txt("Lightbend")) :: Txt("."))
|
|
Properties.copyrightString
|
|
rem # Copyright EPFL and Lightbend, Inc.
|
|
rem # additional information regarding copyright ownership.
|
|
val versionMsg = s"Scaladoc ${Properties.versionString} -- ${Properties.copyrightString}"
|