You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/01/22 15:54:37 UTC

[whimsy] branch master updated: Belated Happy New Year

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 953ffd7  Belated Happy New Year
953ffd7 is described below

commit 953ffd761cb1970e2c05960a2780d821f845e3a8
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 22 15:54:35 2018 +0000

    Belated Happy New Year
---
 NOTICE                             | 2 +-
 lib/whimsy/asf/themes.rb           | 2 +-
 www/401.html                       | 2 +-
 www/404.html                       | 2 +-
 www/500.html                       | 2 +-
 www/index.html                     | 2 +-
 www/project/icla/views/app.html.rb | 2 +-
 www/technology.html                | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NOTICE b/NOTICE
index 79eacbb..b668de9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Whimsy
-Copyright 2016-2017 The Apache Software Foundation
+Copyright 2016-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/lib/whimsy/asf/themes.rb b/lib/whimsy/asf/themes.rb
index 8978fbd..9784ac2 100644
--- a/lib/whimsy/asf/themes.rb
+++ b/lib/whimsy/asf/themes.rb
@@ -88,7 +88,7 @@ class Wunderbar::HtmlMarkup
     _div.footer.container_fluid style: 'background-color: #f5f5f5; padding: 10px;' do
       _p.center do
         # &copy; and &reg; don't work here for cgi scripts - see WHIMSY-146
-        _{"Copyright \u00A9 2017, the Apache Software Foundation. Licensed under the "}
+        _{"Copyright \u00A9 #{Date.today.year}, the Apache Software Foundation. Licensed under the "}
         _a 'Apache License, Version 2.0', rel: 'license', href: 'http://www.apache.org/licenses/LICENSE-2.0'
         _ ' | '
         _a 'Privacy Policy', href: 'https://www.apache.org/foundation/policies/privacy'
diff --git a/www/401.html b/www/401.html
index c4d8c78..b6d2871 100644
--- a/www/401.html
+++ b/www/401.html
@@ -111,7 +111,7 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; padding: 10px;">
       <p class="center">
-        Copyright © 2017, the Apache Software Foundation. Licensed under the 
+        Copyright © 2018, the Apache Software Foundation. Licensed under the 
         <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
         | 
         <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>
diff --git a/www/404.html b/www/404.html
index 01ca95d..f51614e 100644
--- a/www/404.html
+++ b/www/404.html
@@ -106,7 +106,7 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; padding: 10px;">
       <p class="center">
-        Copyright © 2017, the Apache Software Foundation. Licensed under the 
+        Copyright © 2018, the Apache Software Foundation. Licensed under the 
         <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
         | 
         <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>
diff --git a/www/500.html b/www/500.html
index 1f46b49..c197628 100644
--- a/www/500.html
+++ b/www/500.html
@@ -112,7 +112,7 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; padding: 10px;">
       <p class="center">
-        Copyright © 2017, the Apache Software Foundation. Licensed under the 
+        Copyright © 2018, the Apache Software Foundation. Licensed under the 
         <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>
         | 
         <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>
diff --git a/www/index.html b/www/index.html
index 8321c4f..ed03164 100644
--- a/www/index.html
+++ b/www/index.html
@@ -212,7 +212,7 @@
         </div>
         <div class="panel-body">
           <p>
-            Copyright &copy; 2015-2017 The Apache Software Foundation, Licensed under
+            Copyright &copy; 2015-2018 The Apache Software Foundation, Licensed under
             the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
             | 
             <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>
diff --git a/www/project/icla/views/app.html.rb b/www/project/icla/views/app.html.rb
index bb80477..b1aaace 100755
--- a/www/project/icla/views/app.html.rb
+++ b/www/project/icla/views/app.html.rb
@@ -355,7 +355,7 @@ _html lang: 'en', _width: '80' do
         _div_.row do
           _div_.col_lg_12 do
             _p_!.text_center do
-              _ "Copyright © 2017 The Apache Software Foundation, Licensed " +
+              _ "Copyright © #{Date.today.year} The Apache Software Foundation, Licensed " +
                 "under the "
               _a.white 'Apache License, Version 2.0',
                 href: 'http://www.apache.org/licenses/LICENSE-2.0'
diff --git a/www/technology.html b/www/technology.html
index e77882b..021e890 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -113,7 +113,7 @@
       </div>
       <div class="panel-body">
         <p>
-          Copyright &copy; 2015-2017 The Apache Software Foundation, Licensed under
+          Copyright &copy; 2015-2018 The Apache Software Foundation, Licensed under
           the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache License, Version 2.0</a>.
           | 
           <a href="https://www.apache.org/foundation/policies/privacy">Privacy Policy</a>

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.