mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
repo-3442 make copyright dyn
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<%@ page import="org.alfresco.service.cmr.module.ModuleService" %>
|
||||
<%@ page import="org.alfresco.service.cmr.module.ModuleDetails" %>
|
||||
<%@ page import="org.alfresco.service.cmr.module.ModuleInstallState" %>
|
||||
<%@ page import="java.util.Calendar" %>
|
||||
|
||||
<!-- Enterprise index-jsp placeholder -->
|
||||
<%
|
||||
@@ -122,7 +123,7 @@ ModuleDetails shareServicesModule = moduleService.getModule("alfresco-share-serv
|
||||
<div class="push"></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Alfresco Software, Inc. © 2005-2017 All rights reserved.
|
||||
Alfresco Software, Inc. © 2005-<%=Calendar.getInstance().get(Calendar.YEAR)%> All rights reserved.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user