[jboss-svn-commits] JBL Code SVN: r35035 - in labs/jbossrules/trunk: drools-camel/src/test/java/org/drools and 43 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 6 13:32:31 EDT 2010


Author: ge0ffrey
Date: 2010-09-06 13:32:28 -0400 (Mon, 06 Sep 2010)
New Revision: 35035

Modified:
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ChangeSetProcessingEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeAgentEventListener.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/Cheese.java
   labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/ExternalSpreadsheetCompiler.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/InputType.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/SpreadsheetCompiler.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DecisionTableParser.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DefaultRuleSheetListener.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetListener.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetParserUtil.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvParser.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/ExcelParser.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/NullSheetListener.java
   labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/PropertiesSheetListener.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Cheese.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerIntegrationTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerUnitTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Person.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/PropertiesSheetListenerTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleSheetParserUtilTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseLargeTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RulesheetUtil.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvLineParserTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvParserTest.java
   labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/xls/ExcelParserTest.java
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/OSWorkflowModelEditor.java
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/OSWorkflowEditPartFactory.java
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/StepNodeEditPart.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsEclipsePlugin.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsPluginImages.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditor2.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditorActionContributor.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomInAction2.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomOutAction2.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/ReteViewer.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/Row.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/RowList.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/bpmn2/editor/BPMNModelEditor.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DataTypeRegistry.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DefaultDataTypeRegistry.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/impl/DataTypeRegistryImpl.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericActionBarContributor.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericContextMenuProvider.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericModelEditor.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/ObjectInputStreamWithLoader.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/OverviewOutlinePage.java
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/view/property/constraint/RuleFlowGlobalsDialog.java
   labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/ProcessBuilderImpl.java
   labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/xml/processes/RuleFlowMigrator.java
   labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/DroolsTestCase.java
   labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/compiler/PackageBuilderTest.java
   labs/jbossrules/trunk/drools-flow-core/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/datatype/impl/type/EnumDataType.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/impl/ProcessImpl.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Constraint.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Node.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/WorkflowProcess.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/ConstraintImpl.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/NodeImpl.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/NodeInstance.java
   labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/node/ForEachNodeInstance.java
   labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/DroolsTestCase.java
   labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/event/process/ProcessEventSupportTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ClassMethodInspectorTest.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/AbstractRuleSessionImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Constants.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleServiceProviderImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatelessRuleSessionImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleAdministratorImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Cheese.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Person.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatelessRuleSessionTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleAdministratorTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleTest.java
   labs/jbossrules/trunk/drools-pipeline/src/test/java/org/drools/runtime/pipeline/impl/JaxbTest.java
   labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventListener.java
   labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventSupport.java
   labs/jbossrules/trunk/drools-process/drools-process-task/src/test/java/org/drools/userprofile/MockIdentity.java
   labs/jbossrules/trunk/drools-templates/src/main/java/org/drools/template/DataProviderCompiler.java
   labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Cheese.java
   labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Person.java
Log:
JBRULES-2688 Some files have the license headers twice


Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ChangeSetProcessingEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ChangeSetProcessingEvent.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ChangeSetProcessingEvent.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.event.knowledgeagent;
-
 /*
  * Copyright 2010 JBoss Inc
  * 
@@ -15,6 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.event.knowledgeagent;
+
 import java.util.EventObject;
 import org.drools.ChangeSet;
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeAgentEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeAgentEventListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeAgentEventListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.event.knowledgeagent;
-
 /*
  * Copyright 2010 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.event.knowledgeagent;
 
 import java.util.EventListener;
 
@@ -41,4 +40,4 @@
     void knowledgeBaseUpdated(KnowledgeBaseUpdatedEvent event);
 
     void resourceCompilationFailed(ResourceCompilationFailedEvent event);
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/Cheese.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/Cheese.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/Cheese.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -23,22 +23,6 @@
 
 import javax.xml.bind.annotation.XmlRootElement;
 
-/*
- * 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.
- */
-
 @XmlRootElement
 public class Cheese
     implements

Modified: labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.integrationtests;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.integrationtests;
+
 import static org.hamcrest.CoreMatchers.is;
 import static org.junit.Assert.assertThat;
 import static org.mockito.Matchers.any;

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/ExternalSpreadsheetCompiler.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/ExternalSpreadsheetCompiler.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/ExternalSpreadsheetCompiler.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/InputType.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/InputType.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/InputType.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.util.List;
 
 import org.drools.decisiontable.parser.DecisionTableParser;
