doc/generators/template/html/rio.rb in rio-0.4.1 vs doc/generators/template/html/rio.rb in rio-0.4.2
- old
+ new
@@ -18,11 +18,11 @@
# send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California
# 94305, USA.
#
# Modified by Christopher Kleckner
-# Copyright (c) 2005,2006,2007. Some rights reserved.
+# Copyright (c) 2005,2006,2007,2008. Some rights reserved.
# Licensed under the same terms as the original.
require 'doc/generators/template/html/ugly.rb'
module RDoc
@@ -99,10 +99,10 @@
#####################################################################
### F O O T E R T E M P L A T E
#####################################################################
FOOTER = %{
<div id="validator-badges">
- <p><small>Copyright © 2005,2006,2007 Christopher Kleckner. <a href="http://www.gnu.org/licenses/gpl.html">All rights reserved</a>.</small></p>
+ <p><small>Copyright © 2005,2006,2007,2008 Christopher Kleckner. <a href="http://www.gnu.org/licenses/gpl.html">All rights reserved</a>.</small></p>
</div>
</body>
</html>
}