You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/11 00:35:56 UTC

directory-fortress-commander git commit: update copyright to 2015 on base page

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 1ec6cc889 -> 8139a9613


update copyright to 2015 on base page


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/8139a961
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/8139a961
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/8139a961

Branch: refs/heads/master
Commit: 8139a961333d6d0f287a3148593ce40271299774
Parents: 1ec6cc8
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 17:35:43 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 17:35:43 2015 -0600

----------------------------------------------------------------------
 .../org/apache/directory/fortress/web/FortressWebBasePage.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/8139a961/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 acda150..df4dd42 100644
--- a/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
+++ b/src/main/java/org/apache/directory/fortress/web/FortressWebBasePage.java
@@ -122,7 +122,7 @@ public abstract class FortressWebBasePage extends WebPage
         add( new SecureBookmarkablePageLink( GlobalIds.AUDIT_MODS_PAGE, AuditModPage.class,
             GlobalIds.ROLE_AUDIT_MODS ) );
 
-        add( new Label( "footer", "Copyright (c) 2003-2014, The Apache Software Foundation. All Rights Reserved." ) );
+        add( new Label( "footer", "Copyright (c) 2003-2015, The Apache Software Foundation. All Rights Reserved." ) );
 
         final Link actionLink = new Link( "logout" )
         {