@@ -70,4 +70,4 @@
     			new CsvLineParser() );
     }
     
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/SpreadsheetCompiler.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/SpreadsheetCompiler.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/SpreadsheetCompiler.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.io.InputStream;
 import java.util.ArrayList;
 import java.util.HashMap;
@@ -157,4 +157,4 @@
         }
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.Map;
 
 import org.drools.template.parser.DecisionTableParseException;
@@ -200,4 +200,4 @@
                                          content );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DecisionTableParser.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DecisionTableParser.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DecisionTableParser.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.io.InputStream;
 
 /**
@@ -29,4 +29,4 @@
      * Parse an input stream, store the resulting rulebase.
      */
     public void parseFile(InputStream inStream);
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DefaultRuleSheetListener.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DefaultRuleSheetListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/DefaultRuleSheetListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -589,4 +589,4 @@
         return value == null || "".equals( value.trim() );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.ArrayList;
 import java.util.List;
 
@@ -199,4 +199,4 @@
         }
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetListener.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,10 +14,13 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.Properties;
 
 import org.drools.template.model.Package;
 import org.drools.template.parser.DataListener;
+
 /**
  * @author <a href="mailto:stevearoonie at gmail.com"> Steven Williams</a>
  * 
@@ -39,4 +40,4 @@
      */
     public abstract Package getRuleSet();
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetParserUtil.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetParserUtil.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleSheetParserUtil.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.LinkedList;
 import java.util.List;
 import java.util.StringTokenizer;
@@ -120,4 +120,4 @@
         }
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvLineParser.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.csv;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.csv;
+
 import java.util.ArrayList;
 import java.util.List;
 
@@ -167,4 +167,4 @@
         }
 
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvParser.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvParser.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/csv/CsvParser.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.csv;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.csv;
+
 import java.io.BufferedReader;
 import java.io.IOException;
 import java.io.InputStream;
@@ -140,4 +140,4 @@
 		return startMergeCol;
 	}
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/ExcelParser.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/ExcelParser.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/ExcelParser.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.xls;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.xls;
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.ArrayList;
@@ -181,4 +181,4 @@
         }
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/NullSheetListener.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/NullSheetListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/NullSheetListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.xls;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.xls;
+
 import org.drools.template.parser.DataListener;
 
 /**
@@ -43,4 +43,4 @@
                         final int mergedColstart) {
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/PropertiesSheetListener.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/PropertiesSheetListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/xls/PropertiesSheetListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.xls;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.xls;
+
 import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Cheese.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Cheese.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Cheese.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 public class Cheese {
     private String type;
     private int    price;
@@ -42,4 +42,4 @@
         this.price = price;
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerIntegrationTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerIntegrationTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerIntegrationTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.io.StringReader;
 import java.util.ArrayList;
 import java.util.List;
@@ -32,6 +32,7 @@
 import org.drools.rule.Package;
 import org.drools.template.parser.DataListener;
 import org.drools.template.parser.TemplateDataListener;
+
 /**
  * @author <a href="mailto:stevearoonie at gmail.com">Steven Williams</a> Some basic unit tests for converter utility.
  *         Note that some of this may still use the drools 2.x syntax, as it is not compiled, only tested that it

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerUnitTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerUnitTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/ExternalSpreadsheetCompilerUnitTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Person.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Person.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/Person.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 public class Person {
     private String name;
     private String likes;
@@ -90,4 +90,4 @@
     public String toString() {
         return "[Person name='" + this.name + "']";
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.io.InputStream;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
@@ -125,4 +125,4 @@
 
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable;
+
 import java.io.InputStreamReader;
 import java.util.ArrayList;
 import java.util.List;
@@ -115,4 +115,4 @@
                       launcher.executeExample() );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/PropertiesSheetListenerTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/PropertiesSheetListenerTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/PropertiesSheetListenerTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.Properties;
 
 import junit.framework.TestCase;
@@ -85,4 +85,4 @@
 
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleSheetParserUtilTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleSheetParserUtilTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleSheetParserUtilTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.util.List;
 
 import junit.framework.TestCase;
@@ -108,4 +108,4 @@
             assertNotNull( e.getMessage() );
         }
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseLargeTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseLargeTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseLargeTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import junit.framework.TestCase;
 
 /**
@@ -75,4 +75,4 @@
 //        return this.endTimer - this.startTimer;
 //    }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RuleWorksheetParseTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.Properties;
@@ -166,4 +166,4 @@
         return RulesheetUtil.getRuleSheetListener( stream );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RulesheetUtil.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RulesheetUtil.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/RulesheetUtil.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser;
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.ArrayList;
@@ -47,4 +47,4 @@
         stream.close();
         return listener;
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvLineParserTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvLineParserTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvLineParserTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.csv;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.csv;
+
 import java.util.List;
 
 import junit.framework.TestCase;
@@ -67,4 +67,4 @@
                       list.get( 2 ) );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvParserTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvParserTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/csv/CsvParserTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.csv;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.csv;
+
 import java.util.HashMap;
 import java.util.Map;
 
@@ -128,4 +128,4 @@
             return "R" + row + "C" + column;
         }
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/xls/ExcelParserTest.java
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/xls/ExcelParserTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/parser/xls/ExcelParserTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.decisiontable.parser.xls;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -16,6 +14,8 @@
  * limitations under the License.
  */
 
