You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/05/18 12:58:11 UTC

svn commit: r1679982 - /ofbiz/trunk/framework/images/webapp/images/util.js

Author: jleroux
Date: Mon May 18 10:58:10 2015
New Revision: 1679982

URL: http://svn.apache.org/r1679982
Log:
A patch from Pierre Smits "util.js is missing licence header" https://issues.apache.org/jira/browse/OFBIZ-6384

jleroux: This is related to OFBIZ-5409. I noted then "The util.js script is introduced for that, though normally should not be needed... "


Modified:
    ofbiz/trunk/framework/images/webapp/images/util.js

Modified: ofbiz/trunk/framework/images/webapp/images/util.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/util.js?rev=1679982&r1=1679981&r2=1679982&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/util.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/util.js Mon May 18 10:58:10 2015
@@ -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.
+ */
+
 jQuery.ajaxSetup({
   dataFilter: function(data, type) {
     var prefixes = ['//', 'while(true);', 'for(;;);'],