mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
92637: Merged 5.0.N (5.0.1) to HEAD-BUG-FIX (5.1/Cloud) 92609: MNT-13050: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.1) 92590: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5) << Also included some extra changes for 5.0.N >> 92585: Merged V4.1-BUG-FIX (4.1.10) to V4.2.4 (4.2.4) 92550: Merged DEV to V4.1-BUG-FIX (4.1.10) 92444 : MNT-12987 : Copyright notice '© 2005-2014. Alfresco Software, Inc. All Rights Reserved.' should now be ' © 2005-2015...' 92458 : MNT-12987 : Copyright notice '© 2005-2014. Alfresco Software, Inc. All Rights Reserved.' should now be ' © 2005-2015...' - Renamed splash_2015.png 92606: Merged V4.2.4 (4.2.4) to V4.2-BUG-FIX (4.2.5) 92605: MNT-13042: CLONE - Copyright notice '© 2005-2014. Alfresco Software, Inc. All Rights Reserved.' should now be ' © 2005-2015...' - A few more files for 4.2.4 - A few more files for 5.0.N git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94900 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2014 Alfresco Software Limited.
|
||||
* Copyright (C) 2005-2015 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
@@ -100,7 +100,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. © 2005-2014 All rights reserved.";
|
||||
"Alfresco Software Inc. © 2005-2015 All rights reserved.";
|
||||
|
||||
private final static Log logger = LogFactory.getLog(PageTag.class);
|
||||
private static String alfresco = null;
|
||||
|
Reference in New Issue
Block a user