+package org.drools.decisiontable.parser.xls;
+
 import java.util.List;
 import java.util.Map;
 
@@ -152,4 +152,4 @@
     	
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/OSWorkflowModelEditor.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/OSWorkflowModelEditor.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/OSWorkflowModelEditor.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.osworkflow.editor;
-/*
- * 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.
- */
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/OSWorkflowEditPartFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/OSWorkflowEditPartFactory.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/OSWorkflowEditPartFactory.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.osworkflow.editor.editpart;
-/*
- * 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.
- */
 
 import org.drools.eclipse.flow.common.editor.editpart.ElementContainerEditPart;
 import org.drools.eclipse.flow.common.editor.editpart.ProcessEditPart;

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/StepNodeEditPart.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/StepNodeEditPart.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-osworkflow/src/org/drools/eclipse/osworkflow/editor/editpart/StepNodeEditPart.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.osworkflow.editor.editpart;
-/*
- * 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.
- */
 
 import org.drools.eclipse.flow.common.editor.editpart.ElementEditPart;
 import org.drools.eclipse.flow.common.editor.editpart.figure.AbstractElementFigure;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsEclipsePlugin.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsEclipsePlugin.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsEclipsePlugin.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse;
 
-/*
- * 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.
- */
-
 import java.io.Reader;
 import java.io.StringReader;
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsPluginImages.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsPluginImages.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsPluginImages.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse;
-/*
- * 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.
- */
 
 import java.net.MalformedURLException;
 import java.net.URL;
@@ -174,4 +159,4 @@
             
         return new URL(ICON_BASE_URL, iconPath);
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditor2.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditor2.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditor2.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.editors;
 
-/*
- * Copyright 2006 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.
- */
-
 import java.lang.reflect.InvocationTargetException;
 
 import org.drools.eclipse.DroolsEclipsePlugin;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditorActionContributor.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditorActionContributor.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/DRLRuleEditorActionContributor.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.editors;
 
-/*
- * Copyright 2006 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.
- */
-
 import org.eclipse.gef.editparts.ZoomManager;
 import org.eclipse.gef.ui.actions.ZoomComboContributionItem;
 import org.eclipse.jface.action.IToolBarManager;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomInAction2.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomInAction2.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomInAction2.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.editors;
 
-/*
- * Copyright 2006 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.
- */
-
 import org.eclipse.draw2d.ScalableFigure;
 import org.eclipse.gef.editparts.ZoomManager;
 import org.eclipse.gef.ui.actions.ZoomInAction;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomOutAction2.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomOutAction2.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/ZoomOutAction2.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.editors;
 
-/*
- * Copyright 2006 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.
- */
-
 import org.eclipse.draw2d.ScalableFigure;
 import org.eclipse.gef.editparts.ZoomManager;
 import org.eclipse.gef.ui.actions.ZoomOutAction;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/ReteViewer.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/ReteViewer.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/ReteViewer.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,21 +16,6 @@
 
 package org.drools.eclipse.editors.rete;
 
-/*
- * Copyright 2006 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.
- */
 import java.util.ArrayList;
 import java.util.Iterator;
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/Row.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/Row.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/Row.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.editors.rete;
 
-/*
- * Copyright 2006 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.
- */
-
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Comparator;
@@ -152,4 +136,4 @@
 
         this.vertices = optimized;
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/RowList.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/RowList.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/editors/rete/RowList.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,21 +16,6 @@
 
 package org.drools.eclipse.editors.rete;
 
