[jboss-svn-commits] JBL Code SVN: r34127 - labs/jbossrules/trunk/drools-decisiontables/src/main/resources/python-dt.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 23 03:22:46 EDT 2010


Author: mark.proctor at jboss.com
Date: 2010-07-23 03:22:45 -0400 (Fri, 23 Jul 2010)
New Revision: 34127

Modified:
   labs/jbossrules/trunk/drools-decisiontables/src/main/resources/python-dt/pydt.py
Log:
-updated license header to ASL

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/resources/python-dt/pydt.py
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/resources/python-dt/pydt.py	2010-07-23 05:33:47 UTC (rev 34126)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/resources/python-dt/pydt.py	2010-07-23 07:22:45 UTC (rev 34127)
@@ -1,7 +1,20 @@
 #this is PyDT - Python Decision Tables
 # (c) 2007 Michael Neale (michael at michaelneale.net)
 # Use entirely at your own risk !
-# Licenced under LGPL unless stated otherwise
+# 
+#  Copyright 2005 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.
 
 
 



More information about the jboss-svn-commits mailing list