Merged V4.1-BUG-FIX (4.1.8) to V4.2-BUG-FIX (4.2.1)

59388: Merged V3.4-BUG-FIX (3.4.14) to V4.1-BUG-FIX (4.1.8)
      - A few extra 4.x changes were required
      59380: MNT-10285 : Clone: Copyright notice shows Alfresco Software, Inc. © 2005-2013All rights reserved.... should now be to 2014
      Update Copyright notice to 2014.
      59387: MNT-10285 : Clone: Copyright notice shows Alfresco Software, Inc. © 2005-2013All rights reserved.... should now be to 2014
      Update Copyright notice to 2014 in enterprise overlays.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/V4.2-BUG-FIX/root@59389 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alex Mukha
2014-01-04 16:56:13 +00:00
parent 72fc65c9ac
commit 72d074416d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2005-2013 Alfresco Software Limited.
* Copyright (C) 2005-2014 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -101,7 +101,7 @@ public class PageTag extends TagSupport
"<a class='footer' href='http://www.alfresco.com'>Alfresco</a> or its " +
"<a class='footer' href='http://www.alfresco.com/partners/'>Certified Partners</a>. " +
"<a class='footer' href='http://www.alfresco.com/services/support/'>Click here for support</a>. " +
"Alfresco Software Inc. &copy; 2005-2013 All rights reserved.";
"Alfresco Software Inc. &copy; 2005-2014 All rights reserved.";
private final static Log logger = LogFactory.getLog(PageTag.class);
private static String alfresco = null;