svn commit: r772941 - in /ofbiz/trunk: framework/common/webcommon/includes/fo/ framework/webtools/webapp/webtools/entity/ specialpurpose/ecommerce/webapp/ecommerce/includes/ specialpurpose/webpos/webapp/webpos/includes/ themes/flatgrey/includes/ themes...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r772941 - in /ofbiz/trunk: framework/common/webcommon/includes/fo/ framework/webtools/webapp/webtools/entity/ specialpurpose/ecommerce/webapp/ecommerce/includes/ specialpurpose/webpos/webapp/webpos/includes/ themes/flatgrey/includes/ themes...

jleroux@apache.org
Author: jleroux
Date: Fri May  8 11:15:08 2009
New Revision: 772941

URL: http://svn.apache.org/viewvc?rev=772941&view=rev
Log:
See http://markmail.org/message/znytl2y4inpmxbdo (David Goodenough's advice on copyright update)
extract : "My understanding of the Berne Convention rules for Copyright (which covers most jurisdictions - even the USA now), is that the copyright period only gets extended when the copyrighted item gets updated."

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl
    ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl
    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl
    ofbiz/trunk/themes/flatgrey/includes/footer.ftl
    ofbiz/trunk/themes/multiflex/includes/footer.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl Fri May  8 11:15:08 2009
@@ -18,7 +18,7 @@
 -->
 <#escape x as x?xml>
         <fo:static-content flow-name="xsl-region-after" font-size="${(layoutSettings.footerFontSize)?default("8pt")}">
-            <fo:block text-align="center" border-top="thin solid black">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation</fo:block>
+            <fo:block text-align="center" border-top="thin solid black">Copyright (c) 2001-2009 The Apache Software Foundation</fo:block>
             <fo:block text-align="center">${uiLabelMap.CommonPage} <fo:page-number/></fo:block>
         </fo:static-content>
 </#escape>

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl Fri May  8 11:15:08 2009
@@ -70,7 +70,7 @@
 
         <#-- footer -->
         <fo:static-content flow-name="xsl-region-after">
-            <fo:block text-align="center" border-top="thin solid black">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation</fo:block>
+            <fo:block text-align="center" border-top="thin solid black">Copyright (c) 2001-2009 The Apache Software Foundation</fo:block>
             <fo:block text-align="center">${uiLabelMap.CommonPage} <fo:page-number/></fo:block>
         </fo:static-content>
 

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl Fri May  8 11:15:08 2009
@@ -26,7 +26,7 @@
   </div>
   <br/>
   <div class="tabletext" align="center">
-    <div class="tabletext">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></div>
+    <div class="tabletext">Copyright (c) 2001-2009 The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></div>
     <div class="tabletext">Powered by <a href="http://ofbiz.apache.org" class="tabletext" target="_blank">Apache OFBiz</a></div>
   </div>
   <br/>

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl Fri May  8 11:15:08 2009
@@ -26,7 +26,7 @@
 </div>
 <br/>
 <div align="center">
-    <div>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></div>
+    <div>Copyright (c) 2001-2009 The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></div>
     <div>Powered by <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a></div>
 </div>
 <br/>

Modified: ofbiz/trunk/themes/flatgrey/includes/footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/includes/footer.ftl (original)
+++ ofbiz/trunk/themes/flatgrey/includes/footer.ftl Fri May  8 11:15:08 2009
@@ -61,7 +61,7 @@
   <p><a href="http://jigsaw.w3.org/css-validator/"><img src="<@ofbizContentUrl>/images/vcss.gif</@ofbizContentUrl>" alt="Valid CSS!"/></a>
   <a href="http://validator.w3.org/check?uri=referer"><img src="<@ofbizContentUrl>/images/valid-xhtml10.png</@ofbizContentUrl>" alt="Valid XHTML 1.0!"/></a></p>
   <p>
-  ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" target="_blank">www.apache.org</a><br />
+  ${uiLabelMap.CommonCopyright} (c) 2001-2009 The Apache Software Foundation - <a href="http://www.apache.org" target="_blank">www.apache.org</a><br />
   ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a> <#include "../../../runtime/svninfo.ftl" /></p>
 </div>
 <#if layoutSettings.VT_FTR_JAVASCRIPT?has_content>

