You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by le...@apache.org on 2016/02/02 19:24:52 UTC

climate git commit: CLIMATE-745 Report an Issue Link and @copyright year are incorrect in ocw-ui

Repository: climate
Updated Branches:
  refs/heads/master 2ca3eb123 -> c6249f641


CLIMATE-745 Report an Issue Link and @copyright year are incorrect in ocw-ui


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c6249f64
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c6249f64
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c6249f64

Branch: refs/heads/master
Commit: c6249f64168488c37e43381ab86cfd979f4ffde5
Parents: 2ca3eb1
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Tue Feb 2 10:25:19 2016 -0800
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Tue Feb 2 10:25:19 2016 -0800

----------------------------------------------------------------------
 ocw-ui/frontend/app/index.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/c6249f64/ocw-ui/frontend/app/index.html
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend/app/index.html b/ocw-ui/frontend/app/index.html
index 3946571..16f796f 100644
--- a/ocw-ui/frontend/app/index.html
+++ b/ocw-ui/frontend/app/index.html
@@ -150,10 +150,11 @@ under the License.
       <div class="container">
         <hr>
         <p>
-          Apache Open Climate Workbench Software .
-          <a href="https://climate.apache.org/" target="_blank">About Us</a> . <a href="dev@climate.apache.org" target="_blank">Report an issue</a> .
+          Apache Open Climate Workbench Software.
+          <a href="https://climate.apache.org/" target="_blank">About Us</a>. 
+          <a href="http://climate.apache.org/community/mailing-lists.html" target="_blank">Report an issue</a>.
           <br>
-          Copyright © 2013 The Apache Software Foundation, Licensed under the
+          Copyright © 2016 The Apache Software Foundation, Licensed under the
           <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
         </p>
       </div>