Author: jleroux
Date: Sun Oct 15 17:40:59 2017
New Revision: 1812225
URL: http://svn.apache.org/viewvc?rev=1812225&view=rev
Log:
No functional change, these files were missing the ASL2 header
I stop here, please help at https://ci.apache.org/projects/ofbiz/rat-output.html
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy
ofbiz/ofbiz-framework/trunk/applications/content/template/survey/SurveyOptions.ftl
ofbiz/ofbiz-framework/trunk/applications/marketing/servicedef/services_contact.xml
ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/GetSupplierInventories.groovy
ofbiz/ofbiz-framework/trunk/framework/common/groovyScripts/CertKeystore.groovy
Modified:
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy?rev=1812225&r1=1812224&r2=1812225&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/agreement/GetPartyNameForDate.groovy
Sun Oct 15 17:40:59 2017
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under oneWe would need a Bearer token (in Authorisation request header) if we were using
Oauth2, here we don't, so no Bearer
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+
*******************************************************************************/
partyIdFrom = parameters.partyIdFrom
partyIdTo = parameters.partyIdTo
if (partyIdFrom) {
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/template/survey/SurveyOptions.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/template/survey/SurveyOptions.ftl?rev=1812225&r1=1812224&r2=1812225&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/content/template/survey/SurveyOptions.ftl
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/content/template/survey/SurveyOptions.ftl
Sun Oct 15 17:40:59 2017
@@ -1,3 +1,22 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you 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
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
<div class="screenlet">
<div class="screenlet-title-bar">
<ul>
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/servicedef/services_contact.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/servicedef/services_contact.xml?rev=1812225&r1=1812224&r2=1812225&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/marketing/servicedef/services_contact.xml
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/marketing/servicedef/services_contact.xml
Sun Oct 15 17:40:59 2017
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you 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
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
<services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd">
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/GetSupplierInventories.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/GetSupplierInventories.groovy?rev=1812225&r1=1812224&r2=1812225&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/GetSupplierInventories.groovy
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/GetSupplierInventories.groovy
Sun Oct 15 17:40:59 2017
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under oneWe would need a Bearer token (in Authorisation request header) if we were using
Oauth2, here we don't, so no Bearer
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+
*******************************************************************************/
import org.apache.ofbiz.entity.condition.EntityCondition
import org.apache.ofbiz.entity.condition.EntityOperator
Modified:
ofbiz/ofbiz-framework/trunk/framework/common/groovyScripts/CertKeystore.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/groovyScripts/CertKeystore.groovy?rev=1812225&r1=1812224&r2=1812225&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/framework/common/groovyScripts/CertKeystore.groovy
(original)
+++
ofbiz/ofbiz-framework/trunk/framework/common/groovyScripts/CertKeystore.groovy
Sun Oct 15 17:40:59 2017
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under oneWe would need a Bearer token (in Authorisation request header) if we were using
Oauth2, here we don't, so no Bearer
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+
*******************************************************************************/
import java.io.IOException
import java.util.ArrayList
import java.util.Collection