Repository: directory-fortress-commander
Updated Branches:
refs/heads/master cc03d5cba -> 8286e9822
copyright to 2018
Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/8286e982
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/8286e982
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/8286e982
Branch: refs/heads/master
Commit: 8286e982220294a945773a84342548668c4a3937
Parents: cc03d5c
Author: Shawn McKinney <smckinney@apache.org>
Authored: Mon Nov 5 16:42:13 2018 -0600
Committer: Shawn McKinney <smckinney@apache.org>
Committed: Mon Nov 5 16:42:13 2018 -0600
----------------------------------------------------------------------
.../org/apache/directory/fortress/web/FortressWebBasePage.java | 2 +-
src/main/webapp/login/error.html | 2 +-
src/main/webapp/login/login.html | 2 +-
src/main/webapp/login/pagenotfound.html | 2 +-
src/main/webapp/login/unauthorized.html | 2 +-
src/main/webapp/login/unexpected.html | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java b/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
index ecc7a14..200d54e 100644
--- a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
+++ b/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
@@ -160,7 +160,7 @@ public abstract class FortressWebBasePage extends WebPage
add( new Label( org.apache.directory.fortress.web.common.GlobalIds.AUDIT_MODS_PAGE,
"" ).setVisible( false ) );
}
- add( new Label( "footer", "Copyright (c) 2003-2016, The Apache Software Foundation.
All Rights Reserved." ) );
+ add( new Label( "footer", "Copyright (c) 2003-2018, The Apache Software Foundation.
All Rights Reserved." ) );
final Link actionLink = new Link( "logout" )
{
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/webapp/login/error.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/error.html b/src/main/webapp/login/error.html
index 49bd75d..393325d 100644
--- a/src/main/webapp/login/error.html
+++ b/src/main/webapp/login/error.html
@@ -34,6 +34,6 @@
</p>
</form>
-Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2018, The Apache Software Foundation. All Rights Reserved.
</body>
</html>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/webapp/login/login.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/login.html b/src/main/webapp/login/login.html
index c179f39..af57875 100644
--- a/src/main/webapp/login/login.html
+++ b/src/main/webapp/login/login.html
@@ -54,6 +54,6 @@
</table>
</fieldset>
</form>
-Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2018, The Apache Software Foundation. All Rights Reserved.
</body>
</html>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/webapp/login/pagenotfound.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/pagenotfound.html b/src/main/webapp/login/pagenotfound.html
index eecba48..5966ffb 100644
--- a/src/main/webapp/login/pagenotfound.html
+++ b/src/main/webapp/login/pagenotfound.html
@@ -34,6 +34,6 @@
</p>
</form>
-Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2018, The Apache Software Foundation. All Rights Reserved.
</body>
</html>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/webapp/login/unauthorized.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unauthorized.html b/src/main/webapp/login/unauthorized.html
index af8ec48..7596c00 100644
--- a/src/main/webapp/login/unauthorized.html
+++ b/src/main/webapp/login/unauthorized.html
@@ -41,6 +41,6 @@
</p>
</form>
-Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2018, The Apache Software Foundation. All Rights Reserved.
</body>
</html>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8286e982/src/main/webapp/login/unexpected.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/login/unexpected.html b/src/main/webapp/login/unexpected.html
index 2de2948..8099931 100644
--- a/src/main/webapp/login/unexpected.html
+++ b/src/main/webapp/login/unexpected.html
@@ -34,6 +34,6 @@
</p>
</form>
-Copyright (c) 2003-2016, The Apache Software Foundation. All Rights Reserved.
+Copyright (c) 2003-2018, The Apache Software Foundation. All Rights Reserved.
</body>
</html>
\ No newline at end of file
|