Author: adelbene
Date: Sun Feb 15 20:33:22 2015
New Revision: 1659991
URL: http://svn.apache.org/r1659991
Log:
Copyright notes updated to 2015.
Modified:
wicket/common/site/trunk/_includes/footer.html
wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy
Modified: wicket/common/site/trunk/_includes/footer.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_includes/footer.html?rev=1659991&r1=1659990&r2=1659991&view=diff
==============================================================================
--- wicket/common/site/trunk/_includes/footer.html (original)
+++ wicket/common/site/trunk/_includes/footer.html Sun Feb 15 20:33:22 2015
@@ -1,5 +1,5 @@
<div id="footer"><span>
-Copyright © 2014 — The Apache Software Foundation. Apache Wicket,
+Copyright © 2015 — The Apache Software Foundation. Apache Wicket,
Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo
are trademarks of The Apache Software Foundation. All other marks mentioned
may be trademarks or registered trademarks of their respective owners.
Modified:
wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy?rev=1659991&r1=1659990&r2=1659991&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy
(original)
+++ wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy
Sun Feb 15 20:33:22 2015
@@ -100,6 +100,6 @@ grails.doc.css = new File("src/docs/css"
grails.doc.logo = """<a href="/" target="_blank"><img height="80px"
src="http://wicket.apache.org/guide/img/apache-wicket.png"/></a>"""
grails.doc.sponsorLogo = """<a href="http://www.apache.org/"
target="_blank"><img height="60px"
src="http://wicket.apache.org/guide/img/asf_logo.gif"/></a>"""
grails.doc.copyright="""
-Copyright © 2013-2014 â <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+Copyright © 2013-2015 â <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
â <b style="color:#E8590A !important;">(Generated on:
""" + (new Date()).format('yyyy-MM-dd') + """)</b>
"""