cgi: update copyright notice
[disorder] / templates / about.html
index e76566d..b8242b5 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:about.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:about.title@</h1>
 
    <h2>Copyright</h2>
@@ -34,7 +34,9 @@ USA
    version @version@</a> - select and play digital
    audio files</p>
 
-   <p>Copyright &copy; 2003-2007 Richard Kettlewell</p>
+   <p>Copyright &copy; 2003-2007 <a href="http://www.greenend.org.uk/rjk/">Richard Kettlewell</a><br>
+   Portions copyright &copy; 2007 <a href="http://www.chiark.greenend.org.uk/~ryounger/">Ross Younger</a><br>
+   Portions copyright &copy; 2007 Mark Wooding</p>
 
    <p>Portions extracted from
    <a href="http://mpg321.sourceforge.net/">MPG321</a>,
@@ -60,7 +62,7 @@ USA
 
 @stats@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@