summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-08-29 18:11:52 +0000
committerHeather Miller <heather.miller@epfl.ch>2011-08-29 18:11:52 +0000
commitd52e53ce4ff8ab2eb26eba794a637b43487f3608 (patch)
treead1e3e1b4a6cdb4a4fae5bd82f650b2709c0ed33 /src
parent6d717dc9865cc5a957f0d634acc6fc2dc2665301 (diff)
downloadscala-d52e53ce4ff8ab2eb26eba794a637b43487f3608.tar.gz
scala-d52e53ce4ff8ab2eb26eba794a637b43487f3608.tar.bz2
scala-d52e53ce4ff8ab2eb26eba794a637b43487f3608.zip
Added copyright notice to all scaladoc pages.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/page/Template.scala3
-rw-r--r--src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css9
2 files changed, 12 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/html/page/Template.scala b/src/compiler/scala/tools/nsc/doc/html/page/Template.scala
index 9cac59c617..6d64528cc9 100644
--- a/src/compiler/scala/tools/nsc/doc/html/page/Template.scala
+++ b/src/compiler/scala/tools/nsc/doc/html/page/Template.scala
@@ -168,6 +168,9 @@ class Template(tpl: DocTemplateEntity) extends HtmlPage {
</div>
<div id="tooltip" ></div>
+ <div id="footerwrap">
+ <div id="footer">Scala programming documentation. Copyright (c) 2003-2011 EPFL, with contributions from Typesafe.</div>
+ </div>
</body>
}
diff --git a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
index c9435338f8..49d56ec1a4 100644
--- a/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
+++ b/src/compiler/scala/tools/nsc/doc/html/resource/lib/template.css
@@ -34,6 +34,15 @@ body {
font-size: 10pt;
}
+#footer {
+ font-size: 9pt;
+ text-align: center;
+ color: #858484;
+ bottom: 0;
+ width: 100%;
+ height: 20px;
+}
+
a[href] {
text-decoration: underline;
color: #315479;