-/*
- * Copyright 2006 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.
- */
 import java.util.ArrayList;
 import java.util.Iterator;
 import java.util.List;
@@ -182,4 +167,4 @@
             get( i ).optimize();
         }
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/bpmn2/editor/BPMNModelEditor.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/bpmn2/editor/BPMNModelEditor.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/bpmn2/editor/BPMNModelEditor.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.bpmn2.editor;
-/*
- * 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.
- */
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DataTypeRegistry.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DataTypeRegistry.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DataTypeRegistry.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.datatype;
-/*
- * 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.
- */
 
 import java.util.Set;
 

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DefaultDataTypeRegistry.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DefaultDataTypeRegistry.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/DefaultDataTypeRegistry.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.datatype;
-/*
- * 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.
- */
 
 import org.drools.eclipse.flow.common.datatype.impl.DataTypeRegistryImpl;
 import org.drools.eclipse.flow.common.view.datatype.editor.impl.BooleanEditor;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/impl/DataTypeRegistryImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/impl/DataTypeRegistryImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/datatype/impl/DataTypeRegistryImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.datatype.impl;
-/*
- * 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.
- */
 
 import java.util.HashMap;
 import java.util.HashSet;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericActionBarContributor.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericActionBarContributor.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericActionBarContributor.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.eclipse.flow.common.editor;
 
-/*
- * 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.
- */
-
 import org.eclipse.draw2d.PositionConstants;
 import org.eclipse.gef.ui.actions.ActionBarContributor;
 import org.eclipse.gef.ui.actions.AlignmentRetargetAction;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericContextMenuProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericContextMenuProvider.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericContextMenuProvider.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.editor;
-/*
- * 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.
- */
 
 import org.eclipse.gef.ContextMenuProvider;
 import org.eclipse.gef.GraphicalViewer;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericModelEditor.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericModelEditor.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/GenericModelEditor.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.editor;
-/*
- * 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.
- */
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/ObjectInputStreamWithLoader.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/ObjectInputStreamWithLoader.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/ObjectInputStreamWithLoader.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.editor;
-/*
- * 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.
- */
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/OverviewOutlinePage.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/OverviewOutlinePage.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/common/editor/OverviewOutlinePage.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.common.editor;
-/*
- * 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.
- */
 
 import org.eclipse.draw2d.LightweightSystem;
 import org.eclipse.draw2d.MarginBorder;

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/view/property/constraint/RuleFlowGlobalsDialog.java
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/view/property/constraint/RuleFlowGlobalsDialog.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/view/property/constraint/RuleFlowGlobalsDialog.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,21 +15,6 @@
  */
 
 package org.drools.eclipse.flow.ruleflow.view.property.constraint;
-/*
- * 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.
- */
 
 import java.util.HashMap;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/ProcessBuilderImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/ProcessBuilderImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/ProcessBuilderImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.compiler;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.compiler;
 
 import java.io.IOException;
 import java.io.Reader;

Modified: labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/xml/processes/RuleFlowMigrator.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/xml/processes/RuleFlowMigrator.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-compiler/src/main/java/org/drools/compiler/xml/processes/RuleFlowMigrator.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.compiler.xml.processes;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.compiler.xml.processes;
 
 import java.io.BufferedInputStream;
 import java.io.File;

Modified: labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/DroolsTestCase.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/DroolsTestCase.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/DroolsTestCase.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools;
 
 import java.util.Arrays;
 import java.util.Collection;
@@ -61,4 +60,4 @@
                     collection.contains( obj ) );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/compiler/PackageBuilderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/compiler/PackageBuilderTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-compiler/src/test/java/org/drools/compiler/PackageBuilderTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.compiler;
