scala3
scala3 copied to clipboard
Make the scaladoc footer text configurable
Among the multiple changes in #15697 the footer text stoped being configurable (defaulting to an EPFL copyright).
This PR makes the footer text configurable again.
Incidentally, this will also fix the copyright message to show 2022 (notice that the current message says 2021, while the message defined in the build uses $currentYear).