You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2012/08/30 15:32:49 UTC

svn commit: r1378931 - /ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy

Author: jacopoc
Date: Thu Aug 30 13:32:48 2012
New Revision: 1378931

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

Modified:
    ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy

Modified: ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy?rev=1378931&r1=1378930&r2=1378931&view=diff
==============================================================================
--- ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy (original)
+++ ofbiz/branches/release11.04/specialpurpose/googlebase/webapp/googlebase/WEB-INF/actions/googlebaseDivideList.groovy Thu Aug 30 13:32:48 2012
@@ -1,5 +1,21 @@
-import java.util.List;
-import javolution.util.FastList;
+/*
+ * 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.
+ */
 
 //productList.unique() like distinct sql command, return string type.
 def productUniqueStr = productList.unique();