-
 /*
  * Copyright 2005 JBoss Inc
  *
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.compiler;
 
 import java.io.InputStream;
 import java.io.InputStreamReader;
@@ -259,4 +258,4 @@
 
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-flow-core/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/META-INF/MANIFEST.MF	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/META-INF/MANIFEST.MF	2010-09-06 17:32:28 UTC (rev 35035)
@@ -121,12 +121,12 @@
  ools.marshalling.impl,org.osgi.framework";version="5.2.0.SNAPSHOT"
 Tool: Bnd-0.0.357
 Bundle-Name: Drools :: Flow Core
-Created-By: 1.6.0_06 (Sun Microsystems Inc.)
+Created-By: 1.6.0_20 (Sun Microsystems Inc.)
 Require-Bundle: org.drools.core;bundle-version="5.2.0.SNAPSHOT"
 Bundle-Vendor: JBoss Inc.
 DynamicImport-Package: *
 Bundle-Version: 5.2.0.SNAPSHOT
-Bnd-LastModified: 1282912308554
+Bnd-LastModified: 1283793407066
 Bundle-Activator: org.drools.osgi.flow.core.Activator
 Bundle-ManifestVersion: 2
 Bundle-Description: A rule production system

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/datatype/impl/type/EnumDataType.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/datatype/impl/type/EnumDataType.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/datatype/impl/type/EnumDataType.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.process.core.datatype.impl.type;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.process.core.datatype.impl.type;
 
 import java.io.IOException;
 import java.io.ObjectInput;

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/impl/ProcessImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/impl/ProcessImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/process/core/impl/ProcessImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -14,195 +14,179 @@
  * limitations under the License.
  */
 
-package org.drools.process.core.impl;
-
-/*
- * 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.
- */
-
-import java.io.Serializable;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-
-import org.drools.io.Resource;
-import org.drools.process.core.Context;
-import org.drools.process.core.ContextContainer;
-import org.drools.process.core.ContextResolver;!
 