Modified: ofbiz/trunk/themes/multiflex/includes/footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
==============================================================================
--- ofbiz/trunk/themes/multiflex/includes/footer.ftl (original)
+++ ofbiz/trunk/themes/multiflex/includes/footer.ftl Fri May  8 11:15:08 2009
@@ -21,7 +21,7 @@
 
 <div class="footer">
   <p align="center">
-    <p>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></p>
+    <p>Copyright (c) 2001-2009 The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></p>
     <p>Powered by <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a></p>
   </p>
   <#if layoutSettings.VT_FTR_JAVASCRIPT?has_content>


Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r772941 - in /ofbiz/trunk: framework/common/webcommon/includes/fo/ framework/webtools/webapp/webtools/entity/ specialpurpose/ecommerce/webapp/ecommerce/includes/ specialpurpose/webpos/webapp/webpos/includes/ themes/flatgrey/includes/ themes...

jonesde

I think we should undo this change. The dynamic dates represented here  
do not copyright the files that the code is in, they copyright what  
the code produces, and that is constantly changing so the dynamic date  
is appropriate.

-David


On May 8, 2009, at 5:15 AM, [hidden email] wrote:

> Author: jleroux
> Date: Fri May  8 11:15:08 2009
> New Revision: 772941
>
> URL: http://svn.apache.org/viewvc?rev=772941&view=rev
> Log:
> See http://markmail.org/message/znytl2y4inpmxbdo (David Goodenough's  
> advice on copyright update)
> extract : "My understanding of the Berne Convention rules for  
> Copyright (which covers most jurisdictions - even the USA now), is  
> that the copyright period only gets extended when the copyrighted  
> item gets updated."
>
> Modified:
>    ofbiz/trunk/framework/common/webcommon/includes/fo/basic-
> footer.fo.ftl
>    ofbiz/trunk/framework/webtools/webapp/webtools/entity/
> EntityRefReport.fo.ftl
>    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/
> footer.ftl
>    ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl
>    ofbiz/trunk/themes/flatgrey/includes/footer.ftl
>    ofbiz/trunk/themes/multiflex/includes/footer.ftl
>
> Modified: ofbiz/trunk/framework/common/webcommon/includes/fo/basic-
> footer.fo.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/fo/basic-footer.fo.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/framework/common/webcommon/includes/fo/basic-
> footer.fo.ftl (original)
> +++ ofbiz/trunk/framework/common/webcommon/includes/fo/basic-
> footer.fo.ftl Fri May  8 11:15:08 2009
> @@ -18,7 +18,7 @@
> -->
> <#escape x as x?xml>
>         <fo:static-content flow-name="xsl-region-after" font-size="$
> {(layoutSettings.footerFontSize)?default("8pt")}">
> -            <fo:block text-align="center" border-top="thin solid  
> black">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache  
> Software Foundation</fo:block>
> +            <fo:block text-align="center" border-top="thin solid  
> black">Copyright (c) 2001-2009 The Apache Software Foundation</
> fo:block>
>             <fo:block text-align="center">${uiLabelMap.CommonPage}  
> <fo:page-number/></fo:block>
>         </fo:static-content>
> </#escape>
>
> Modified: ofbiz/trunk/framework/webtools/webapp/webtools/entity/
> EntityRefReport.fo.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefReport.fo.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/framework/webtools/webapp/webtools/entity/
> EntityRefReport.fo.ftl (original)
> +++ ofbiz/trunk/framework/webtools/webapp/webtools/entity/
> EntityRefReport.fo.ftl Fri May  8 11:15:08 2009
> @@ -70,7 +70,7 @@
>
>         <#-- footer -->
>         <fo:static-content flow-name="xsl-region-after">
> -            <fo:block text-align="center" border-top="thin solid  
> black">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache  
> Software Foundation</fo:block>
> +            <fo:block text-align="center" border-top="thin solid  
> black">Copyright (c) 2001-2009 The Apache Software Foundation</
> fo:block>
>             <fo:block text-align="center">${uiLabelMap.CommonPage}  
> <fo:page-number/></fo:block>
>         </fo:static-content>
>
>
> Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/
> includes/footer.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/
> footer.ftl (original)
> +++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/includes/
> footer.ftl Fri May  8 11:15:08 2009
> @@ -26,7 +26,7 @@
>   </div>
>   <br/>
>   <div class="tabletext" align="center">
> -    <div class="tabletext">Copyright (c) 2001-${nowTimestamp?
> string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org 
> " class="tabletext" target="_blank">www.apache.org</a></div>
> +    <div class="tabletext">Copyright (c) 2001-2009 The Apache  
> Software Foundation - <a href="http://www.apache.org"  
> class="tabletext" target="_blank">www.apache.org</a></div>
>     <div class="tabletext">Powered by <a href="http://
> ofbiz.apache.org" class="tabletext" target="_blank">Apache OFBiz</
> a></div>
>   </div>
>   <br/>
>
> Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/
> Footer.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/
> Footer.ftl (original)
> +++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/
> Footer.ftl Fri May  8 11:15:08 2009
> @@ -26,7 +26,7 @@
> </div>
> <br/>
> <div align="center">
> -    <div>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The  
> Apache Software Foundation - <a href="http://www.apache.org"  
> class="tabletext" target="_blank">www.apache.org</a></div>
> +    <div>Copyright (c) 2001-2009 The Apache Software Foundation -  
> <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org
> </a></div>
>     <div>Powered by <a href="http://ofbiz.apache.org"  
> target="_blank">Apache OFBiz</a></div>
> </div>
> <br/>
>
> Modified: ofbiz/trunk/themes/flatgrey/includes/footer.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/themes/flatgrey/includes/footer.ftl (original)
> +++ ofbiz/trunk/themes/flatgrey/includes/footer.ftl Fri May  8  
> 11:15:08 2009
> @@ -61,7 +61,7 @@
>   <p><a href="http://jigsaw.w3.org/css-validator/"><img  
> src="<@ofbizContentUrl>/images/vcss.gif</@ofbizContentUrl>"  
> alt="Valid CSS!"/></a>
>   <a href="http://validator.w3.org/check?uri=referer"><img  
> src="<@ofbizContentUrl>/images/valid-xhtml10.png</@ofbizContentUrl>"  
> alt="Valid XHTML 1.0!"/></a></p>
>   <p>
> -  ${uiLabelMap.CommonCopyright} (c) 2001-${nowTimestamp?
> string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org 
> " target="_blank">www.apache.org</a><br />
> +  ${uiLabelMap.CommonCopyright} (c) 2001-2009 The Apache Software  
> Foundation - <a href="http://www.apache.org" target="_blank">www.apache.org
> </a><br />
>   ${uiLabelMap.CommonPoweredBy} <a href="http://ofbiz.apache.org"  
> target="_blank">Apache OFBiz</a> <#include "../../../runtime/
> svninfo.ftl" /></p>
> </div>
> <#if layoutSettings.VT_FTR_JAVASCRIPT?has_content>
>
> Modified: ofbiz/trunk/themes/multiflex/includes/footer.ftl
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/includes/footer.ftl?rev=772941&r1=772940&r2=772941&view=diff
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/themes/multiflex/includes/footer.ftl (original)
> +++ ofbiz/trunk/themes/multiflex/includes/footer.ftl Fri May  8  
> 11:15:08 2009
> @@ -21,7 +21,7 @@
>
> <div class="footer">
>   <p align="center">
> -    <p>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache  
> Software Foundation - <a href="http://www.apache.org"  
> class="tabletext" target="_blank">www.apache.org</a></p>
> +    <p>Copyright (c) 2001-2009 The Apache Software Foundation - <a  
> href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org
> </a></p>
>     <p>Powered by <a href="http://ofbiz.apache.org"  
> target="_blank">Apache OFBiz</a></p>
>   </p>
>   <#if layoutSettings.VT_FTR_JAVASCRIPT?has_content>
>
>