You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/03 18:06:30 UTC

svn commit: r1309009 - in /ofbiz/trunk: framework/appserver/config/ framework/webtools/webapp/webtools/entity/ specialpurpose/assetmaint/servicedef/ specialpurpose/ofbizwebsite/template/

Author: jleroux
Date: Tue Apr  3 16:06:29 2012
New Revision: 1309009

URL: http://svn.apache.org/viewvc?rev=1309009&view=rev
Log:
Remove Copyright mention when useless and change to 2012 when needed or automatize if possible

Modified:
    ofbiz/trunk/framework/appserver/config/appserver.properties
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp
    ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml
    ofbiz/trunk/specialpurpose/ofbizwebsite/template/Footer.ftl

Modified: ofbiz/trunk/framework/appserver/config/appserver.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/appserver/config/appserver.properties?rev=1309009&r1=1309008&r2=1309009&view=diff
==============================================================================
--- ofbiz/trunk/framework/appserver/config/appserver.properties (original)
+++ ofbiz/trunk/framework/appserver/config/appserver.properties Tue Apr  3 16:06:29 2012
@@ -1,6 +1,4 @@
 #####################################################################
-# Copyright 2001-2009 The Apache Software Foundation
-#
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
 # use this file except in compliance with the License. You may obtain a copy of
 # the License at

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp?rev=1309009&r1=1309008&r2=1309009&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelInduceFromDb.jsp Tue Apr  3 16:06:29 2012
@@ -62,7 +62,7 @@ ERRORS:
       if(newEntList != null) {
         String title = "Entity of an Apache Open For Business Project (Apache OFBiz) Component";
         String description = "None";
-        String copyright = "Copyright 2001-2009 The Apache Software Foundation";
+        String copyright = "Copyright 2001-2012 The Apache Software Foundation";
         String author = "None";
         String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp?rev=1309009&r1=1309008&r2=1309009&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/ModelWriter.jsp Tue Apr  3 16:06:29 2012
@@ -62,7 +62,7 @@ if (security.hasPermission("ENTITY_MAINT
   } else {
       String title = "Entity of an Apache Open For Business Project (Apache OFBiz) Component";
       String description = "None";
-      String copyright = "Copyright 2001-2009 The Apache Software Foundation";
+      String copyright = "Copyright 2001-2012 The Apache Software Foundation";
       String author = "None";
       String version = "1.0";
 %><?xml version="1.0" encoding="UTF-8"?>

Modified: ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml?rev=1309009&r1=1309008&r2=1309009&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/servicedef/services.xml Tue Apr  3 16:06:29 2012
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright 2001-2009 The Apache Software Foundation
-
 Licensed under the Apache License, Version 2.0 (the "License"); you may not
 use this file except in compliance with the License. You may obtain a copy of
 the License at

Modified: ofbiz/trunk/specialpurpose/ofbizwebsite/template/Footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ofbizwebsite/template/Footer.ftl?rev=1309009&r1=1309008&r2=1309009&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ofbizwebsite/template/Footer.ftl (original)
+++ ofbiz/trunk/specialpurpose/ofbizwebsite/template/Footer.ftl Tue Apr  3 16:06:29 2012
@@ -20,7 +20,7 @@ under the License.
 
 <div id="footer">
       <div id="foot">
-              &copy; Copyright 2001-2008 The Apache Software Foundation - www.apache.org
+              &copy; Copyright 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - www.apache.org
       </div>
 </div>