-import org.drools.process.core.Process;
-import org.drools.process.core.context.AbstractContext;
-
-/**
- * Default implementation of a Process
- * 
- * @author <a href="mailto:kris_verlaenen at hotmail.com">Kris Verlaenen</a>
- */
-public class ProcessImpl implements Process, Serializable, ContextResolver {
-    
-    private static final long serialVersionUID = 510l;
-
-    private String id;
-    private String name;
-    private String version;
-    private String type;
-    private String packageName;
-    private Resource resource;
-    private ContextContainer contextContainer = new ContextContainerImpl();
-    private Map<String, Object> metaData = new HashMap<String, Object>();
-    private List<String> imports;
-    private Map<String, String> globals;
-    private List<String> functionImports;
-
-    
-    public void setId(final String id) {
-        this.id = id;
-    }
-
-    public String getId() {
-        return this.id;
-    }
-
-    public void setName(fin!
 al String name) {
-        this.name = name;
-    }
-
-    pub!
 lic Stri
ng getName() {
-        return this.name;
-    }
-
-    public void setVersion(final String version) {
-        this.version = version;
-    }
-
-    public String getVersion() {
-        return this.version;
-    }
-
-    public String getType() {
-        return this.type;
-    }
-
-    public void setType(final String type) {
-        this.type = type;
-    }
-
-	public String getPackageName() {
-		return packageName;
-	}
-
-	public void setPackageName(String packageName) {
-		this.packageName = packageName;
-	}
-
-	public List<Context> getContexts(String contextType) {
-	    return this.contextContainer.getContexts(contextType);
-	}
-    
-    public void addContext(Context context) {
-        this.contextContainer.addContext(context);
-        ((AbstractContext) context).setContextContainer(this);
-    }
-    
-    public Context getContext(String contextType, long id) {
-        return this.contextContainer.getContext(contextType, id);
-    }
-
-    public void setDefa!
 ultContext(Context context) {
-        this.contextContainer.setDefaultContext(context);
-    }
-    
-    public Context getDefaultContext(String contextType) {
-        return this.contextContainer.getDefaultContext(contextType);
-    }
-
-    public boolean equals(final Object o) {
-        if ( o instanceof ProcessImpl ) {
-            return ((ProcessImpl) o).getName().equals( this.name ) && ((ProcessImpl) o).getVersion().equals( this.version );
-        }
-        return false;
-    }
-
-    public int hashCode() {
-        return this.name.hashCode() + (this.version == null ? 0 : 3 * this.version.hashCode());
-    }
-
-    public Context resolveContext(String contextId, Object param) {
-        Context context = getDefaultContext(contextId);
-        if (context != null) {
-            context = context.resolveContext(param);
-            if (context != null) {
-                return context;
-            }
-        }
-        return null;
-    }
-    
-	public Map<!
 String, Object> getMetaData() {
-		return this.metaData;
-	}
-!
 
-    pu
blic void setMetaData(String name, Object data) {
-        this.metaData.put(name, data);
-    }
-    
-    public Object getMetaData(String name) {
-        return this.metaData.get(name);
-    }
-
-    public Resource getResource() {
-        return this.resource;
-    }
-
-    public void setResource(Resource resource) {
-        this.resource = resource;        
-    }
-    
-    public List<String> getImports() {
-        return imports;
-    }
-
-    public void setImports(List<String> imports) {
-        this.imports = imports;
-    }
-    
-    public List<String> getFunctionImports() {
-        return functionImports;
-    }
-
-    public void setFunctionImports(List<String> functionImports) {
-        this.functionImports = functionImports;
-    }    
-    
-    public Map<String, String> getGlobals() {
-        return globals;
-    }
-
-    public void setGlobals(Map<String, String> globals) {
-        this.globals = globals;
-    }
-
-    public String[] getGloba!
 lNames() {
-        final List<String> result = new ArrayList<String>();
-        if (this.globals != null) {
-            for ( Iterator<String> iterator = this.globals.keySet().iterator(); iterator.hasNext(); ) {
-                result.add(iterator.next());
-            }
-        }
-        return result.toArray(new String[result.size()]);
-    }
-    
+package org.drools.process.core.impl;
+
+import java.io.Serializable;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+
+import org.drools.io.Resource;
+import org.drools.process.core.Context;
+import org.drools.process.core.ContextContainer;
+import org.drools.process.core.ContextResolver;
+import org.drools.process.core.Process;
+import org.drools.process.core.context.AbstractContext;
+
+/**
+ * Default implementation of a Process
+ * 
+ * @author <a href="mailto:kris_verlaenen at hotmail.com">Kris Verlaenen</a>
+ */
+public class ProcessImpl implements Process, Serializable, ContextResolver {
+    
+    private static final long serialVersionUID = 510l;
+
+    private String id;
+    private String name;
+    private String version;
+    private String type;
+    private String packageName;
+    private Resource resource;
+    private ContextContainer contextContainer = new ContextContainerImpl();
+    private Map<String, Object> metaData = new HashMap<String, Object>();
+    private List<String> imports;
+    private Map<String, String> globals;
+    private List<String> functionImports;
+
+    
+    public void setId(final String id) {
+        this.id = id;
+    }
+
+    public String getId() {
+        return this.id;
+    }
+
+    public void setName(final String name) {
+        this.name = name;
+    }
+
+    public String getName() {
+        return this.name;
+    }
+
+    public void setVersion(final String version) {
+        this.version = version;
+    }
+
+    public String getVersion() {
+        return this.version;
+    }
+
+    public String getType() {
+        return this.type;
+    }
+
+    public void setType(final String type) {
+        this.type = type;
+    }
+
+	public String getPackageName() {
+		return packageName;
+	}
+
+	public void setPackageName(String packageName) {
+		this.packageName = packageName;
+	}
+
+	public List<Context> getContexts(String contextType) {
+	    return this.contextContainer.getContexts(contextType);
+	}
+    
+    public void addContext(Context context) {
+        this.contextContainer.addContext(context);
+        ((AbstractContext) context).setContextContainer(this);
+    }
+    
+    public Context getContext(String contextType, long id) {
+        return this.contextContainer.getContext(contextType, id);
+    }
+
+    public void setDefaultContext(Context context) {
+        this.contextContainer.setDefaultContext(context);
+    }
+    
+    public Context getDefaultContext(String contextType) {
+        return this.contextContainer.getDefaultContext(contextType);
+    }
+
+    public boolean equals(final Object o) {
+        if ( o instanceof ProcessImpl ) {
+            return ((ProcessImpl) o).getName().equals( this.name ) && ((ProcessImpl) o).getVersion().equals( this.version );
+        }
+        return false;
+    }
+
+    public int hashCode() {
+        return this.name.hashCode() + (this.version == null ? 0 : 3 * this.version.hashCode());
+    }
+
+    public Context resolveContext(String contextId, Object param) {
+        Context context = getDefaultContext(contextId);
+        if (context != null) {
+            context = context.resolveContext(param);
+            if (context != null) {
+                return context;
+            }
+        }
+        return null;
+    }
+    
+	public Map<String, Object> getMetaData() {
+		return this.metaData;
+	}
+
+    public void setMetaData(String name, Object data) {
+        this.metaData.put(name, data);
+    }
+    
+    public Object getMetaData(String name) {
+        return this.metaData.get(name);
+    }
+
+    public Resource getResource() {
+        return this.resource;
+    }
+
+    public void setResource(Resource resource) {
+        this.resource = resource;        
+    }
+    
+    public List<String> getImports() {
+        return imports;
+    }
+
+    public void setImports(List<String> imports) {
+        this.imports = imports;
+    }
+    
+    public List<String> getFunctionImports() {
+        return functionImports;
+    }
+
+    public void setFunctionImports(List<String> functionImports) {
+        this.functionImports = functionImports;
+    }    
+    
+    public Map<String, String> getGlobals() {
+        return globals;
+    }
+
+    public void setGlobals(Map<String, String> globals) {
+        this.globals = globals;
+    }
+
+    public String[] getGlobalNames() {
+        final List<String> result = new ArrayList<String>();
+        if (this.globals != null) {
+            for ( Iterator<String> iterator = this.globals.keySet().iterator(); iterator.hasNext(); ) {
+                result.add(iterator.next());
+            }
+        }
+        return result.toArray(new String[result.size()]);
+    }
+    
 }

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Constraint.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Constraint.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Constraint.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,23 +16,6 @@
 
 package org.drools.workflow.core;
 
-
-/*
- * 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.
- */
-
 /**
  * Represents a constraint in a RuleFlow.
  * Can be used to specify conditions in (X)OR-splits. 

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Node.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Node.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/Node.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.workflow.core;
 
-/*
- * 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.
- */
-
 import java.io.Serializable;
 
 import org.drools.definition.process.Connection;

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/WorkflowProcess.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/WorkflowProcess.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/WorkflowProcess.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.workflow.core;
 
-/*
- * 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.
- */
-
 import java.util.List;
 import java.util.Map;
 

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/ConstraintImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/ConstraintImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/ConstraintImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.workflow.core.impl;
 
-/*
- * 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.
- */
-
 import java.io.Serializable;
 import java.util.HashMap;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/NodeImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/NodeImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/core/impl/NodeImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.workflow.core.impl;
 
-/*
- * 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.
- */
-
 import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.Collections;

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/NodeInstance.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/NodeInstance.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/NodeInstance.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -19,23 +19,6 @@
 import org.drools.definition.process.Node;
 import org.drools.process.instance.ContextInstance;
 
-
-/*
- * 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.
- */
-
 /**
  * Represents a node instance in a RuleFlow. This is the runtime counterpart
  * of a node, containing all runtime state.  Node instance classes also

Modified: labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/node/ForEachNodeInstance.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/node/ForEachNodeInstance.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/main/java/org/drools/workflow/instance/node/ForEachNodeInstance.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -33,22 +33,6 @@
 import org.drools.workflow.instance.impl.NodeInstanceResolverFactory;
 import org.mvel2.MVEL;
 
-/*
- * 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.
- */
-
 /**
  * Runtime counterpart of a for each node.
  * 

Modified: labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/DroolsTestCase.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/DroolsTestCase.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/DroolsTestCase.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools;
 
-/*
- * 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.
- */
-
 import java.util.Arrays;
 import java.util.Collection;
 
@@ -97,4 +81,4 @@
                     collection.contains( obj ) );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/event/process/ProcessEventSupportTest.java
