[jboss-svn-commits] JBL Code SVN: r34304 - in labs/jbossrules/trunk/drools-doc/src: test/java/org/drools/doc and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 29 10:05:58 EDT 2010
Author: Rikkola
Date: 2010-07-29 10:05:57 -0400 (Thu, 29 Jul 2010)
New Revision: 34304
Modified:
labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsBuilder.java
labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsComponentFactory.java
labs/jbossrules/trunk/drools-doc/src/test/java/org/drools/doc/StandaloneDocBuilder.java
labs/jbossrules/trunk/drools-doc/src/test/resources/org/drools/doc/simple.drl
Log:
[#JBRULES-2577] License headers are missing for most of the files
Modified: labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsBuilder.java 2010-07-29 14:05:28 UTC (rev 34303)
+++ labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsBuilder.java 2010-07-29 14:05:57 UTC (rev 34304)
@@ -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.doc;
import java.io.OutputStream;
Modified: labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsComponentFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsComponentFactory.java 2010-07-29 14:05:28 UTC (rev 34303)
+++ labs/jbossrules/trunk/drools-doc/src/main/java/org/drools/doc/DroolsDocsComponentFactory.java 2010-07-29 14:05:57 UTC (rev 34304)
@@ -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.doc;
import java.awt.Color;
Modified: labs/jbossrules/trunk/drools-doc/src/test/java/org/drools/doc/StandaloneDocBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-doc/src/test/java/org/drools/doc/StandaloneDocBuilder.java 2010-07-29 14:05:28 UTC (rev 34303)
+++ labs/jbossrules/trunk/drools-doc/src/test/java/org/drools/doc/StandaloneDocBuilder.java 2010-07-29 14:05:57 UTC (rev 34304)
@@ -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.doc;
import java.io.File;
Modified: labs/jbossrules/trunk/drools-doc/src/test/resources/org/drools/doc/simple.drl
===================================================================
--- labs/jbossrules/trunk/drools-doc/src/test/resources/org/drools/doc/simple.drl 2010-07-29 14:05:28 UTC (rev 34303)
+++ labs/jbossrules/trunk/drools-doc/src/test/resources/org/drools/doc/simple.drl 2010-07-29 14:05:57 UTC (rev 34304)
@@ -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.
+ */
+
#created on: 12-Sep-2009
package org.drools.doc
More information about the jboss-svn-commits
mailing list