You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/10/28 12:46:43 UTC

svn commit: r1813620 - in /ofbiz/ofbiz-framework/trunk: framework/widget/dtd/compound-widgets.xsd themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js

Author: deepak
Date: Sat Oct 28 12:46:43 2017
New Revision: 1813620

URL: http://svn.apache.org/viewvc?rev=1813620&view=rev
Log:
Added missing licence header

Modified:
    ofbiz/ofbiz-framework/trunk/framework/widget/dtd/compound-widgets.xsd
    ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js

Modified: ofbiz/ofbiz-framework/trunk/framework/widget/dtd/compound-widgets.xsd
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/widget/dtd/compound-widgets.xsd?rev=1813620&r1=1813619&r2=1813620&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/widget/dtd/compound-widgets.xsd (original)
+++ ofbiz/ofbiz-framework/trunk/framework/widget/dtd/compound-widgets.xsd Sat Oct 28 12:46:43 2017
@@ -1,4 +1,23 @@
-<xs:schema 
+<?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.
+-->
+<xs:schema
     xmlns:sc="http://ofbiz.apache.org/Site-Conf"
     xmlns:sm="http://ofbiz.apache.org/Simple-Method"
     xmlns:wf="http://ofbiz.apache.org/Widget-Form"

Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js?rev=1813620&r1=1813619&r2=1813620&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js (original)
+++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/plugins/date/FromThruDateCheck.js Sat Oct 28 12:46:43 2017
@@ -1,3 +1,23 @@
+/*
+ * 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.
+ */
+
+
 //this code needs modifications yet its specific.
 
 jQuery(document).ready( function() {