===================================================================
--- labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/event/process/ProcessEventSupportTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-flow-core/src/test/java/org/drools/event/process/ProcessEventSupportTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.event.process;
 
-/*
- * 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.
- */
-
 import java.util.ArrayList;
 import java.util.List;
 
@@ -163,4 +147,4 @@
         assertEquals( "org.drools.process.event", ((ProcessStartedEvent) processEventList.get(15)).getProcessInstance().getProcessId());
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ClassMethodInspectorTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ClassMethodInspectorTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ClassMethodInspectorTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.ide.common.server.util;
 
-/*
- * 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.
- */
-
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.List;
@@ -233,4 +217,4 @@
 		}
     	
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/AbstractRuleSessionImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/AbstractRuleSessionImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/AbstractRuleSessionImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules;
 
-/*
- * 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.
- */
-
 import java.util.Iterator;
 import java.util.List;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Constants.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Constants.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Constants.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules;
 
-/*
- * 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.
- */
-
 /**
  * This class provides a list of constant values which can be used as keys in
  * the various property maps that are passed around between the javax.rules and

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleServiceProviderImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleServiceProviderImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleServiceProviderImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules;
 
-/*
- * 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.
- */
-
 import javax.rules.ConfigurationException;
 import javax.rules.RuleRuntime;
 import javax.rules.RuleServiceProvider;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatelessRuleSessionImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatelessRuleSessionImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatelessRuleSessionImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,21 +16,6 @@
 
 package org.drools.jsr94.rules;
 
