2020-10-19 11:50:12 +03:00
|
|
|
"A footer on every Scaladoc page, by default the EPFL/Lightbend copyright notice. Can be overridden with a custom footer.",
|
2021-05-20 16:03:14 +03:00
|
|
|
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("."))
|
2020-10-19 11:50:12 +03:00
|
|
|
Properties.copyrightString
|
|
|
|
rem # Copyright EPFL and Lightbend, Inc.
|
|
|
|
rem # additional information regarding copyright ownership.
|
|
|
|
val versionMsg = s"Scaladoc ${Properties.versionString} -- ${Properties.copyrightString}"
|