[jboss-svn-commits] JBL Code SVN: r33959 - labs/jbossrules/trunk/drools-guvnor/src/test/resources/org/drools/guvnor/server/util.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jul 16 16:24:25 EDT 2010
Author: Rikkola
Date: 2010-07-16 16:24:24 -0400 (Fri, 16 Jul 2010)
New Revision: 33959
Modified:
labs/jbossrules/trunk/drools-guvnor/src/test/resources/org/drools/guvnor/server/util/sample_legacy_functions.drl
Log:
[#JBRULES-2577] License headers are missing for most of the files
Modified: labs/jbossrules/trunk/drools-guvnor/src/test/resources/org/drools/guvnor/server/util/sample_legacy_functions.drl
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/test/resources/org/drools/guvnor/server/util/sample_legacy_functions.drl 2010-07-16 19:22:39 UTC (rev 33958)
+++ labs/jbossrules/trunk/drools-guvnor/src/test/resources/org/drools/guvnor/server/util/sample_legacy_functions.drl 2010-07-16 20:24:24 UTC (rev 33959)
@@ -1,19 +1,3 @@
-/**
- * Copyright 2010 JBoss Inc
- *
- * Licensed 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 foo
import goo.wee
@@ -68,4 +52,4 @@
Sup()
then
ka();
-end
\ No newline at end of file
+end
More information about the jboss-svn-commits
mailing list