Author: jonesde
Date: Fri Sep 15 17:35:48 2006 New Revision: 446798 URL: http://svn.apache.org/viewvc?view=rev&rev=446798 Log: Replaced all old references to [Copyright * The Open For Business Project] which should take care of all of the legal loose ends Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel_old.xml incubator/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/content/webapp/content/templates/basic.ftl incubator/ofbiz/trunk/applications/content/webapp/content/templates/lookup.ftl incubator/ofbiz/trunk/applications/content/webapp/content/templates/main.ftl incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/footer.ftl incubator/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/order/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_old.xml incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml incubator/ofbiz/trunk/framework/catalina/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/common/webcommon/includes/footer.ftl incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel_test.xml incubator/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelInfo.java incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/security/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/webapp/entitydef/entitymodel.xml incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel_old.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel_old.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel_old.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/entitydef/entitymodel_old.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> <!-- ========================================================= --> Modified: incubator/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml (original) +++ incubator/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml Fri Sep 15 17:35:48 2006 @@ -124,6 +124,16 @@ <attribute name="quantity" type="BigDecimal" mode="IN" optional="true"/> <attribute name="commissions" type="List" mode="OUT" optional="false"/> </service> + <service name="sampleInvoiceAffiliateCommission" engine="simple" + location="org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="sampleCalculateAffiliateCommission" auth="true"> + <description> + A sample/example service to calculate an affiliate commission (direct relationship to customer) and create + and invoice for it on behalf of the affiliate, ie an invoice from the affiliate to the company that can + then be paid by the company to balance it. + </description> + <attribute name="paymentId" type="String" mode="IN" optional="false"/> + <attribute name="invoiceId" type="String" mode="OUT" optional="false"/> + </service> <!-- AgreementProductAppl --> <service name="createAgreementProductAppl" default-entity-name="AgreementProductAppl" engine="simple" location="org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="createAgreementProductAppl" auth="true"> Modified: incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/content/webapp/content/templates/basic.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/templates/basic.ftl?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/templates/basic.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/templates/basic.ftl Fri Sep 15 17:35:48 2006 @@ -1,4 +1,4 @@ -<!-- Copyright (c) 2003 The Open For Business Project - www.ofbiz.org --> +<!-- Copyright 2001-2006 The Apache Software Foundation --> <#-- Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/content/webapp/content/templates/lookup.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/templates/lookup.ftl?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/templates/lookup.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/templates/lookup.ftl Fri Sep 15 17:35:48 2006 @@ -1,5 +1,5 @@ <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org --> +<!-- Copyright 2001-2006 The Apache Software Foundation --> <#-- Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/content/webapp/content/templates/main.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/webapp/content/templates/main.ftl?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/content/webapp/content/templates/main.ftl (original) +++ incubator/ofbiz/trunk/applications/content/webapp/content/templates/main.ftl Fri Sep 15 17:35:48 2006 @@ -1,5 +1,5 @@ <!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org --> +<!-- Copyright 2001-2006 The Apache Software Foundation --> <#-- Copyright 2001-2006 The Apache Software Foundation Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/footer.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/footer.ftl?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/footer.ftl (original) +++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/includes/footer.ftl Fri Sep 15 17:35:48 2006 @@ -1,5 +1,4 @@ <#-- - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -24,8 +23,8 @@ </div> <br/> <div class="tabletext" align="center"> - <div class="tabletext">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Open For Business Project - <a href="http://www.ofbiz.org" class="tabletext" target="_blank">www.ofbiz.org</a></div> - <div class="tabletext">Powered By <a href="http://www.ofbiz.org" class="tabletext" target="_blank">OFBiz</a></div> + <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">Powered By <a href="http://www.ofbiz.org" class="tabletext" target="_blank">Apache OFBiz</a></div> </div> <br/> <div class="tabletext" align="center"><a href="<@ofbizUrl>policies</@ofbizUrl>">See Store Policies Here</a></div> Modified: incubator/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/humanres/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity of the Open For Business Manufacturing Component</title> <description>None</description> - <copyright>Copyright (c) 2003 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>Misc</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/marketing/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/order/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/order/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_old.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_old.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_old.xml (original) +++ incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_old.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> <!-- ========================================================= --> Modified: incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml (original) +++ incubator/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002-2006 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/party/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/pos/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2006 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_odbc.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml (original) +++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml (original) +++ incubator/ofbiz/trunk/applications/workeffort/entitydef/entitymodel_view.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> <view-entity entity-name="WorkEffortAndFulfillment" Modified: incubator/ofbiz/trunk/framework/catalina/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/catalina/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/catalina/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/catalina/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/common/webcommon/includes/footer.ftl URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/common/webcommon/includes/footer.ftl?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/common/webcommon/includes/footer.ftl (original) +++ incubator/ofbiz/trunk/framework/common/webcommon/includes/footer.ftl Fri Sep 15 17:35:48 2006 @@ -1,5 +1,4 @@ <#-- - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -24,8 +23,8 @@ </div> <br/> <div class="tabletext" align="center"> - <div class="tabletext">Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Open For Business Project - <a href="http://www.ofbiz.org" class="tabletext" target="_blank">www.ofbiz.org</a></div> - <div class="tabletext">Powered By <a href="http://www.ofbiz.org" class="tabletext" target="_blank">OFBiz</a></div> + <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">Powered By <a href="http://www.ofbiz.org" class="tabletext" target="_blank">Apache OFBiz</a></div> </div> <br/> </body> Modified: incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel_test.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel_test.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel_test.xml (original) +++ incubator/ofbiz/trunk/framework/entity/entitydef/entitymodel_test.xml Fri Sep 15 17:35:48 2006 @@ -23,7 +23,7 @@ <!-- ========================================================= --> <title>Entity testing suite</title> <description>None</description> - <copyright>Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>Manuel Meyer</author> <author>Si Chen</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelInfo.java URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelInfo.java?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelInfo.java (original) +++ incubator/ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelInfo.java Fri Sep 15 17:35:48 2006 @@ -59,7 +59,7 @@ public static final ModelInfo DEFAULT = new ModelInfo() { public String getTitle() { return "None"; } public String getAuthor() { return "None"; } - public String getCopyright() { return "Copyright (c) 2001 The Open For Business Project - www.ofbiz.org"; } + public String getCopyright() { return "Copyright 2001-2006 The Apache Software Foundation"; } public String getVersion() { return "1.0"; } public String getDescription() { return "None"; } }; Modified: incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/entityext/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2001-2006 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not @@ -27,7 +26,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/security/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/security/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/security/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/security/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/service/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/webapp/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webapp/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/webapp/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/webapp/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> Modified: incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml?view=diff&rev=446798&r1=446797&r2=446798 ============================================================================== --- incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml (original) +++ incubator/ofbiz/trunk/framework/workflow/entitydef/entitymodel.xml Fri Sep 15 17:35:48 2006 @@ -22,7 +22,7 @@ <!-- ========================================================= --> <title>Entity of an Open For Business Project Component</title> <description>None</description> - <copyright>Copyright (c) 2002 The Open For Business Project - www.ofbiz.org</copyright> + <copyright>Copyright 2001-2006 The Apache Software Foundation</copyright> <author>None</author> <version>1.0</version> |
Free forum by Nabble | Edit this page |