-/*
- * 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.
- */
 import java.util.Iterator;
 import java.util.List;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleAdministratorImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleAdministratorImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleAdministratorImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.util.Map;
 
 import javax.rules.admin.LocalRuleExecutionSetProvider;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderImpl.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderImpl.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Cheese.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Cheese.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Cheese.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.decisiontable;
 
-/*
- * 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.
- */
-
 public class Cheese {
     private String type;
     private int    price;
@@ -58,4 +42,4 @@
         this.price = price;
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Person.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Person.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Person.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.decisiontable;
 
-/*
- * 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.
- */
-
 public class Person {
     private String name;
     private String likes;
@@ -106,4 +90,4 @@
     public String toString() {
         return "[Person name='" + this.name + "']";
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.decisiontable;
 
-/*
- * 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.
- */
-
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
@@ -94,4 +78,4 @@
                       list.size() );
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatelessRuleSessionTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatelessRuleSessionTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatelessRuleSessionTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules;
 
-/*
- * 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.
- */
-
 import java.io.IOException;
 import java.io.InputStreamReader;
 import java.io.Reader;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleAdministratorTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleAdministratorTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleAdministratorTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import javax.rules.admin.LocalRuleExecutionSetProvider;
 import javax.rules.admin.RuleAdministrator;
 import javax.rules.admin.RuleExecutionSetDeregistrationException;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.InputStream;
 
 import javax.rules.admin.LocalRuleExecutionSetProvider;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.jsr94.rules.admin;
 
-/*
- * 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.
- */
-
 import java.io.InputStream;
 import java.util.List;
 

Modified: labs/jbossrules/trunk/drools-pipeline/src/test/java/org/drools/runtime/pipeline/impl/JaxbTest.java
===================================================================
--- labs/jbossrules/trunk/drools-pipeline/src/test/java/org/drools/runtime/pipeline/impl/JaxbTest.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-pipeline/src/test/java/org/drools/runtime/pipeline/impl/JaxbTest.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.runtime.pipeline.impl;
 
-/*
- * 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.
- */
-
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventListener.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventListener.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.task.event;
 
-/*
- * 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.
- */
-
 import java.util.EventListener;
 
 public interface TaskEventListener extends EventListener {
@@ -44,4 +28,4 @@
     
     void taskSkipped(TaskSkippedEvent event);
     
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventSupport.java
===================================================================
--- labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventSupport.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-process/drools-process-task/src/main/java/org/drools/task/event/TaskEventSupport.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.drools.task.event;
 
-/*
- * 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.
- */
-
 import org.drools.event.AbstractEventSupport;
 
 import java.util.Iterator;
@@ -92,4 +76,4 @@
     public void reset() {
         this.clear();
     }
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-process/drools-process-task/src/test/java/org/drools/userprofile/MockIdentity.java
===================================================================
--- labs/jbossrules/trunk/drools-process/drools-process-task/src/test/java/org/drools/userprofile/MockIdentity.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-process/drools-process-task/src/test/java/org/drools/userprofile/MockIdentity.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -15,24 +15,7 @@
  */
 
 package org.drools.userprofile;
-/*
- * 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.
- */
 
-
-
 import java.util.ArrayList;
 import java.util.HashSet;
 import java.util.List;
@@ -100,4 +83,4 @@
 			   }
 		};
 	}
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-templates/src/main/java/org/drools/template/DataProviderCompiler.java
===================================================================
--- labs/jbossrules/trunk/drools-templates/src/main/java/org/drools/template/DataProviderCompiler.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/drools-templates/src/main/java/org/drools/template/DataProviderCompiler.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -1,5 +1,3 @@
-package org.drools.template;
-
 /*
  * Copyright 2005 JBoss Inc
  * 
@@ -15,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+package org.drools.template;
 
 import java.io.IOException;
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Cheese.java
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Cheese.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Cheese.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.test;
 
-/*
- * 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.
- */
-
 public class Cheese {
     private String type;
     private int    price;
@@ -58,4 +42,4 @@
         this.price = price;
     }
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Person.java
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Person.java	2010-09-06 17:22:34 UTC (rev 35034)
+++ labs/jbossrules/trunk/osgi-bundles/org.drools.osgi.test/src/test/java/org/test/Person.java	2010-09-06 17:32:28 UTC (rev 35035)
@@ -16,22 +16,6 @@
 
 package org.test;
 
-/*
- * 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.
- */
-
 public class Person {
     private String  name;
     private String  likes;
@@ -150,4 +134,4 @@
     }
     
     
-}
\ No newline at end of file
+}



More information about the jboss-svn-commits mailing list