[jboss-svn-commits] JBL Code SVN: r34298 - in labs/jbossrules/trunk/drools-server/src: main/resources and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 29 09:56:57 EDT 2010


Author: Rikkola
Date: 2010-07-29 09:56:56 -0400 (Thu, 29 Jul 2010)
New Revision: 34298

Modified:
   labs/jbossrules/trunk/drools-server/src/main/java/org/drools/server/Test.java
   labs/jbossrules/trunk/drools-server/src/main/resources/test.drl
   labs/jbossrules/trunk/drools-server/src/test/java/org/drools/server/CxfRsClientServerTest.java
Log:
[#JBRULES-2577] License headers are missing for most of the files

Modified: labs/jbossrules/trunk/drools-server/src/main/java/org/drools/server/Test.java
===================================================================
--- labs/jbossrules/trunk/drools-server/src/main/java/org/drools/server/Test.java	2010-07-29 13:55:39 UTC (rev 34297)
+++ labs/jbossrules/trunk/drools-server/src/main/java/org/drools/server/Test.java	2010-07-29 13:56:56 UTC (rev 34298)
@@ -1,3 +1,19 @@
+/**
+ * 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 org.drools.server;
 
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-server/src/main/resources/test.drl
===================================================================
--- labs/jbossrules/trunk/drools-server/src/main/resources/test.drl	2010-07-29 13:55:39 UTC (rev 34297)
+++ labs/jbossrules/trunk/drools-server/src/main/resources/test.drl	2010-07-29 13:56:56 UTC (rev 34298)
@@ -1,3 +1,19 @@
+/**
+ * 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  org.test
 
 declare Message

Modified: labs/jbossrules/trunk/drools-server/src/test/java/org/drools/server/CxfRsClientServerTest.java
===================================================================
--- labs/jbossrules/trunk/drools-server/src/test/java/org/drools/server/CxfRsClientServerTest.java	2010-07-29 13:55:39 UTC (rev 34297)
+++ labs/jbossrules/trunk/drools-server/src/test/java/org/drools/server/CxfRsClientServerTest.java	2010-07-29 13:56:56 UTC (rev 34298)
@@ -1,3 +1,19 @@
+/**
+ * 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 org.drools.server;
 
 import org.apache.camel.CamelContext;



More information about the jboss-svn-commits mailing list