This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release17.12 by this push:
new e47e014 Improved: no functional change
e47e014 is described below
commit e47e0142a0b20a472b874ed19619705661211746
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue May 28 12:52:17 2019 +0000
Improved: no functional change
Adds missing ASL2 licenses
git-svn-id:
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1860259
13f79535-47bb-0310-9956-ffa450edef68
---
.../ofbiz/base/html/CustomPermissivePolicy.java | 19 +++++++++++++++++++
.../org/apache/ofbiz/base/html/CustomSafePolicy.java | 18 ++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git
a/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
b/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
index 15be207..750b43d 100644
---
a/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
+++
b/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomPermissivePolicy.java
@@ -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.
+
*******************************************************************************/
+
package org.apache.ofbiz.base.html;
import java.util.regex.Pattern;
diff --git
a/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomSafePolicy.java
b/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomSafePolicy.java
index ba8df51..59ea32a 100644
---
a/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomSafePolicy.java
+++
b/framework/base/src/main/java/org/apache/ofbiz/base/html/CustomSafePolicy.java
@@ -1,3 +1,21 @@
+/*******************************************************************************
+ * 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.
+
*******************************************************************************/
package org.apache.ofbiz.base.html;
import java.util.regex.Pattern;