copyright to 2018
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 @@
             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" )
         {
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
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
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
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
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