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 0074b081 Remove trailing whitespace and update Copyright year (#185)
0074b081 is described below

commit 0074b081c44d00e7e27b56acc3999f19a0863a69
Author: John Bampton <[email protected]>
AuthorDate: Sun Feb 12 22:39:28 2023 +1000

    Remove trailing whitespace and update Copyright year (#185)
---
 NOTICE                                              |  2 +-
 lib/whimsy/asf/ldap.rb                              |  2 +-
 tools/parsemail.rb                                  |  6 +++---
 tools/site_member_check.rb                          |  2 +-
 www/401.html                                        |  6 +++---
 www/404.html                                        |  2 +-
 www/500.html                                        |  6 +++---
 www/503.html                                        |  6 +++---
 www/index.html                                      | 12 ++++++------
 www/members/nominations.cgi                         |  2 +-
 www/secretary/workbench/views/actions/icla2.json.rb |  2 +-
 www/technology.html                                 | 10 +++++-----
 12 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/NOTICE b/NOTICE
index 1f16e0b4..e02b58eb 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Whimsy
-Copyright 2016-2022 The Apache Software Foundation
+Copyright 2016-2023 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index bae62167..4c5d9cc0 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -181,7 +181,7 @@ module ASF
     def self.extract_cert(host=nil)
       host ||= hosts.sample[%r{//(.*?)(/|$)}, 1]
       host += ':636' unless host =~ %r{:\d+\z}
-      cmd = ['openssl', 's_client', '-connect', host, '-showcerts'] 
+      cmd = ['openssl', 's_client', '-connect', host, '-showcerts']
       puts cmd.join(' ')
       out, _, _ = Open3.capture3(*cmd)
       out.scan(/^-+BEGIN.*?\n-+END[^\n]+\n/m).last
diff --git a/tools/parsemail.rb b/tools/parsemail.rb
index b9283a3d..fa0b925f 100755
--- a/tools/parsemail.rb
+++ b/tools/parsemail.rb
@@ -38,7 +38,7 @@ module ParseMail
 
   def self.parse_dir(maildir, yamlfile)
     data = Hash.new
-    
+
     begin
       current = YamlFile.read(yamlfile)
     rescue Errno::ENOENT
@@ -108,7 +108,7 @@ module ParseMail
       end
     end
     yamlfile ||= File.join(MAIL_ROOT, list, "#{yyyymm}.yaml") # where to find 
the YAML summary
-    
+
     maildir = File.join(MAIL_ROOT, list, yyyymm) # where to find the mail files
     if Dir.exists? maildir
       log :INFO, "Processing #{maildir}"
@@ -119,7 +119,7 @@ module ParseMail
     if lastmonth
       log :INFO, "Updating previous month: #{lastmonth}"
       yamlfile = File.join(MAIL_ROOT, list, "#{lastmonth}.yaml") # where to 
find the YAML summary
-    
+
       maildir = File.join(MAIL_ROOT, list, lastmonth) # where to find the mail 
files
       if Dir.exists? maildir
         log :INFO, "Processing #{maildir}"
diff --git a/tools/site_member_check.rb b/tools/site_member_check.rb
index f867e9b4..b3a7c958 100755
--- a/tools/site_member_check.rb
+++ b/tools/site_member_check.rb
@@ -52,7 +52,7 @@ loop do
 end
 
 # ## Emeritus Members of The Apache Software Foundation
-# 
+#
 # | Id | Name |
 # |----|------|
 # | id or ? | Public Name |
diff --git a/www/401.html b/www/401.html
index 80d16dfa..ac9a6859 100644
--- a/www/401.html
+++ b/www/401.html
@@ -116,12 +116,12 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; 
padding: 10px;">
       <p class="center">
-        Copyright © 2022, the Apache Software Foundation. Licensed under the 
+        Copyright © 2015-2023, 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>
         <br/>
-        Apache®, the names of Apache projects, and the multicolor feather logo 
are 
+        Apache®, the names of Apache projects, and the multicolor feather logo 
are
         <a href="https://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a>
         of the Apache Software Foundation in the United States and/or other 
countries.
       </p>
diff --git a/www/404.html b/www/404.html
index 50d9406e..e74a88a9 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 © 2022, the Apache Software Foundation. Licensed under the
+        Copyright © 2015-2023, 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 5871e7f7..6752694f 100644
--- a/www/500.html
+++ b/www/500.html
@@ -113,12 +113,12 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; 
padding: 10px;">
       <p class="center">
-        Copyright © 2022, the Apache Software Foundation. Licensed under the 
+        Copyright © 2015-2023, 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>
         <br/>
-        Apache®, the names of Apache projects, and the multicolor feather logo 
are 
+        Apache®, the names of Apache projects, and the multicolor feather logo 
are
         <a href="https://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a>
         of the Apache Software Foundation in the United States and/or other 
countries.
       </p>
diff --git a/www/503.html b/www/503.html
index 0cef9a6e..84211f7d 100644
--- a/www/503.html
+++ b/www/503.html
@@ -113,12 +113,12 @@
     </div>
     <div class="footer container-fluid" style="background-color: #f5f5f5; 
padding: 10px;">
       <p class="center">
-        Copyright © 2022, the Apache Software Foundation. Licensed under the 
+        Copyright © 2015-2023, 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>
         <br/>
-        Apache®, the names of Apache projects, and the multicolor feather logo 
are 
+        Apache®, the names of Apache projects, and the multicolor feather logo 
are
         <a href="https://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a>
         of the Apache Software Foundation in the United States and/or other 
countries.
       </p>
diff --git a/www/index.html b/www/index.html
index 7ef89654..16f5e87a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -81,12 +81,12 @@
             </ol>
           </aside>
           <blockquote>
-            Whimsy is a site where a set of unnecessary yet highly useful 
applications are deployed at Apache. 
+            Whimsy is a site where a set of unnecessary yet highly useful 
applications are deployed at Apache.
           </blockquote>
         </header>
           <p>The <a href="https://whimsical.apache.org/";>Apache Whimsy PMC</a> 
manages this server, and maintains the tools here.
              Our focus is on providing organizational information about the 
ASF and our projects
-             in easy to consume ways, and to help automate corporate processes 
at the ASF to 
+             in easy to consume ways, and to help automate corporate processes 
at the ASF to
              make the paperwork behind the scenes easier for our many 
volunteers.
              Please see the Code, Questions, or Issues links above to learn 
more about the project.
           </p>
@@ -156,7 +156,7 @@
             </div>
           </div>
         </div>
-        <div class="col-md-6">       
+        <div class="col-md-6">
           <div class="panel panel-info">
             <div class="panel-heading">
               <h3 class="panel-title">Tools Restricted To Officers Or 
Members</h3>
@@ -194,7 +194,7 @@
                 <li><a href="secretary/response-time">Response time 
test</a></li>
               </ul>
             </div>
-          </div>        
+          </div>
         </div>
       </div>
     </div>
@@ -206,9 +206,9 @@
         </div>
         <div class="panel-body">
           <p>
-            Copyright &copy; 2015-2022 The Apache Software Foundation, 
Licensed under
+            Copyright &copy; 2015-2023 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>
             <br />
           Apache&reg;, the names of Apache projects, and the feather logo are 
either <a href="http://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a> of the Apache Software Foundation in the United 
States and/or other countries.
diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index 61999a42..0ad3a6c2 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -154,7 +154,7 @@ _html do
               href = MBOX + mail.date.strftime('%Y%m') + '.mbox/' +
               ERB::Util.url_encode('<' + mail.message_id + '>')
 
-              if nominations.any? do |nominee| 
+              if nominations.any? do |nominee|
                 m = create_match(nominee)
                 mail.subject.downcase =~ m || 
mail.subject.downcase.delete('.') =~ m
               end
diff --git a/www/secretary/workbench/views/actions/icla2.json.rb 
b/www/secretary/workbench/views/actions/icla2.json.rb
index afc19394..984c72d2 100644
--- a/www/secretary/workbench/views/actions/icla2.json.rb
+++ b/www/secretary/workbench/views/actions/icla2.json.rb
@@ -159,7 +159,7 @@ if person.public_name != @pubname and @id != 'notinavail'
     complete do
       ASF::LDAP.bind(env.user, env.password) do
         person.modify('cn',  @pubname.strip)
-        
+
       end
     end
   end
diff --git a/www/technology.html b/www/technology.html
index f7a7dae4..ed72d729 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -93,8 +93,8 @@
           <li><a href="https://www.w3.org/TR/SVG/";>SVG</a></li>
           <li><a href="https://vuejs.org/";>Vue.js</a></li>
           <li><a 
href="https://github.com/rubys/wunderbar#readme";>Wunderbar</a></li>
-        </ul>        
-        <h2>Tools Running Whimsy</h2>        
+        </ul>
+        <h2>Tools Running Whimsy</h2>
         <ul>
           <li><a href="https://httpd.apache.org/";>Apache HTTPD</a></li>
           <li><a href="https://tools.ietf.org/html/rfc3875";>CGI</a></li>
@@ -106,7 +106,7 @@
       </div>
     </div>
   </div>
-  
+
   <div class="footer container-fluid">
     <div class="panel panel-default">
       <div class="panel-heading">
@@ -114,9 +114,9 @@
       </div>
       <div class="panel-body">
         <p>
-          Copyright &copy; 2015-2022 The Apache Software Foundation, Licensed 
under
+          Copyright &copy; 2015-2023 The Apache Software Foundation, Licensed 
under
           the <a href="https://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>
           <br />
         Apache&reg;, the names of Apache projects, and the feather logo are 
either <a href="https://www.apache.org/foundation/marks/list/";>registered 
trademarks or trademarks</a> of the Apache Software Foundation in the United 
States and/or other countries.

Reply via email to