Added missing license headers (found using RAT).



git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release4.0@935322 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/content/template/email/servicenotification.ftl b/applications/content/template/email/servicenotification.ftl
index 3bb5174..b4fef10 100644
--- a/applications/content/template/email/servicenotification.ftl
+++ b/applications/content/template/email/servicenotification.ftl
@@ -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.
+-->
 
 <pre>
 The service : ${service.name}
diff --git a/applications/ecommerce/webapp/ecommerce/blog/menubar.ftl b/applications/ecommerce/webapp/ecommerce/blog/menubar.ftl
index d236f81..826a49f 100644
--- a/applications/ecommerce/webapp/ecommerce/blog/menubar.ftl
+++ b/applications/ecommerce/webapp/ecommerce/blog/menubar.ftl
@@ -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.
+-->
 

 <div id="menubar" style="background-color: #ccc;">

     <a href="<@ofbizUrl>/main</@ofbizUrl>" class="headerlink">Home</a>

diff --git a/applications/ecommerce/webapp/ecommerce/images/blog.css b/applications/ecommerce/webapp/ecommerce/images/blog.css
index 46ee91a..18b44a0 100644
--- a/applications/ecommerce/webapp/ecommerce/images/blog.css
+++ b/applications/ecommerce/webapp/ecommerce/images/blog.css
@@ -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.
+ */
+
 .blogs {
 position: inherit;
 width: inherit;
diff --git a/framework/example/testdef/assertdata/TestUserLoginData.xml b/framework/example/testdef/assertdata/TestUserLoginData.xml
index 514290f..d1c806f 100644
--- a/framework/example/testdef/assertdata/TestUserLoginData.xml
+++ b/framework/example/testdef/assertdata/TestUserLoginData.xml
@@ -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.
+-->
 <entity-engine-xml>
     <UserLogin userLoginId="system" currentPassword="47ca69ebb4bdc9ae0adec130880165d2cc05db1a" />
     <UserLogin userLoginId="anonymous" currentPassword="anonymous" />
diff --git a/mergefromtrunk.bat b/mergefromtrunk.bat
index e712814..4d3b84a 100644
--- a/mergefromtrunk.bat
+++ b/mergefromtrunk.bat
@@ -1,3 +1,21 @@
+rem #####################################################################

+rem Licensed to the Apache Software Foundation (ASF) under one

+rem or more contributor license agreements.  See the NOTICE file

+rem distributed with this work for additional information

+rem regarding copyright ownership.  The ASF licenses this file

+rem to you under the Apache License, Version 2.0 (the

+rem "License"); you may not use this file except in compliance

+rem with the License.  You may obtain a copy of the License at

+rem

+rem http://www.apache.org/licenses/LICENSE-2.0

+rem

+rem Unless required by applicable law or agreed to in writing,

+rem software distributed under the License is distributed on an

+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

+rem KIND, either express or implied.  See the License for the

+rem specific language governing permissions and limitations

+rem under the License.

+rem #####################################################################

 rem interactive DOS version of mergefromtrunk.sh.

 rem to use : launch and pass the trunk version number to merge in release

 

diff --git a/mergefromtrunk.sh b/mergefromtrunk.sh
index e664067..4c9bbc5 100755
--- a/mergefromtrunk.sh
+++ b/mergefromtrunk.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#####################################################################
+# 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.
+#####################################################################
 set -e
 prevRev=`expr $1 - 1`
 svn merge -r $prevRev:$1 https://svn.apache.org/repos/asf/ofbiz/trunk