[jboss-svn-commits] JBL Code SVN: r33954 - in labs/jbossrules/trunk: drools-api/META-INF and 44 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 16 12:34:52 EDT 2010


Author: Rikkola
Date: 2010-07-16 12:34:47 -0400 (Fri, 16 Jul 2010)
New Revision: 33954

Modified:
   labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsComponent.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsEndpoint.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsPolicy.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsProducer.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/FastCloner.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PostCxfrs.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PreCxfrs.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamHelper.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamJson.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamXml.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandExecutorImpl.java
   labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandMessageBodyReader.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxWrapperCollectionTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbXSDModelTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithMarshallersTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelProxyEndpointTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/DroolsCamelTestSupport.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/JaxbTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest2.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/ObjectFactory.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/Person.java
   labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/WrappedList.java
   labs/jbossrules/trunk/drools-camel/src/test/resources/org/drools/camel/component/testSpring.drl
   labs/jbossrules/trunk/drools-compiler/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-core/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-decisiontables/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/BusinessRuleProviderDefaultImpl.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/DropDownData.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FactTypeFilter.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FieldAccessorsAndMutators.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/MethodInfo.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ModelField.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionCallMethod.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldFunction.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldList.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldValue.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionGlobalCollectionAdd.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertLogicalFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionRetractFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionSetField.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionUpdateField.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/BaseSingleFieldConstraint.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFactPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFieldConstraint.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ConnectiveConstraint.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CopyExpressionVisitor.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/DSLSentence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollection.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollectionIndex.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionField.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFieldVariable.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFormLine.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionGlobalVariable.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionMethod.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPart.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPartHelper.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionText.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionUnboundFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVariable.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitable.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitor.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FactPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FieldConstraint.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FreeFormLine.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromAccumulateCompositeFactPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCollectCompositeFactPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCompositeFactPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IAction.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IPattern.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/PortableObject.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleAttribute.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleMetadata.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleModel.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraint.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraintEBLeftSide.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionInsertFactCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionRetractFactCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionSetFieldCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/AttributeCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ConditionCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/DTColumnConfig.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/GuidedDecisionTable.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/MetadataCol.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/TemplateModel.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ActivateRuleFlowGroup.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ExecutionTrace.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Expectation.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FactData.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FieldData.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Fixture.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixtureList.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixturesMap.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/RetractFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Scenario.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyFact.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyField.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyRuleFired.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ui/ConstraintValueEditorHelper.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassToGenericClassConverter.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassWalker.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/SuggestionCompletionLoader.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRDRLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRXMLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ClassMethodInspector.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/DataEnumLoader.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTDRLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTXMLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ScenarioXMLPersistence.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilder.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/FactFieldValueVerifier.java
   labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/ScenarioRunner.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Address.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheese.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheesery.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/OuterFact.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Person.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/PersonInterface.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/BusinessRuleProviderFactoryTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/Alert.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine2Test.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngineTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionFieldValueTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionSetFieldTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFactPatternTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFieldConstraintTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ConstraintTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DSLSentenceTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DataEnumLoaderTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/FactPatternTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/RuleModelTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource2.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/CopyExpressionVisitorTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/ExpressionFormLineTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/dt/GuidedDecisionTableTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/EnumClass.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SomeFact.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SuggestionCompletionLoaderTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRDRLPersistenceTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRLPersistenceTest.java
   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/GuidedDTDRLPersistenceTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTXMLPersistenceTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ScenarioXMLPersistenceTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilderTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/BrlTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/SerializationHelper.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/FactDataTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockFactHandle.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockWorkingMemory.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/RuleUnit.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/TestingEventListenerTest.java
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/rule_flow_actication.drl
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules.drl
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules2.drl
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules3.drl
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules_infinite_loop.drl
   labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_stateful.drl
   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/IteratorToList.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94EventFactHandle.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandle.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandleFactory.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/ObjectFilterAdapter.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleExecutionSetMetadataImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleRuntimeImpl.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/StatefulRuleSessionImpl.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/RuleExecutionSetImpl.java
   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/RuleImpl.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/DefaultRuleExecutionSetRepository.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepository.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryException.java
   labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoader.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/ExampleRuleEngineFacade.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/JSR94TestBase.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/MultipleRepositoryTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/Person.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleEngineTestBase.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleRuntimeTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleServiceProviderTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatefulRuleSessionTest.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-jsr94/src/test/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoaderTest.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/TestRuleExecutionSetRepository.java
   labs/jbossrules/trunk/drools-jsr94/src/test/java/org/jcp/jsr94/tck/AllTests.java
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine1.drl
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine2.drl
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters.drl
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_expander.drl
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_globals.drl
   labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/javarules/jsr94/testagent.drl
   labs/jbossrules/trunk/drools-persistence-jpa/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-process/drools-bpmn2/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-templates/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/maven-eclipse.xml
   labs/jbossrules/trunk/osgi-bundles/org.milyn/org.drools.osgi.wrapper.milyn-smooks-javabean/maven-eclipse.xml
   labs/jbossrules/trunk/pom.xml
Log:
[#JBRULES-2577] License headers are missing for most of the files

Modified: labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,6 +1,69 @@
 Manifest-Version: 1.0
+Export-Package: org.drools.event.io;uses:="org.drools";version="5.1.0.
+ SNAPSHOT",org.drools.marshalling;uses:="org.drools.runtime,org.drools
+ ";version="5.1.0.SNAPSHOT",org.drools.runtime;uses:="org.drools.comma
+ nd,org.drools.time,org.drools.runtime.process,org.drools.event,org.dr
+ ools.runtime.rule,org.drools,org.drools.runtime.conf";version="5.1.0.
+ SNAPSHOT",org.drools.event;uses:="org.drools.runtime,org.drools.event
+ .process,org.drools.event.rule";version="5.1.0.SNAPSHOT",org.drools.c
+ onf;uses:="org.drools.runtime.rule";version="5.1.0.SNAPSHOT",org.droo
+ ls.event.knowledgebase;uses:="org.drools.definition.rule,org.drools.d
+ efinition,org.drools";version="5.1.0.SNAPSHOT",org.drools;uses:="org.
+ drools.io,org.drools.runtime,org.drools.definition.type,org.drools.ev
+ ent.knowledgebase,org.drools.definition.process,org.drools.definition
+ ,org.drools.definition.rule,org.drools.conf,org.drools.util";version=
+ "5.1.0.SNAPSHOT",org.drools.definition.process;uses:="org.drools.defi
+ nition";version="5.1.0.SNAPSHOT",org.drools.util;uses:="org.drools,or
+ g.drools.io,org.drools.builder";version="5.1.0.SNAPSHOT",org.drools.b
+ uilder;uses:="org.drools.runtime,org.drools,com.sun.tools.xjc,org.dro
+ ols.io,org.drools.definition,org.drools.builder.conf,org.drools.util"
+ ;version="5.1.0.SNAPSHOT",org.drools.builder.conf;uses:="org.drools.r
+ untime.rule,org.drools.conf";version="5.1.0.SNAPSHOT",org.drools.logg
+ er;uses:="org.drools.event";version="5.1.0.SNAPSHOT",org.drools.runti
+ me.process;uses:="org.drools.runtime";version="5.1.0.SNAPSHOT",org.dr
+ ools.runtime.conf;uses:="org.drools.conf";version="5.1.0.SNAPSHOT",or
+ g.drools.runtime.help;uses:="com.thoughtworks.xstream,org.quartz,org.
+ drools.time";version="5.1.0.SNAPSHOT",org.drools.time;version="5.1.0.
+ SNAPSHOT",org.drools.event.rule;uses:="org.drools.event,org.drools.ru
+ ntime.rule,org.drools.event.knowledgeagent";version="5.1.0.SNAPSHOT",
+ org.drools.definition.rule;uses:="org.drools.definition";version="5.1
+ .0.SNAPSHOT",org.drools.osgi.api;uses:="org.osgi.framework,org.osgi.u
+ til.tracker,org.drools,org.drools.util";version="5.1.0.SNAPSHOT",org.
+ drools.event.knowledgeagent;uses:="org.drools,org.drools.io,org.drool
+ s.definition,org.drools.agent,org.drools.builder";version="5.1.0.SNAP
+ SHOT",org.drools.runtime.rule;uses:="org.drools.definition.rule,org.d
+ rools.runtime";version="5.1.0.SNAPSHOT",org.drools.event.process;uses
+ :="org.drools.runtime.process,org.drools.event";version="5.1.0.SNAPSH
+ OT",org.drools.definition;uses:="org.drools.definition.process,org.dr
+ ools.definition.rule";version="5.1.0.SNAPSHOT",org.drools.vsm;uses:="
+ org.drools.command,org.drools.runtime,org.drools,org.drools.agent,org
+ .drools.builder,org.drools.persistence.jpa";version="5.1.0.SNAPSHOT",
+ org.drools.grid;uses:="org.drools.command";version="5.1.0.SNAPSHOT",o
+ rg.drools.builder.help;uses:="com.sun.tools.xjc,org.drools.io,org.dro
+ ols,org.drools.builder,javax.xml.bind";version="5.1.0.SNAPSHOT",org.d
+ rools.definition.type;version="5.1.0.SNAPSHOT",org.drools.io;uses:="o
+ rg.drools,org.drools.event.io,org.drools.util";version="5.1.0.SNAPSHO
+ T",org.drools.runtime.pipeline;uses:="org.drools.runtime,javax.xml.bi
+ nd,net.sf.jxls.reader,org.milyn,com.thoughtworks.xstream";version="5.
+ 1.0.SNAPSHOT",org.drools.agent;uses:="org.drools.event.knowledgeagent
+ ,org.drools.runtime,org.drools.io,org.drools,org.drools.builder";vers
+ ion="5.1.0.SNAPSHOT",org.drools.command;uses:="org.drools.runtime,org
+ .drools.runtime.rule";version="5.1.0.SNAPSHOT",org.drools.task.servic
+ e;version="5.1.0.SNAPSHOT",org.drools.management;uses:="javax.managem
+ ent";version="5.1.0.SNAPSHOT",org.drools.command.impl;uses:="org.droo
+ ls.command";version="5.1.0.SNAPSHOT",org.drools.persistence.jpa;uses:
+ ="org.drools.runtime,org.drools";version="5.1.0.SNAPSHOT"
+Private-Package: .;version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
+Bundle-Name: Drools :: API
+Created-By: 1.6.0_20 (Apple Inc.)
+Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: *
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296198287
 Bundle-Activator: org.drools.osgi.api.Activator
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
+Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Import-Package: com.sun.tools.xjc;resolution:=optional,com.thoughtwork
  s.xstream;resolution:=optional,javax.management;resolution:=optional,
@@ -8,69 +71,6 @@
  tional,org.milyn;resolution:=optional,org.osgi.framework;resolution:=
  optional;version="1.5",org.osgi.util.tracker;resolution:=optional;ver
  sion="1.4",org.quartz;resolution:=optional
-Bnd-LastModified: 1279156563611
-Export-Package: org.drools.logger;uses:="org.drools.event";version="5.
- 1.0.SNAPSHOT",org.drools.runtime;uses:="org.drools.command,org.drools
- .time,org.drools.event,org.drools,org.drools.runtime.process,org.droo
- ls.runtime.rule,org.drools.runtime.conf";version="5.1.0.SNAPSHOT",org
- .drools.event.knowledgeagent;uses:="org.drools,org.drools.io,org.droo
- ls.definition,org.drools.builder,org.drools.agent";version="5.1.0.SNA
- PSHOT",org.drools.task.service;version="5.1.0.SNAPSHOT",org.drools.ma
- rshalling;uses:="org.drools.runtime,org.drools";version="5.1.0.SNAPSH
- OT",org.drools.runtime.rule;uses:="org.drools.definition.rule,org.dro
- ols.runtime";version="5.1.0.SNAPSHOT",org.drools.command;uses:="org.d
- rools.runtime,org.drools.runtime.rule";version="5.1.0.SNAPSHOT",org.d
- rools.time;version="5.1.0.SNAPSHOT",org.drools.management;uses:="java
- x.management";version="5.1.0.SNAPSHOT",org.drools.event.process;uses:
- ="org.drools.event,org.drools.runtime.process";version="5.1.0.SNAPSHO
- T",org.drools.event.io;uses:="org.drools";version="5.1.0.SNAPSHOT",or
- g.drools.conf;uses:="org.drools.runtime.rule";version="5.1.0.SNAPSHOT
- ",org.drools.osgi.api;uses:="org.osgi.framework,org.drools,org.drools
- .util,org.osgi.util.tracker";version="5.1.0.SNAPSHOT",org.drools;uses
- :="org.drools.io,org.drools.event.knowledgebase,org.drools.runtime,or
- g.drools.definition,org.drools.definition.type,org.drools.definition.
- rule,org.drools.definition.process,org.drools.conf,org.drools.util";v
- ersion="5.1.0.SNAPSHOT",org.drools.runtime.conf;uses:="org.drools.con
- f";version="5.1.0.SNAPSHOT",org.drools.runtime.process;uses:="org.dro
- ols.runtime";version="5.1.0.SNAPSHOT",org.drools.event.rule;uses:="or
- g.drools.event,org.drools.runtime.rule,org.drools.event.knowledgeagen
- t";version="5.1.0.SNAPSHOT",org.drools.builder.help;uses:="com.sun.to
- ols.xjc,org.drools.builder,org.drools.io,org.drools,javax.xml.bind";v
- ersion="5.1.0.SNAPSHOT",org.drools.vsm;uses:="org.drools.command,org.
- drools.runtime,org.drools.persistence.jpa,org.drools.builder,org.droo
- ls,org.drools.agent";version="5.1.0.SNAPSHOT",org.drools.builder.conf
- ;uses:="org.drools.runtime.rule,org.drools.conf";version="5.1.0.SNAPS
- HOT",org.drools.definition;uses:="org.drools.definition.rule,org.droo
- ls.definition.process";version="5.1.0.SNAPSHOT",org.drools.definition
- .rule;uses:="org.drools.definition";version="5.1.0.SNAPSHOT",org.droo
- ls.runtime.pipeline;uses:="org.drools.runtime,javax.xml.bind,net.sf.j
- xls.reader,org.milyn,com.thoughtworks.xstream";version="5.1.0.SNAPSHO
- T",org.drools.runtime.help;uses:="com.thoughtworks.xstream,org.drools
- .time,org.quartz";version="5.1.0.SNAPSHOT",org.drools.grid;uses:="org
- .drools.command";version="5.1.0.SNAPSHOT",org.drools.event.knowledgeb
- ase;uses:="org.drools.definition.rule,org.drools.definition,org.drool
- s";version="5.1.0.SNAPSHOT",org.drools.event;uses:="org.drools.runtim
- e,org.drools.event.rule,org.drools.event.process";version="5.1.0.SNAP
- SHOT",org.drools.persistence.jpa;uses:="org.drools.runtime,org.drools
- ";version="5.1.0.SNAPSHOT",org.drools.builder;uses:="org.drools.runti
- me,org.drools,com.sun.tools.xjc,org.drools.io,org.drools.definition,o
- rg.drools.builder.conf,org.drools.util";version="5.1.0.SNAPSHOT",org.
- drools.io;uses:="org.drools,org.drools.event.io,org.drools.util";vers
- ion="5.1.0.SNAPSHOT",org.drools.util;uses:="org.drools,org.drools.bui
- lder,org.drools.io";version="5.1.0.SNAPSHOT",org.drools.command.impl;
- uses:="org.drools.command";version="5.1.0.SNAPSHOT",org.drools.defini
- tion.type;version="5.1.0.SNAPSHOT",org.drools.definition.process;uses
- :="org.drools.definition";version="5.1.0.SNAPSHOT",org.drools.agent;u
- ses:="org.drools.runtime,org.drools.event.knowledgeagent,org.drools,o
- rg.drools.io,org.drools.builder";version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
-Bundle-Name: Drools :: API
-Bundle-Description: A rule production system
-Private-Package: .;version="5.1.0.SNAPSHOT"
+Bundle-SymbolicName: org.drools.api;singleton:=true
 Bundle-DocURL: http://www.jboss.org/
-Bundle-Vendor: JBoss Inc.
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.drools.api;singleton:=true
-Tool: Bnd-0.0.357
-DynamicImport-Package: *
 

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsComponent.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsComponent.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsComponent.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsEndpoint.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsEndpoint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsEndpoint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsPolicy.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsPolicy.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsPolicy.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsProducer.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsProducer.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/DroolsProducer.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/FastCloner.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/FastCloner.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/FastCloner.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,11 +1,10 @@
 /**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You 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
+ * Copyright 2010 JBoss Inc
  *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
@@ -14,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.camel.component;
 
 import java.lang.reflect.Array;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PostCxfrs.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PostCxfrs.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PostCxfrs.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
 /**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * 
  */
 package org.drools.camel.component;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PreCxfrs.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PreCxfrs.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/PreCxfrs.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
 /**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * 
  */
 package org.drools.camel.component;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamHelper.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamHelper.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamJson.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamJson.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamJson.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamXml.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamXml.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/camel/component/XStreamXml.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandExecutorImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandExecutorImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandExecutorImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jax.rs;
 
 import javax.ws.rs.Consumes;

Modified: labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandMessageBodyReader.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandMessageBodyReader.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/main/java/org/drools/jax/rs/CommandMessageBodyReader.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jax.rs;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxWrapperCollectionTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxWrapperCollectionTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxWrapperCollectionTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.io.ByteArrayInputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.io.ByteArrayInputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbXSDModelTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbXSDModelTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithJaxbXSDModelTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.io.ByteArrayInputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithMarshallersTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithMarshallersTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelEndpointWithMarshallersTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelProxyEndpointTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelProxyEndpointTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/CamelProxyEndpointTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/DroolsCamelTestSupport.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/DroolsCamelTestSupport.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/DroolsCamelTestSupport.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/JaxbTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/JaxbTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/JaxbTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component;
 
 import java.io.ByteArrayInputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component.cxf;
 
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest2.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest2.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/camel/component/cxf/CxfTest2.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.camel.component.cxf;
 
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/ObjectFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/ObjectFactory.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/ObjectFactory.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.pipeline.camel;
 
 import javax.xml.bind.annotation.XmlRegistry;

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/Person.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/Person.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/Person.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  * To change this template, choose Tools | Templates
  * and open the template in the editor.

Modified: labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/WrappedList.java
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/WrappedList.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/java/org/drools/pipeline/camel/WrappedList.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
 /**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * 
  */
 package org.drools.pipeline.camel;

Modified: labs/jbossrules/trunk/drools-camel/src/test/resources/org/drools/camel/component/testSpring.drl
===================================================================
--- labs/jbossrules/trunk/drools-camel/src/test/resources/org/drools/camel/component/testSpring.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-camel/src/test/resources/org/drools/camel/component/testSpring.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package  org.drools.springframework
 
 import org.drools.pipeline.camel.Person

Modified: labs/jbossrules/trunk/drools-compiler/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-compiler/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-compiler/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,6 +1,56 @@
 Manifest-Version: 1.0
+Export-Package: org.drools.builder.impl;uses:="com.sun.tools.xjc,org.d
+ rools.compiler";version="5.1.0.SNAPSHOT",org.drools.osgi.compiler;use
+ s:="org.osgi.util.tracker,org.osgi.framework,org.drools.builder.impl,
+ org.drools.compiler";version="5.1.0.SNAPSHOT",org.drools.compiler.xml
+ .rules;uses:="org.w3c.dom,org.xml.sax,org.antlr.runtime.tree,org.antl
+ r.runtime";version="5.1.0.SNAPSHOT",org.drools.compiler.xml.processes
+ ;uses:="org.drools.compiler.xml,org.w3c.dom,org.xml.sax,javax.xml.tra
+ nsform,javax.xml.transform.stream";version="5.1.0.SNAPSHOT",org.drool
+ s.compiler.xml;uses:="org.drools.compiler.xml.processes,org.drools.co
+ mpiler.xml.rules,javax.xml.parsers,org.xml.sax";version="5.1.0.SNAPSH
+ OT",org.drools.testframework;version="5.1.0.SNAPSHOT",org.drools.comp
+ iler;uses:="org.drools.rule.builder,org.antlr.runtime.tree,org.antlr.
+ runtime,com.sun.tools.xjc,org.xml.sax,org.drools.runtime.pipeline.imp
+ l,org.drools.compiler.xml,org.drools.process.builder,org.mvel2,org.dr
+ ools.compiler.xml.processes,javax.xml.parsers";version="5.1.0.SNAPSHO
+ T",org.drools.process.builder;uses:="org.drools.rule.builder,org.droo
+ ls.compiler";version="5.1.0.SNAPSHOT",org.drools.reteoo.compiled;uses
+ :="org.drools.rule.builder.dialect.java,org.drools.compiler";version=
+ "5.1.0.SNAPSHOT",org.drools.semantics.java.parser;version="5.1.0.SNAP
+ SHOT",org.drools.runtime.pipeline.impl;uses:="com.sun.tools.xjc,org.x
+ ml.sax,com.sun.codemodel,com.sun.tools.xjc.model,com.sun.tools.xjc.ou
+ tline,org.drools.rule.builder.dialect.java,org.drools.builder.impl,or
+ g.drools.compiler,javax.xml.bind";version="5.1.0.SNAPSHOT",org.drools
+ .rule.builder.dialect.java;uses:="org.mvel2.templates,org.mvel2.integ
+ ration,org.mvel2.integration.impl,org.drools.rule.builder,org.drools.
+ compiler,org.drools.rule.builder.dialect.mvel,org.mvel2.optimizers,or
+ g.mvel2.compiler,org.drools.rule.builder.dialect.java.parser,org.antl
+ r.runtime,org.mvel2";version="5.1.0.SNAPSHOT",org.drools.rule.builder
+ .dialect.mvel;uses:="org.drools.rule.builder,org.drools.compiler,org.
+ mvel2,org.mvel2.util,org.drools.rule.builder.dialect.java,org.mvel2.a
+ st,org.mvel2.compiler";version="5.1.0.SNAPSHOT",org.drools.rule.build
+ er.dialect.java.parser;uses:="org.antlr.runtime";version="5.1.0.SNAPS
+ HOT",org.drools.rule.builder;uses:="org.drools.compiler,org.drools.ru
+ le.builder.dialect.mvel,org.mvel2,org.mvel2.compiler";version="5.1.0.
+ SNAPSHOT"
+Private-Package: org.drools.commons.jci.problems;version="5.1.0.SNAPSH
+ OT",org.drools.lang.descr;version="5.1.0.SNAPSHOT",org.drools.commons
+ .jci.compilers;version="5.1.0.SNAPSHOT",org.drools.commons.jci.reader
+ s;version="5.1.0.SNAPSHOT",org.drools.commons.jci.stores;version="5.1
+ .0.SNAPSHOT",org.drools.lang;version="5.1.0.SNAPSHOT",org.drools.lang
+ .dsl;version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
+Bundle-Name: Drools :: Compiler
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
+Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: *
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296319128
 Bundle-Activator: org.drools.osgi.compiler.Activator
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
+Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Import-Package: com.sun.codemodel,com.sun.tools.xjc,com.sun.tools.xjc.
  model,com.sun.tools.xjc.outline,javax.xml.bind,javax.xml.parsers,java
@@ -17,56 +67,6 @@
  n="2.0",org.mvel2.optimizers;version="2.0",org.mvel2.templates;versio
  n="2.0",org.mvel2.util;version="2.0",org.osgi.framework;version="1.5"
  ,org.osgi.util.tracker;version="1.4",org.w3c.dom,org.xml.sax
-Bnd-LastModified: 1279160208943
-Export-Package: org.drools.builder.impl;uses:="org.drools.compiler,com
- .sun.tools.xjc";version="5.1.0.SNAPSHOT",org.drools.rule.builder;uses
- :="org.drools.compiler,org.mvel2.compiler,org.mvel2,org.drools.rule.b
- uilder.dialect.mvel";version="5.1.0.SNAPSHOT",org.drools.rule.builder
- .dialect.java.parser;uses:="org.antlr.runtime";version="5.1.0.SNAPSHO
- T",org.drools.semantics.java.parser;version="5.1.0.SNAPSHOT",org.droo
- ls.compiler.xml;uses:="org.drools.compiler.xml.processes,org.drools.c
- ompiler.xml.rules,org.xml.sax,javax.xml.parsers";version="5.1.0.SNAPS
- HOT",org.drools.compiler.xml.processes;uses:="org.xml.sax,org.w3c.dom
- ,org.drools.compiler.xml,javax.xml.transform.stream,javax.xml.transfo
- rm";version="5.1.0.SNAPSHOT",org.drools.rule.builder.dialect.java;use
- s:="org.drools.rule.builder,org.mvel2.integration,org.mvel2.integrati
- on.impl,org.mvel2.templates,org.mvel2.compiler,org.mvel2.optimizers,o
- rg.drools.compiler,org.drools.rule.builder.dialect.mvel,org.drools.ru
- le.builder.dialect.java.parser,org.antlr.runtime,org.mvel2";version="
- 5.1.0.SNAPSHOT",org.drools.osgi.compiler;uses:="org.osgi.framework,or
- g.osgi.util.tracker,org.drools.compiler,org.drools.builder.impl";vers
- ion="5.1.0.SNAPSHOT",org.drools.compiler;uses:="org.drools.rule.build
- er,org.antlr.runtime.tree,org.antlr.runtime,org.drools.compiler.xml,c
- om.sun.tools.xjc,org.xml.sax,org.drools.runtime.pipeline.impl,org.mve
- l2,org.drools.process.builder,org.drools.compiler.xml.processes,javax
- .xml.parsers";version="5.1.0.SNAPSHOT",org.drools.compiler.xml.rules;
- uses:="org.xml.sax,org.w3c.dom,org.antlr.runtime.tree,org.antlr.runti
- me";version="5.1.0.SNAPSHOT",org.drools.process.builder;uses:="org.dr
- ools.rule.builder,org.drools.compiler";version="5.1.0.SNAPSHOT",org.d
- rools.rule.builder.dialect.mvel;uses:="org.drools.rule.builder,org.dr
- ools.compiler,org.mvel2,org.mvel2.compiler,org.mvel2.util,org.drools.
- rule.builder.dialect.java,org.mvel2.ast";version="5.1.0.SNAPSHOT",org
- .drools.testframework;version="5.1.0.SNAPSHOT",org.drools.runtime.pip
- eline.impl;uses:="com.sun.tools.xjc,org.xml.sax,com.sun.codemodel,org
- .drools.builder.impl,com.sun.tools.xjc.model,com.sun.tools.xjc.outlin
- e,org.drools.rule.builder.dialect.java,org.drools.compiler,javax.xml.
- bind";version="5.1.0.SNAPSHOT",org.drools.reteoo.compiled;uses:="org.
- drools.compiler,org.drools.rule.builder.dialect.java";version="5.1.0.
- SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
-Bundle-Name: Drools :: Compiler
-Bundle-Description: A rule production system
-Private-Package: org.drools.commons.jci.readers;version="5.1.0.SNAPSHO
- T",org.drools.lang.descr;version="5.1.0.SNAPSHOT",org.drools.lang.dsl
- ;version="5.1.0.SNAPSHOT",org.drools.commons.jci.compilers;version="5
- .1.0.SNAPSHOT",org.drools.commons.jci.stores;version="5.1.0.SNAPSHOT"
- ,org.drools.lang;version="5.1.0.SNAPSHOT",org.drools.commons.jci.prob
- lems;version="5.1.0.SNAPSHOT"
+Bundle-SymbolicName: org.drools.compiler;singleton:=true
 Bundle-DocURL: http://www.jboss.org/
-Bundle-Vendor: JBoss Inc.
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.drools.compiler;singleton:=true
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
-DynamicImport-Package: *
 

Modified: labs/jbossrules/trunk/drools-core/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-core/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-core/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,6 +1,302 @@
 Manifest-Version: 1.0
+Export-Package: org.drools.process.core.impl;uses:="org.drools.process
+ .core,org.drools.process.core.datatype,org.drools.process.core.contex
+ t";version="5.1.0.SNAPSHOT",org.drools.workflow.instance.context;uses
+ :="org.drools.process.instance,org.drools.workflow.instance,org.drool
+ s.process.instance.impl,org.drools.process.instance.context,org.drool
+ s.process.core";version="5.1.0.SNAPSHOT",org.drools.command.assertion
+ ;uses:="org.mvel2,org.drools.command,org.drools.core.util,org.drools.
+ command.impl";version="5.1.0.SNAPSHOT",org.drools.runtime.pipeline.im
+ pl;uses:="org.drools.runtime.pipeline,org.drools.command,org.drools.c
+ ommand.runtime.rule,org.mvel2,org.mvel2.compiler,org.drools.common,or
+ g.drools.impl,org.drools.rule,org.drools";version="5.1.0.SNAPSHOT",or
+ g.drools.conflict;uses:="org.drools.spi,org.drools.rule,org.drools.co
+ mmon";version="5.1.0.SNAPSHOT",org.drools.time.impl;uses:="org.drools
+ .time,org.drools.common,org.drools";version="5.1.0.SNAPSHOT",org.droo
+ ls.process.instance.impl.humantask;uses:="javax.swing,javax.swing.eve
+ nt,javax.swing.border";version="5.1.0.SNAPSHOT",org.drools.process.in
+ stance.context;uses:="org.drools.process.instance,org.drools.process.
+ core";version="5.1.0.SNAPSHOT",org.drools.base.extractors;uses:="org.
+ drools.common,org.drools.base,org.drools,org.drools.spi,org.drools.co
+ re.util,org.mvel2,org.mvel2.compiler";version="5.1.0.SNAPSHOT",org.dr
+ ools.base.field;uses:="org.drools,org.drools.spi,org.drools.common,or
+ g.drools.core.util";version="5.1.0.SNAPSHOT",org.drools.workflow.inst
+ ance.impl;uses:="org.drools.workflow.instance.node,org.drools.workflo
+ w.core,org.drools,org.drools.workflow.core.impl,org.drools.common,org
+ .drools.process.instance,org.drools.base,org.drools.workflow.instance
+ ,org.drools.process.instance.context.exception,org.drools.spi,org.dro
+ ols.workflow.instance.impl.factory,org.drools.workflow.core.node,org.
+ drools.event,org.drools.process.instance.context.exclusive,org.drools
+ .process.core,org.mvel2.integration.impl,org.mvel2.integration,org.dr
+ ools.process.instance.context.variable,org.drools.process.instance.im
+ pl,org.drools.process.instance.event";version="5.1.0.SNAPSHOT",org.dr
+ ools.ruleflow.core;uses:="org.drools.ruleflow.core.factory,org.drools
+ .workflow.core,org.drools.workflow.core.impl,org.drools.workflow.core
+ .node,org.drools.process.core.context.variable,org.drools.process.cor
+ e.context.exception,org.drools.process.core.context.swimlane,org.droo
+ ls.process.core,org.drools.process.core.validation,org.drools.process
+ .core.datatype,org.drools.ruleflow.core.validation";version="5.1.0.SN
+ APSHOT",org.drools.event.rule.impl;uses:="org.drools.common,org.drool
+ s.event,org.drools,org.drools.spi,org.drools.rule,org.drools.impl";ve
+ rsion="5.1.0.SNAPSHOT",org.drools.base.evaluators;uses:="org.drools.c
+ ommon,org.drools.base,org.drools.rule,org.drools,org.drools.spi,org.d
+ rools.time,org.drools.core.util,org.drools.type,org.mvel2.util";versi
+ on="5.1.0.SNAPSHOT",org.drools.process.core.event;version="5.1.0.SNAP
+ SHOT",org.drools.definitions.impl;uses:="org.drools.definitions.rule.
+ impl,org.drools.rule";version="5.1.0.SNAPSHOT",org.drools.process.ins
+ tance.event;uses:="org.drools.common,org.drools.marshalling.impl,org.
+ drools.process.instance,org.drools";version="5.1.0.SNAPSHOT",org.droo
+ ls.xml.jaxb.util;uses:="org.drools.common,org.drools.command.runtime.
+ process,org.drools.command.runtime,org.drools.runtime.impl,org.drools
+ .command.runtime.rule,org.drools.runtime.rule.impl,javax.xml.bind,jav
+ ax.xml.bind.annotation.adapters,javax.xml.bind.annotation,org.drools"
+ ;version="5.1.0.SNAPSHOT",org.drools.ruleflow.core.validation;uses:="
+ org.drools.process.core.timer,org.drools.process.core.context.variabl
+ e,org.drools.ruleflow.core,org.drools.workflow.core.node,org.drools,o
+ rg.drools.process.core.validation.impl,org.drools.workflow.core,org.d
+ rools.workflow.core.impl,org.drools.process.core.validation,org.drool
+ s.process.core.datatype,org.mvel2,org.mvel2.compiler,org.drools.time,
+ org.drools.process.core";version="5.1.0.SNAPSHOT",org.drools.process.
+ instance.context.variable;uses:="org.drools.process.core.context.vari
+ able,org.drools.workflow.instance.node,org.drools.event,org.drools,or
+ g.drools.workflow.core,org.drools.common,org.drools.process.instance,
+ org.drools.process.instance.context,org.drools.process.core";version=
+ "5.1.0.SNAPSHOT",org.drools.command.runtime;uses:="org.drools.command
+ ,org.drools.command.impl,org.drools.command.runtime.process,com.thoug
+ htworks.xstream.annotations,javax.xml.bind.annotation,org.drools.comm
+ and.runtime.rule,org.drools.impl,org.drools.runtime.impl,org.drools";
+ version="5.1.0.SNAPSHOT",org.drools.process.instance.context.exceptio
+ n;uses:="org.drools.common,org.drools.process.core.context.exception,
+ org.drools.process.instance,org.drools.base,org.drools.workflow.insta
+ nce,org.drools,org.drools.workflow.core,org.drools.spi,org.drools.pro
+ cess.instance.context,org.drools.process.core";version="5.1.0.SNAPSHO
+ T",org.drools.command;uses:="org.drools.runtime.impl,org.drools.comma
+ nd.impl,org.drools.time,org.drools";version="5.1.0.SNAPSHOT",org.droo
+ ls.management;uses:="org.drools.common,javax.management,org.drools,ja
+ vax.management.openmbean,org.drools.base,org.drools.spi,org.drools.ev
+ ent,org.drools.rule";version="5.1.0.SNAPSHOT",org.drools.process.core
+ .context.variable;uses:="org.drools.process.core.datatype.impl.type,o
+ rg.drools.process.core.datatype,org.drools.process.core,org.drools.pr
+ ocess.core.context";version="5.1.0.SNAPSHOT",org.drools.core.util.asm
+ ;uses:="org.mvel2.asm,org.drools,org.mvel2.asm.util";version="5.1.0.S
+ NAPSHOT",org.drools.definitions.rule.impl;uses:="org.drools.rule";ver
+ sion="5.1.0.SNAPSHOT",org.drools.workflow.instance.node;uses:="org.dr
+ ools.workflow.instance.impl,org.drools.workflow.core.node,org.drools,
+ org.drools.workflow.core,org.drools.common,org.drools.process.instanc
+ e,org.drools.base,org.drools.workflow.instance,org.drools.spi,org.dro
+ ols.process.instance.impl,org.drools.process.core,org.drools.impl,org
+ .drools.event,org.drools.process.instance.context.variable,org.drools
+ .process.core.event,org.drools.process.instance.context.exception,org
+ .mvel2.integration,org.mvel2,org.drools.process.instance.context.swim
+ lane,org.drools.rule,org.drools.process.instance.context.exclusive,or
+ g.drools.process.core.timer,org.drools.process.instance.timer,org.dro
+ ols.time";version="5.1.0.SNAPSHOT",org.drools.process.instance.impl;u
+ ses:="org.drools.process.instance,org.drools.process.core,org.drools.
+ process.core.context.exception,org.drools.process.core.context.variab
+ le,org.drools.process.instance.context.swimlane,org.drools.process.co
+ re.context.swimlane,org.drools.process.instance.impl.factory,org.droo
+ ls.process.instance.context.variable,org.drools.process.instance.cont
+ ext.exception,org.drools,org.drools.common";version="5.1.0.SNAPSHOT",
+ org.drools.event.process.impl;uses:="org.drools.event,org.drools,org.
+ drools.common";version="5.1.0.SNAPSHOT",org.drools.process.core.valid
+ ation.impl;uses:="org.drools.process.core.validation";version="5.1.0.
+ SNAPSHOT",org.drools.process.instance.timer;uses:="org.drools.time,or
+ g.drools.process.instance.event,org.drools,org.drools.process.instanc
+ e,org.drools.time.impl";version="5.1.0.SNAPSHOT",org.drools.base;uses
+ :="org.drools.event,org.drools,org.drools.spi,org.drools.concurrent,o
+ rg.drools.common,org.drools.core.util.asm,org.drools.core.util,org.dr
+ ools.base.evaluators,org.drools.time,org.drools.base.extractors,org.m
+ vel2.asm,org.drools.rule,org.drools.impl,org.drools.process.instance,
+ org.drools.base.field,org.drools.type,org.mvel2.integration,org.drool
+ s.base.mvel,org.mvel2.ast,org.drools.facttemplates";version="5.1.0.SN
+ APSHOT",org.drools.workflow.instance;uses:="org.drools.process.instan
+ ce,org.drools.impl,org.drools.workflow.instance.impl,org.drools,org.d
+ rools.workflow.core.impl,org.drools.common,org.drools.process.core";v
+ ersion="5.1.0.SNAPSHOT",org.drools.util.codec;version="5.1.0.SNAPSHOT
+ ",org.drools.visualize;version="5.1.0.SNAPSHOT",org.drools.process.co
+ re;uses:="org.drools.process.core.datatype";version="5.1.0.SNAPSHOT",
+ org.drools.process.core.datatype.impl.type;uses:="org.drools.process.
+ core.datatype,org.drools.process.core,com.thoughtworks.xstream";versi
+ on="5.1.0.SNAPSHOT",org.drools.common;uses:="org.drools.spi,org.drool
+ s.rule,org.drools.impl,org.drools.event,org.drools,org.drools.base,or
+ g.drools.process.core,org.drools.core.util,org.drools.management,org.
+ drools.process.instance.event,org.drools.process.instance,org.drools.
+ process.core.event,org.drools.runtime.impl,org.drools.type,org.drools
+ .process.instance.timer,org.drools.time,org.drools.ruleflow.core,org.
+ drools.workflow.core.node,org.drools.concurrent,org.drools.base.evalu
+ ators,javax.xml.bind.annotation,org.drools.facttemplates,org.drools.m
+ arshalling.impl,org.drools.time.impl";version="5.1.0.SNAPSHOT",org.dr
+ ools.process.instance.context.exclusive;uses:="org.drools.process.ins
+ tance.context";version="5.1.0.SNAPSHOT",org.drools.process.instance.i
+ mpl.factory;uses:="org.drools.process.instance,org.drools.process.ins
+ tance.impl,org.drools.process.instance.context,org.drools.process.cor
+ e";version="5.1.0.SNAPSHOT",org.drools.workflow.instance.impl.factory
+ ;uses:="org.drools.workflow.instance.impl,org.drools.workflow.instanc
+ e";version="5.1.0.SNAPSHOT",org.drools.command.runtime.rule;uses:="or
+ g.drools.command,org.drools.command.impl,org.drools.impl,org.drools,o
+ rg.drools.spi,javax.xml.bind.annotation,org.drools.runtime.impl,org.d
+ rools.common,javax.xml.bind.annotation.adapters,org.drools.xml.jaxb.u
+ til,org.mvel2";version="5.1.0.SNAPSHOT",org.drools.agent;uses:="org.d
+ rools,org.drools.rule,org.drools.core.util,org.drools.definitions.imp
+ l,org.drools.util.codec,org.drools.agent.impl,org.drools.common";vers
+ ion="5.1.0.SNAPSHOT",org.drools.xml.changeset;uses:="org.drools.io.im
+ pl,org.drools,org.w3c.dom,org.xml.sax,org.drools.xml,org.drools.build
+ er.conf.impl,org.drools.io.internal,org.drools.core.util";version="5.
+ 1.0.SNAPSHOT",org.drools.command.impl;uses:="org.drools.command,org.d
+ rools.command.runtime.process,org.drools.command.runtime.rule,org.dro
+ ols,org.drools.command.runtime,org.drools.rule,org.drools.time";versi
+ on="5.1.0.SNAPSHOT",org.drools.audit.event;version="5.1.0.SNAPSHOT",o
+ rg.drools.process.instance.context.swimlane;uses:="org.drools.process
+ .core.context.swimlane,org.drools.process.instance.context,org.drools
+ .process.core";version="5.1.0.SNAPSHOT",org.drools.base.dataproviders
+ ;uses:="org.mvel2.integration,org.drools.base.mvel,org.mvel2,org.droo
+ ls.rule,org.drools,org.drools.spi,org.drools.core.util";version="5.1.
+ 0.SNAPSHOT",org.drools.builder.conf.impl;uses:="com.sun.tools.xjc";ve
+ rsion="5.1.0.SNAPSHOT",org.drools;uses:="org.drools.spi,org.drools.ti
+ me.impl,org.drools.time,org.drools.rule,org.drools.common,org.drools.
+ workflow.instance.impl,org.drools.process.core.impl,org.drools.proces
+ s.instance.impl,org.drools.runtime.rule.impl,org.drools.process.insta
+ nce,org.drools.conflict,org.drools.process.core.datatype,org.mvel2,or
+ g.drools.process.core,org.drools.core.util,org.drools.concurrent,org.
+ drools.event,org.drools.process.instance.event,org.drools.command,org
+ .drools.process.instance.timer";version="5.1.0.SNAPSHOT",org.drools.t
+ ype;version="5.1.0.SNAPSHOT",org.drools.workflow.core;uses:="org.droo
+ ls.spi,org.drools.process.core";version="5.1.0.SNAPSHOT",org.drools.w
+ orkflow.core.impl;uses:="org.drools.workflow.core,org.drools.process.
+ core,org.drools.workflow.core.node,org.drools.process.core.impl";vers
+ ion="5.1.0.SNAPSHOT",org.drools.process.core.validation;version="5.1.
+ 0.SNAPSHOT",org.drools.command.runtime.process;uses:="javax.xml.bind.
+ annotation,org.drools.command,org.drools.command.impl,org.drools.proc
+ ess.instance,org.drools.xml.jaxb.util,javax.xml.bind.annotation.adapt
+ ers";version="5.1.0.SNAPSHOT",org.drools.rule;uses:="org.drools.commo
+ n,org.drools.spi,org.drools,org.drools.core.util,org.drools.base,org.
+ mvel2.integration.impl,org.mvel2.integration,org.mvel2.ast,org.drools
+ .base.mvel,org.drools.factmodel,org.drools.facttemplates,org.drools.t
+ ime.impl,org.drools.marshalling.impl,org.drools.time";version="5.1.0.
+ SNAPSHOT",org.drools.process.core.datatype.impl;uses:="org.drools.pro
+ cess.core.datatype";version="5.1.0.SNAPSHOT",org.drools.spi;uses:="or
+ g.drools.base,org.drools.common,org.drools.rule,org.drools,org.drools
+ .core.util,org.drools.time,org.drools.concurrent,org.drools.facttempl
+ ates,org.drools.process.core.context.variable,org.drools.impl,org.dro
+ ols.process.instance,org.drools.process.instance.context.variable,org
+ .drools.workflow.instance,org.drools.event";version="5.1.0.SNAPSHOT",
+ org.drools.time;uses:="org.drools.rule,org.drools,org.drools.time.imp
+ l";version="5.1.0.SNAPSHOT",org.drools.xml;uses:="org.xml.sax,org.dro
+ ols.xml.changeset,javax.xml.parsers,org.w3c.dom,org.xml.sax.helpers,o
+ rg.drools";version="5.1.0.SNAPSHOT",org.drools.audit;uses:="org.drool
+ s.event,org.drools.audit.event,org.drools,com.thoughtworks.xstream,or
+ g.drools.impl,org.drools.workflow.instance.node,org.drools.workflow.c
+ ore.node,org.drools.common,org.drools.workflow.instance,org.drools.ru
+ le,org.drools.command,org.drools.spi,org.drools.command.impl";version
+ ="5.1.0.SNAPSHOT",org.drools.process.core.context.exception;uses:="or
+ g.drools.workflow.core,org.drools.process.core.context,org.drools.pro
+ cess.core";version="5.1.0.SNAPSHOT",org.drools.impl;uses:="org.drools
+ ,org.drools.definitions.rule.impl,org.drools.event.knowlegebase.impl,
+ org.drools.event,org.drools.rule,org.drools.definitions.impl,org.droo
+ ls.common,org.drools.agent,org.drools.command,org.drools.command.impl
+ ,org.drools.event.rule.impl,org.drools.spi,org.drools.event.process.i
+ mpl,org.drools.runtime.impl,org.drools.runtime.rule.impl,org.drools.p
+ rocess.instance.event,org.drools.process.instance,org.drools.command.
+ runtime,org.drools.time,org.drools.base,org.drools.command.runtime.ru
+ le,org.drools.agent.impl,org.drools.core.util";version="5.1.0.SNAPSHO
+ T",org.drools.osgi.core;uses:="org.drools.io.impl,org.drools.impl,org
+ .drools,org.osgi.framework";version="5.1.0.SNAPSHOT",org.drools.event
+ .knowlegebase.impl;uses:="org.drools";version="5.1.0.SNAPSHOT",org.dr
+ ools.ruleflow.core.factory;uses:="org.drools.ruleflow.core,org.drools
+ .workflow.core.node,org.drools.workflow.core,org.drools.workflow.core
+ .impl,org.drools.process.core.context.variable,org.drools.process.cor
+ e.context.exception,org.drools.process.core.datatype,org.drools.proce
+ ss.core,org.drools.process.core.event,org.drools.process.core.timer,o
+ rg.drools.process.core.impl";version="5.1.0.SNAPSHOT",org.drools.proc
+ ess.core.context.swimlane;uses:="org.drools.process.core.context,org.
+ drools.process.core";version="5.1.0.SNAPSHOT",org.drools.server;uses:
+ ="org.drools";version="5.1.0.SNAPSHOT",org.drools.workflow.core.node;
+ uses:="org.drools.workflow.core,org.drools.workflow.core.impl,org.dro
+ ols.process.core.context,org.drools.process.core.impl,org.drools.proc
+ ess.core,org.drools.process.core.event,org.drools.process.core.contex
+ t.variable,org.drools.process.core.datatype,org.drools.process.core.d
+ atatype.impl.type,org.drools.process.core.timer";version="5.1.0.SNAPS
+ HOT",org.drools.core.util.debug;uses:="org.drools.common,org.drools.c
+ ore.util,org.drools.rule,org.drools.impl,org.drools,org.mvel2.integra
+ tion.impl,org.mvel2.templates,org.mvel2.integration,org.mvel2.optimiz
+ ers,org.mvel2.compiler";version="5.1.0.SNAPSHOT",org.drools.process.i
+ nstance;uses:="org.drools.process.core.context.variable,org.drools.co
+ mmon,org.drools.process.instance.context.variable,org.drools,org.droo
+ ls.process.core,org.drools.ruleflow.core,org.drools.ruleflow.instance
+ ";version="5.1.0.SNAPSHOT",org.drools.command.builder;uses:="org.droo
+ ls.command,org.drools.command.impl,org.drools.runtime.impl";version="
+ 5.1.0.SNAPSHOT",org.drools.process.core.timer;version="5.1.0.SNAPSHOT
+ ",org.drools.io.impl;uses:="org.drools.io.internal,org.drools,org.dro
+ ols.core.util,org.drools.util.codec";version="5.1.0.SNAPSHOT",org.dro
+ ols.base.mvel;uses:="org.mvel2.integration,org.drools,org.drools.comm
+ on,org.mvel2.integration.impl,org.mvel2,org.drools.rule,org.drools.sp
+ i,org.mvel2.compiler,org.drools.type,org.drools.core.util,org.drools.
+ base,org.mvel2.debug";version="5.1.0.SNAPSHOT",org.drools.event;uses:
+ ="org.drools.rule,org.drools.spi,org.drools,org.drools.common,org.dro
+ ols.agent,org.drools.process.instance";version="5.1.0.SNAPSHOT",org.d
+ rools.runtime.impl;uses:="org.drools.xml.jaxb.util,javax.xml.bind.ann
+ otation,javax.xml.bind.annotation.adapters";version="5.1.0.SNAPSHOT",
+ org.drools.base.accumulators;uses:="org.drools.common,org.drools.rule
+ ,org.drools,org.drools.spi,org.mvel2.integration,org.drools.base.mvel
+ ,org.mvel2";version="5.1.0.SNAPSHOT",org.drools.runtime.rule.impl;use
+ s:="org.drools.common,org.drools.spi,org.drools.xml.jaxb.util,javax.x
+ ml.bind.annotation,org.drools.rule,org.drools,javax.xml.bind.annotati
+ on.adapters,org.drools.base";version="5.1.0.SNAPSHOT",org.drools.fact
+ templates;uses:="org.drools.rule,org.drools.common,org.drools.base,or
+ g.drools,org.drools.spi,org.drools.core.util";version="5.1.0.SNAPSHOT
+ ",org.drools.process.core.datatype;version="5.1.0.SNAPSHOT",org.drool
+ s.core.util;uses:="org.drools.common,org.drools.rule,org.drools.spi,o
+ rg.drools,org.drools.type";version="5.1.0.SNAPSHOT",org.drools.factmo
+ del;uses:="org.mvel2.asm,org.drools.base,com.thoughtworks.xstream.io,
+ com.thoughtworks.xstream.io.xml,com.thoughtworks.xstream";version="5.
+ 1.0.SNAPSHOT",org.drools.ruleflow.instance;uses:="org.drools.ruleflow
+ .core,org.drools.workflow.instance.impl,org.drools.workflow.core.node
+ ,org.drools.workflow.instance,org.drools.process.instance";version="5
+ .1.0.SNAPSHOT",org.drools.marshalling.impl;uses:="org.drools.process.
+ instance.context.swimlane,org.drools.workflow.instance.node,org.drool
+ s.workflow.instance.impl,org.drools.common,org.drools.process.instanc
+ e.context.exclusive,org.drools.process.instance,org.drools.process.in
+ stance.context.variable,org.drools.workflow.instance,org.drools.proce
+ ss.core,org.drools.core.util,org.drools.impl,org.drools,org.drools.sp
+ i,org.drools.concurrent,org.drools.process.instance.impl,org.drools.p
+ rocess.instance.timer,org.drools.base,org.drools.rule,org.drools.proc
+ ess.instance.event,org.drools.ruleflow.instance";version="5.1.0.SNAPS
+ HOT",org.drools.process.instance.impl.demo;uses:="org.drools.process.
+ instance,javax.swing,javax.swing.event";version="5.1.0.SNAPSHOT",org.
+ drools.process.core.context;uses:="org.drools.process.core";version="
+ 5.1.0.SNAPSHOT",org.drools.agent.impl;uses:="org.drools,org.drools.sp
+ i,org.drools.rule,org.drools.agent,org.drools.core.util,org.drools.de
+ finitions.impl,org.drools.io.impl,org.drools.event,org.drools.process
+ .core,org.drools.xml,org.drools.impl,org.drools.common,org.drools.io.
+ internal";version="5.1.0.SNAPSHOT",org.drools.process.core.context.ex
+ clusive;uses:="org.drools.process.core.context,org.drools.process.cor
+ e";version="5.1.0.SNAPSHOT",org.drools.runtime.pipeline;version="5.1.
+ 0.SNAPSHOT",org.drools.runtime.help.impl;uses:="com.thoughtworks.xstr
+ eam,org.drools.common,org.drools.command.runtime.process,org.drools.c
+ ommand.runtime,org.drools.runtime.impl,org.drools.command.runtime.rul
+ e,org.drools.runtime.rule.impl,com.thoughtworks.xstream.converters,co
+ m.thoughtworks.xstream.io,com.thoughtworks.xstream.converters.reflect
+ ion,com.thoughtworks.xstream.mapper,com.thoughtworks.xstream.core.uti
+ l,com.thoughtworks.xstream.converters.collections,org.drools.command,
+ org.drools.command.impl,com.thoughtworks.xstream.io.json,org.drools.b
+ ase,org.drools.rule,org.drools.spi";version="5.1.0.SNAPSHOT",org.droo
+ ls.io.internal;version="5.1.0.SNAPSHOT",org.drools.concurrent;uses:="
+ org.drools,org.drools.spi";version="5.1.0.SNAPSHOT"
+Private-Package: .;version="5.1.0.SNAPSHOT",org.drools.reteoo.compiled
+ ;version="5.1.0.SNAPSHOT",org.drools.reteoo.builder;version="5.1.0.SN
+ APSHOT",org.drools.reteoo;version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
+Bundle-Name: Drools :: Core
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.api;visibility:=reexport;bundle-version="5.
+ 1.0.SNAPSHOT"
+Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: *
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296275845
 Bundle-Activator: org.drools.osgi.core.Activator
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
+Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Import-Package: com.sun.tools.xjc,com.thoughtworks.xstream,com.thought
  works.xstream.annotations,com.thoughtworks.xstream.converters,com.tho
@@ -17,302 +313,6 @@
  g.mvel2.optimizers;version="2.0",org.mvel2.templates;version="2.0",or
  g.mvel2.util;version="2.0",org.osgi.framework;version="1.5",org.w3c.d
  om,org.xml.sax,org.xml.sax.helpers
-Bnd-LastModified: 1279156590475
-Export-Package: org.drools.ruleflow.instance;uses:="org.drools.workflo
- w.instance.impl,org.drools.workflow.instance,org.drools.ruleflow.core
- ,org.drools.workflow.core.node,org.drools.process.instance";version="
- 5.1.0.SNAPSHOT",org.drools.process.core.timer;version="5.1.0.SNAPSHOT
- ",org.drools.workflow.core.node;uses:="org.drools.workflow.core.impl,
- org.drools.workflow.core,org.drools.process.core.context,org.drools.p
- rocess.core,org.drools.process.core.impl,org.drools.process.core.even
- t,org.drools.process.core.datatype,org.drools.process.core.context.va
- riable,org.drools.process.core.datatype.impl.type,org.drools.process.
- core.timer";version="5.1.0.SNAPSHOT",org.drools.core.util.asm;uses:="
- org.mvel2.asm,org.drools,org.mvel2.asm.util";version="5.1.0.SNAPSHOT"
- ,org.drools.process.instance.event;uses:="org.drools.marshalling.impl
- ,org.drools.common,org.drools.process.instance,org.drools";version="5
- .1.0.SNAPSHOT",org.drools.io.internal;version="5.1.0.SNAPSHOT",org.dr
- ools.process.instance.impl.demo;uses:="org.drools.process.instance,ja
- vax.swing.event,javax.swing";version="5.1.0.SNAPSHOT",org.drools.util
- .codec;version="5.1.0.SNAPSHOT",org.drools.process.core.context.excep
- tion;uses:="org.drools.workflow.core,org.drools.process.core.context,
- org.drools.process.core";version="5.1.0.SNAPSHOT",org.drools.audit;us
- es:="org.drools.event,org.drools,org.drools.audit.event,com.thoughtwo
- rks.xstream,org.drools.impl,org.drools.workflow.core.node,org.drools.
- command,org.drools.workflow.instance,org.drools.workflow.instance.nod
- e,org.drools.rule,org.drools.spi,org.drools.command.impl,org.drools.c
- ommon";version="5.1.0.SNAPSHOT",org.drools.base.extractors;uses:="org
- .drools.base,org.drools,org.drools.spi,org.drools.core.util,org.drool
- s.common,org.mvel2,org.mvel2.compiler";version="5.1.0.SNAPSHOT",org.d
- rools.process.core.context;uses:="org.drools.process.core";version="5
- .1.0.SNAPSHOT",org.drools.core.util.debug;uses:="org.drools.common,or
- g.drools.core.util,org.drools.rule,org.drools,org.drools.impl,org.mve
- l2.integration,org.mvel2.compiler,org.mvel2.optimizers,org.mvel2.inte
- gration.impl,org.mvel2.templates";version="5.1.0.SNAPSHOT",org.drools
- .process.core.context.variable;uses:="org.drools.process.core.datatyp
- e,org.drools.process.core,org.drools.process.core.datatype.impl.type,
- org.drools.process.core.context";version="5.1.0.SNAPSHOT",org.drools.
- base.accumulators;uses:="org.drools,org.drools.rule,org.drools.spi,or
- g.drools.common,org.mvel2,org.mvel2.integration,org.drools.base.mvel"
- ;version="5.1.0.SNAPSHOT",org.drools.xml;uses:="org.xml.sax,org.drool
- s.xml.changeset,javax.xml.parsers,org.xml.sax.helpers,org.w3c.dom,org
- .drools";version="5.1.0.SNAPSHOT",org.drools.definitions.rule.impl;us
- es:="org.drools.rule";version="5.1.0.SNAPSHOT",org.drools.runtime.rul
- e.impl;uses:="org.drools.spi,org.drools.common,org.drools,org.drools.
- rule,org.drools.xml.jaxb.util,javax.xml.bind.annotation.adapters,java
- x.xml.bind.annotation,org.drools.base";version="5.1.0.SNAPSHOT",org.d
- rools.base.field;uses:="org.drools,org.drools.spi,org.drools.core.uti
- l,org.drools.common";version="5.1.0.SNAPSHOT",org.drools.facttemplate
- s;uses:="org.drools.rule,org.drools.base,org.drools,org.drools.spi,or
- g.drools.core.util,org.drools.common";version="5.1.0.SNAPSHOT",org.dr
- ools.concurrent;uses:="org.drools,org.drools.spi";version="5.1.0.SNAP
- SHOT",org.drools.ruleflow.core;uses:="org.drools.workflow.core.impl,o
- rg.drools.workflow.core,org.drools.ruleflow.core.factory,org.drools.w
- orkflow.core.node,org.drools.process.core.context.swimlane,org.drools
- .process.core,org.drools.process.core.context.exception,org.drools.pr
- ocess.core.context.variable,org.drools.ruleflow.core.validation,org.d
- rools.process.core.validation,org.drools.process.core.datatype";versi
- on="5.1.0.SNAPSHOT",org.drools.type;version="5.1.0.SNAPSHOT",org.droo
- ls.agent;uses:="org.drools,org.drools.rule,org.drools.definitions.imp
- l,org.drools.core.util,org.drools.util.codec,org.drools.agent.impl,or
- g.drools.common";version="5.1.0.SNAPSHOT",org.drools.event.process.im
- pl;uses:="org.drools.event,org.drools,org.drools.common";version="5.1
- .0.SNAPSHOT",org.drools.workflow.instance.impl;uses:="org.drools.work
- flow.instance.node,org.drools.workflow.core,org.drools.process.instan
- ce.context.exception,org.drools.process.instance,org.drools.workflow.
- core.impl,org.drools.base,org.drools.workflow.instance,org.drools,org
- .drools.spi,org.drools.common,org.drools.workflow.instance.impl.facto
- ry,org.drools.workflow.core.node,org.drools.process.instance.context.
- exclusive,org.drools.event,org.drools.process.core,org.mvel2.integrat
- ion,org.mvel2.integration.impl,org.drools.process.instance.context.va
- riable,org.drools.process.instance.event,org.drools.process.instance.
- impl";version="5.1.0.SNAPSHOT",org.drools.base.evaluators;uses:="org.
- drools.time,org.drools.base,org.drools,org.drools.rule,org.drools.spi
- ,org.drools.common,org.drools.core.util,org.drools.type,org.mvel2.uti
- l";version="5.1.0.SNAPSHOT",org.drools.impl;uses:="org.drools,org.dro
- ols.event,org.drools.definitions.rule.impl,org.drools.rule,org.drools
- .definitions.impl,org.drools.event.knowlegebase.impl,org.drools.comma
- nd,org.drools.command.impl,org.drools.agent,org.drools.common,org.dro
- ols.spi,org.drools.event.rule.impl,org.drools.event.process.impl,org.
- drools.runtime.impl,org.drools.process.instance,org.drools.process.in
- stance.event,org.drools.time,org.drools.runtime.rule.impl,org.drools.
- command.runtime,org.drools.base,org.drools.command.runtime.rule,org.d
- rools.agent.impl,org.drools.core.util";version="5.1.0.SNAPSHOT",org.d
- rools.definitions.impl;uses:="org.drools.definitions.rule.impl,org.dr
- ools.rule";version="5.1.0.SNAPSHOT",org.drools.process.core.datatype;
- version="5.1.0.SNAPSHOT",org.drools.process.instance.context;uses:="o
- rg.drools.process.core,org.drools.process.instance";version="5.1.0.SN
- APSHOT",org.drools.command;uses:="org.drools.runtime.impl,org.drools.
- command.impl,org.drools.time,org.drools";version="5.1.0.SNAPSHOT",org
- .drools.command.assertion;uses:="org.drools.command,org.mvel2,org.dro
- ols.command.impl,org.drools.core.util";version="5.1.0.SNAPSHOT",org.d
- rools.agent.impl;uses:="org.drools,org.drools.spi,org.drools.rule,org
- .drools.definitions.impl,org.drools.core.util,org.drools.agent,org.dr
- ools.impl,org.drools.io.internal,org.drools.event,org.drools.xml,org.
- drools.process.core,org.drools.io.impl,org.drools.common";version="5.
- 1.0.SNAPSHOT",org.drools.workflow.core;uses:="org.drools.spi,org.droo
- ls.process.core";version="5.1.0.SNAPSHOT",org.drools.process.instance
- .impl.humantask;uses:="javax.swing.event,javax.swing,javax.swing.bord
- er";version="5.1.0.SNAPSHOT",org.drools.builder.conf.impl;uses:="com.
- sun.tools.xjc";version="5.1.0.SNAPSHOT",org.drools.process.core.valid
- ation;version="5.1.0.SNAPSHOT",org.drools.process.instance.timer;uses
- :="org.drools.time,org.drools,org.drools.process.instance.event,org.d
- rools.process.instance,org.drools.time.impl";version="5.1.0.SNAPSHOT"
- ,org.drools.base.dataproviders;uses:="org.mvel2,org.mvel2.integration
- ,org.drools,org.drools.rule,org.drools.spi,org.drools.base.mvel,org.d
- rools.core.util";version="5.1.0.SNAPSHOT",org.drools.process.instance
- .context.exclusive;uses:="org.drools.process.instance.context";versio
- n="5.1.0.SNAPSHOT",org.drools.workflow.instance.node;uses:="org.drool
- s.workflow.instance.impl,org.drools.workflow.core.node,org.drools.pro
- cess.instance,org.drools.base,org.drools.workflow.instance,org.drools
- ,org.drools.spi,org.drools.workflow.core,org.drools.common,org.drools
- .process.core,org.drools.process.instance.impl,org.drools.impl,org.dr
- ools.event,org.drools.process.core.event,org.drools.process.instance.
- context.variable,org.drools.process.instance.context.exception,org.mv
- el2,org.mvel2.integration,org.drools.process.instance.context.swimlan
- e,org.drools.rule,org.drools.process.instance.context.exclusive,org.d
- rools.process.core.timer,org.drools.process.instance.timer,org.drools
- .time";version="5.1.0.SNAPSHOT",org.drools.base.mvel;uses:="org.mvel2
- .integration,org.mvel2.integration.impl,org.mvel2,org.drools,org.droo
- ls.rule,org.drools.spi,org.drools.common,org.mvel2.compiler,org.drool
- s.type,org.drools.core.util,org.drools.base,org.mvel2.debug";version=
- "5.1.0.SNAPSHOT",org.drools.factmodel;uses:="org.mvel2.asm,org.drools
- .base,com.thoughtworks.xstream.io,com.thoughtworks.xstream.io.xml,com
- .thoughtworks.xstream";version="5.1.0.SNAPSHOT",org.drools.process.co
- re;uses:="org.drools.process.core.datatype";version="5.1.0.SNAPSHOT",
- org.drools.runtime.help.impl;uses:="com.thoughtworks.xstream,org.droo
- ls.runtime.impl,org.drools.runtime.rule.impl,org.drools.command.runti
- me.process,org.drools.command.runtime.rule,org.drools.common,org.droo
- ls.command.runtime,com.thoughtworks.xstream.io,com.thoughtworks.xstre
- am.mapper,com.thoughtworks.xstream.core.util,com.thoughtworks.xstream
- .converters.reflection,com.thoughtworks.xstream.converters,com.though
- tworks.xstream.converters.collections,org.drools.command,org.drools.c
- ommand.impl,com.thoughtworks.xstream.io.json,org.drools.base,org.droo
- ls.rule,org.drools.spi";version="5.1.0.SNAPSHOT",org.drools.process.i
- nstance.impl;uses:="org.drools.process.core,org.drools.process.instan
- ce,org.drools.process.instance.context.swimlane,org.drools.process.co
- re.context.swimlane,org.drools.process.instance.context.exception,org
- .drools.process.instance.impl.factory,org.drools.process.core.context
- .exception,org.drools.process.core.context.variable,org.drools.proces
- s.instance.context.variable,org.drools,org.drools.common";version="5.
- 1.0.SNAPSHOT",org.drools.runtime.pipeline.impl;uses:="org.drools.runt
- ime.pipeline,org.drools.command,org.drools.command.runtime.rule,org.m
- vel2,org.mvel2.compiler,org.drools.common,org.drools,org.drools.impl,
- org.drools.rule";version="5.1.0.SNAPSHOT",org.drools.process.core.con
- text.exclusive;uses:="org.drools.process.core.context,org.drools.proc
- ess.core";version="5.1.0.SNAPSHOT",org.drools.command.runtime;uses:="
- org.drools.command,org.drools.command.impl,com.thoughtworks.xstream.a
- nnotations,org.drools.command.runtime.process,javax.xml.bind.annotati
- on,org.drools.command.runtime.rule,org.drools.runtime.impl,org.drools
- .impl,org.drools";version="5.1.0.SNAPSHOT",org.drools.process.instanc
- e.context.swimlane;uses:="org.drools.process.core.context.swimlane,or
- g.drools.process.core,org.drools.process.instance.context";version="5
- .1.0.SNAPSHOT",org.drools.ruleflow.core.validation;uses:="org.mvel2.c
- ompiler,org.drools.process.core.timer,org.drools.process.core.validat
- ion,org.drools.process.core.datatype,org.drools.workflow.core.node,or
- g.drools.process.core.context.variable,org.drools.workflow.core.impl,
- org.mvel2,org.drools.time,org.drools,org.drools.process.core.validati
- on.impl,org.drools.ruleflow.core,org.drools.process.core,org.drools.w
- orkflow.core";version="5.1.0.SNAPSHOT",org.drools.command.runtime.pro
- cess;uses:="org.drools.command,org.drools.command.impl,javax.xml.bind
- .annotation,org.drools.process.instance,org.drools.xml.jaxb.util,java
- x.xml.bind.annotation.adapters";version="5.1.0.SNAPSHOT",org.drools.o
- sgi.core;uses:="org.drools,org.drools.impl,org.osgi.framework,org.dro
- ols.io.impl";version="5.1.0.SNAPSHOT",org.drools.ruleflow.core.factor
- y;uses:="org.drools.workflow.core.impl,org.drools.ruleflow.core,org.d
- rools.workflow.core.node,org.drools.workflow.core,org.drools.process.
- core,org.drools.process.core.datatype,org.drools.process.core.context
- .exception,org.drools.process.core.context.variable,org.drools.proces
- s.core.event,org.drools.process.core.timer,org.drools.process.core.im
- pl";version="5.1.0.SNAPSHOT",org.drools.workflow.core.impl;uses:="org
- .drools.workflow.core,org.drools.process.core,org.drools.workflow.cor
- e.node,org.drools.process.core.impl";version="5.1.0.SNAPSHOT",org.dro
- ols.time;uses:="org.drools.rule,org.drools,org.drools.time.impl";vers
- ion="5.1.0.SNAPSHOT",org.drools.marshalling.impl;uses:="org.drools.wo
- rkflow.instance.impl,org.drools.process.instance.context.swimlane,org
- .drools.process.instance,org.drools.process.instance.context.exclusiv
- e,org.drools.workflow.instance.node,org.drools.workflow.instance,org.
- drools.process.core,org.drools.process.instance.context.variable,org.
- drools.common,org.drools.core.util,org.drools.impl,org.drools.concurr
- ent,org.drools,org.drools.spi,org.drools.process.instance.timer,org.d
- rools.base,org.drools.rule,org.drools.process.instance.impl,org.drool
- s.process.instance.event,org.drools.ruleflow.instance";version="5.1.0
- .SNAPSHOT",org.drools.rule;uses:="org.drools.spi,org.drools.common,or
- g.drools,org.drools.core.util,org.drools.base,org.mvel2.ast,org.mvel2
- .integration,org.mvel2.integration.impl,org.drools.base.mvel,org.droo
- ls.facttemplates,org.drools.factmodel,org.drools.time.impl,org.drools
- .marshalling.impl,org.drools.time";version="5.1.0.SNAPSHOT",org.drool
- s.process.core.event;version="5.1.0.SNAPSHOT",org.drools.conflict;use
- s:="org.drools.spi,org.drools.rule,org.drools.common";version="5.1.0.
- SNAPSHOT",org.drools.event.knowlegebase.impl;uses:="org.drools";versi
- on="5.1.0.SNAPSHOT",org.drools.process.instance.context.variable;uses
- :="org.drools.process.instance,org.drools.process.instance.context,or
- g.drools.process.core.context.variable,org.drools.event,org.drools.wo
- rkflow.instance.node,org.drools,org.drools.process.core,org.drools.wo
- rkflow.core,org.drools.common";version="5.1.0.SNAPSHOT",org.drools.wo
- rkflow.instance.impl.factory;uses:="org.drools.workflow.instance.impl
- ,org.drools.workflow.instance";version="5.1.0.SNAPSHOT",org.drools.se
- rver;uses:="org.drools";version="5.1.0.SNAPSHOT",org.drools.process.i
- nstance;uses:="org.drools,org.drools.process.core,org.drools.process.
- core.context.variable,org.drools.process.instance.context.variable,or
- g.drools.common,org.drools.ruleflow.instance,org.drools.ruleflow.core
- ";version="5.1.0.SNAPSHOT",org.drools.event.rule.impl;uses:="org.droo
- ls.event,org.drools,org.drools.spi,org.drools.common,org.drools.rule,
- org.drools.impl";version="5.1.0.SNAPSHOT",org.drools.runtime.pipeline
- ;version="5.1.0.SNAPSHOT",org.drools.command.builder;uses:="org.drool
- s.command,org.drools.command.impl,org.drools.runtime.impl";version="5
- .1.0.SNAPSHOT",org.drools.event;uses:="org.drools.rule,org.drools.spi
- ,org.drools,org.drools.common,org.drools.agent,org.drools.process.ins
- tance";version="5.1.0.SNAPSHOT",org.drools.process.core.context.swiml
- ane;uses:="org.drools.process.core.context,org.drools.process.core";v
- ersion="5.1.0.SNAPSHOT",org.drools.core.util;uses:="org.drools.rule,o
- rg.drools.spi,org.drools.common,org.drools,org.drools.type";version="
- 5.1.0.SNAPSHOT",org.drools.time.impl;uses:="org.drools.time,org.drool
- s,org.drools.common";version="5.1.0.SNAPSHOT",org.drools.common;uses:
- ="org.drools.spi,org.drools.rule,org.drools.impl,org.drools.event,org
- .drools.management,org.drools.base,org.drools,org.drools.process.core
- ,org.drools.core.util,org.drools.process.instance.event,org.drools.pr
- ocess.core.event,org.drools.process.instance,org.drools.workflow.core
- .node,org.drools.time,org.drools.runtime.impl,org.drools.process.inst
- ance.timer,org.drools.concurrent,org.drools.ruleflow.core,org.drools.
- type,org.drools.base.evaluators,javax.xml.bind.annotation,org.drools.
- facttemplates,org.drools.marshalling.impl,org.drools.time.impl";versi
- on="5.1.0.SNAPSHOT",org.drools.audit.event;version="5.1.0.SNAPSHOT",o
- rg.drools.management;uses:="javax.management,org.drools.common,org.dr
- ools,org.drools.base,org.drools.spi,javax.management.openmbean,org.dr
- ools.event,org.drools.rule";version="5.1.0.SNAPSHOT",org.drools.base;
- uses:="org.drools.event,org.drools.concurrent,org.drools,org.drools.s
- pi,org.drools.core.util.asm,org.drools.core.util,org.drools.common,or
- g.drools.time,org.drools.base.evaluators,org.drools.base.extractors,o
- rg.mvel2.asm,org.drools.rule,org.drools.impl,org.drools.process.insta
- nce,org.drools.base.field,org.drools.type,org.mvel2.ast,org.mvel2.int
- egration,org.drools.base.mvel,org.drools.facttemplates";version="5.1.
- 0.SNAPSHOT",org.drools;uses:="org.drools.spi,org.drools.time,org.droo
- ls.time.impl,org.drools.rule,org.drools.common,org.drools.workflow.in
- stance.impl,org.drools.process.core.datatype,org.drools.process.insta
- nce,org.mvel2,org.drools.runtime.rule.impl,org.drools.concurrent,org.
- drools.conflict,org.drools.process.core,org.drools.process.core.impl,
- org.drools.core.util,org.drools.process.instance.impl,org.drools.even
- t,org.drools.process.instance.event,org.drools.command,org.drools.pro
- cess.instance.timer";version="5.1.0.SNAPSHOT",org.drools.xml.jaxb.uti
- l;uses:="org.drools.runtime.impl,org.drools.runtime.rule.impl,org.dro
- ols.command.runtime.process,javax.xml.bind,org.drools.command.runtime
- .rule,org.drools.command.runtime,org.drools.common,javax.xml.bind.ann
- otation.adapters,javax.xml.bind.annotation,org.drools";version="5.1.0
- .SNAPSHOT",org.drools.spi;uses:="org.drools.base,org.drools,org.drool
- s.rule,org.drools.common,org.drools.core.util,org.drools.time,org.dro
- ols.concurrent,org.drools.facttemplates,org.drools.workflow.instance,
- org.drools.impl,org.drools.process.instance,org.drools.process.core.c
- ontext.variable,org.drools.process.instance.context.variable,org.droo
- ls.event";version="5.1.0.SNAPSHOT",org.drools.process.core.impl;uses:
- ="org.drools.process.core,org.drools.process.core.datatype,org.drools
- .process.core.context";version="5.1.0.SNAPSHOT",org.drools.visualize;
- version="5.1.0.SNAPSHOT",org.drools.runtime.impl;uses:="org.drools.xm
- l.jaxb.util,javax.xml.bind.annotation.adapters,javax.xml.bind.annotat
- ion";version="5.1.0.SNAPSHOT",org.drools.workflow.instance.context;us
- es:="org.drools.workflow.instance,org.drools.process.instance,org.dro
- ols.process.core,org.drools.process.instance.impl,org.drools.process.
- instance.context";version="5.1.0.SNAPSHOT",org.drools.xml.changeset;u
- ses:="org.drools.xml,org.xml.sax,org.drools,org.w3c.dom,org.drools.io
- .impl,org.drools.io.internal,org.drools.builder.conf.impl,org.drools.
- core.util";version="5.1.0.SNAPSHOT",org.drools.process.instance.conte
- xt.exception;uses:="org.drools.base,org.drools.workflow.instance,org.
- drools,org.drools.spi,org.drools.process.instance,org.drools.process.
- core.context.exception,org.drools.workflow.core,org.drools.common,org
- .drools.process.core,org.drools.process.instance.context";version="5.
- 1.0.SNAPSHOT",org.drools.process.instance.impl.factory;uses:="org.dro
- ols.process.core,org.drools.process.instance,org.drools.process.insta
- nce.impl,org.drools.process.instance.context";version="5.1.0.SNAPSHOT
- ",org.drools.workflow.instance;uses:="org.drools.process.instance,org
- .drools.workflow.instance.impl,org.drools.impl,org.drools.workflow.co
- re.impl,org.drools,org.drools.process.core,org.drools.common";version
- ="5.1.0.SNAPSHOT",org.drools.process.core.validation.impl;uses:="org.
- drools.process.core.validation";version="5.1.0.SNAPSHOT",org.drools.c
- ommand.impl;uses:="org.drools.command,org.drools.command.runtime.proc
- ess,org.drools.command.runtime.rule,org.drools.time,org.drools,org.dr
- ools.rule,org.drools.command.runtime";version="5.1.0.SNAPSHOT",org.dr
- ools.io.impl;uses:="org.drools.io.internal,org.drools,org.drools.core
- .util,org.drools.util.codec";version="5.1.0.SNAPSHOT",org.drools.proc
- ess.core.datatype.impl;uses:="org.drools.process.core.datatype";versi
- on="5.1.0.SNAPSHOT",org.drools.process.core.datatype.impl.type;uses:=
- "org.drools.process.core.datatype,org.drools.process.core,com.thought
- works.xstream";version="5.1.0.SNAPSHOT",org.drools.command.runtime.ru
- le;uses:="org.drools.command,org.drools.command.impl,org.drools,org.d
- rools.impl,org.drools.spi,org.drools.runtime.impl,javax.xml.bind.anno
- tation,org.drools.common,javax.xml.bind.annotation.adapters,org.drool
- s.xml.jaxb.util,org.mvel2";version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
-Bundle-Name: Drools :: Core
-Bundle-Description: A rule production system
-Private-Package: org.drools.reteoo.builder;version="5.1.0.SNAPSHOT",or
- g.drools.reteoo;version="5.1.0.SNAPSHOT",.;version="5.1.0.SNAPSHOT",o
- rg.drools.reteoo.compiled;version="5.1.0.SNAPSHOT"
+Bundle-SymbolicName: org.drools.core
 Bundle-DocURL: http://www.jboss.org/
-Bundle-Vendor: JBoss Inc.
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.drools.core
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.api;visibility:=reexport;bundle-version="5.
- 1.0.SNAPSHOT"
-DynamicImport-Package: *
 

Modified: labs/jbossrules/trunk/drools-decisiontables/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-decisiontables/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-decisiontables/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,27 +1,27 @@
 Manifest-Version: 1.0
-Bundle-Activator: org.drools.osgi.decisiontables.Activator
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Import-Package: jxl,jxl.read.biff,org.osgi.framework;version="1.5"
-Bnd-LastModified: 1279161829143
 Export-Package: org.drools.decisiontable;uses:="org.drools.decisiontab
- le.parser.csv,org.drools.decisiontable.parser,org.drools.decisiontabl
- e.parser.xls";version="5.1.0.SNAPSHOT",org.drools.decisiontable.parse
- r.xls;uses:="jxl.read.biff,org.drools.decisiontable.parser,jxl";versi
- on="5.1.0.SNAPSHOT",org.drools.decisiontable.parser.csv;uses:="org.dr
- ools.decisiontable.parser";version="5.1.0.SNAPSHOT",org.drools.decisi
- ontable.parser;uses:="org.drools.decisiontable.parser.xls";version="5
- .1.0.SNAPSHOT",org.drools.osgi.decisiontables;uses:="org.drools.decis
- iontable,org.osgi.framework";version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
+ le.parser,org.drools.decisiontable.parser.csv,org.drools.decisiontabl
+ e.parser.xls";version="5.1.0.SNAPSHOT",org.drools.osgi.decisiontables
+ ;uses:="org.drools.decisiontable,org.osgi.framework";version="5.1.0.S
+ NAPSHOT",org.drools.decisiontable.parser;uses:="org.drools.decisionta
+ ble.parser.xls";version="5.1.0.SNAPSHOT",org.drools.decisiontable.par
+ ser.xls;uses:="jxl,jxl.read.biff,org.drools.decisiontable.parser";ver
+ sion="5.1.0.SNAPSHOT",org.drools.decisiontable.parser.csv;uses:="org.
+ drools.decisiontable.parser";version="5.1.0.SNAPSHOT"
+Private-Package: python-dt;version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
 Bundle-Name: Drools :: Decision Tables
-Bundle-Description: A rule production system
-Private-Package: python-dt;version="5.1.0.SNAPSHOT"
-Bundle-DocURL: http://www.jboss.org/
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
 Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: org.drools.*
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296398025
+Bundle-Activator: org.drools.osgi.decisiontables.Activator
 Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Import-Package: jxl,jxl.read.biff,org.osgi.framework;version="1.5"
 Bundle-SymbolicName: org.drools.decisiontables;singleton:=true
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
-DynamicImport-Package: org.drools.*
+Bundle-DocURL: http://www.jboss.org/
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/BusinessRuleProviderDefaultImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/BusinessRuleProviderDefaultImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/BusinessRuleProviderDefaultImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common;
 
 import java.io.BufferedReader;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/DropDownData.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/DropDownData.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/DropDownData.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FactTypeFilter.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FactTypeFilter.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FactTypeFilter.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FieldAccessorsAndMutators.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FieldAccessorsAndMutators.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/FieldAccessorsAndMutators.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 public enum FieldAccessorsAndMutators {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/MethodInfo.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/MethodInfo.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/MethodInfo.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import java.util.Iterator;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ModelField.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ModelField.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ModelField.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import org.drools.ide.common.client.modeldriven.brl.PortableObject;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionCallMethod.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionCallMethod.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionCallMethod.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
 /**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
  * 
  */
 package org.drools.ide.common.client.modeldriven.brl;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldFunction.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldFunction.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldFunction.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldList.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldList.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldList.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldValue.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldValue.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionFieldValue.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionGlobalCollectionAdd.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionGlobalCollectionAdd.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionGlobalCollectionAdd.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertLogicalFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertLogicalFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionInsertLogicalFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionRetractFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionRetractFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionRetractFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionSetField.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionSetField.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionSetField.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionUpdateField.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionUpdateField.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ActionUpdateField.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/BaseSingleFieldConstraint.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/BaseSingleFieldConstraint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/BaseSingleFieldConstraint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFactPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFactPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFactPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFieldConstraint.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFieldConstraint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CompositeFieldConstraint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ConnectiveConstraint.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ConnectiveConstraint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ConnectiveConstraint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CopyExpressionVisitor.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CopyExpressionVisitor.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/CopyExpressionVisitor.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import java.util.HashMap;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/DSLSentence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/DSLSentence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/DSLSentence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollection.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollection.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollection.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public class ExpressionCollection extends ExpressionPart {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollectionIndex.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollectionIndex.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionCollectionIndex.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public class ExpressionCollectionIndex extends ExpressionMethod {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionField.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionField.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionField.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFieldVariable.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFieldVariable.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFieldVariable.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFormLine.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFormLine.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionFormLine.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import java.util.LinkedList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionGlobalVariable.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionGlobalVariable.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionGlobalVariable.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public class ExpressionGlobalVariable extends ExpressionPart {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionMethod.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionMethod.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionMethod.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import java.util.LinkedHashMap;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPart.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPart.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPart.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public abstract class ExpressionPart implements IPattern, IAction, ExpressionVisitable {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPartHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPartHelper.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionPartHelper.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import org.drools.ide.common.client.modeldriven.MethodInfo;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionText.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionText.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionText.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionUnboundFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionUnboundFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionUnboundFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVariable.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVariable.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVariable.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitable.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitable.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitable.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public interface ExpressionVisitable {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitor.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitor.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/ExpressionVisitor.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public interface ExpressionVisitor {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FactPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FactPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FactPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FieldConstraint.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FieldConstraint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FieldConstraint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FreeFormLine.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FreeFormLine.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FreeFormLine.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromAccumulateCompositeFactPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromAccumulateCompositeFactPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromAccumulateCompositeFactPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCollectCompositeFactPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCollectCompositeFactPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCollectCompositeFactPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,4 +1,20 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCompositeFactPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCompositeFactPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/FromCompositeFactPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IAction.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IAction.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IAction.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public interface IAction

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IPattern.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IPattern.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/IPattern.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 public interface IPattern extends PortableObject {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/PortableObject.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/PortableObject.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/PortableObject.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleAttribute.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleAttribute.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleAttribute.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleMetadata.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleMetadata.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleMetadata.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleModel.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleModel.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/RuleModel.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraint.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraint.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraint.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraintEBLeftSide.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraintEBLeftSide.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/brl/SingleFieldConstraintEBLeftSide.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.brl;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionInsertFactCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionInsertFactCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionInsertFactCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 public class ActionInsertFactCol extends ActionCol {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionRetractFactCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionRetractFactCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionRetractFactCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 public class ActionRetractFactCol extends ActionCol {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionSetFieldCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionSetFieldCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ActionSetFieldCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 public class ActionSetFieldCol extends ActionCol {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/AttributeCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/AttributeCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/AttributeCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ConditionCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ConditionCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/ConditionCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/DTColumnConfig.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/DTColumnConfig.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/DTColumnConfig.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 import org.drools.ide.common.client.modeldriven.brl.PortableObject;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/GuidedDecisionTable.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/GuidedDecisionTable.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/GuidedDecisionTable.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/MetadataCol.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/MetadataCol.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/MetadataCol.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/TemplateModel.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/TemplateModel.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/dt/TemplateModel.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.dt;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ActivateRuleFlowGroup.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ActivateRuleFlowGroup.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ActivateRuleFlowGroup.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 /**

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ExecutionTrace.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ExecutionTrace.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/ExecutionTrace.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.Date;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Expectation.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Expectation.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Expectation.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FactData.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FactData.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FactData.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FieldData.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FieldData.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FieldData.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import org.drools.ide.common.client.modeldriven.brl.PortableObject;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Fixture.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Fixture.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Fixture.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import org.drools.ide.common.client.modeldriven.brl.PortableObject;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixtureList.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixtureList.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixtureList.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixturesMap.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixturesMap.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/FixturesMap.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.HashMap;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/RetractFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/RetractFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/RetractFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Scenario.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Scenario.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/Scenario.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyField.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyField.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyField.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 import org.drools.ide.common.client.modeldriven.brl.PortableObject;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyRuleFired.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyRuleFired.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/testing/VerifyRuleFired.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.testing;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ui/ConstraintValueEditorHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ui/ConstraintValueEditorHelper.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/client/modeldriven/ui/ConstraintValueEditorHelper.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven.ui;
 
 public class ConstraintValueEditorHelper {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassToGenericClassConverter.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassToGenericClassConverter.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassToGenericClassConverter.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.rules;
 
 public interface ClassToGenericClassConverter {

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassWalker.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassWalker.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/ClassWalker.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.rules;
 /*
  * Copyright 2007 Mark Derricutt

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/SuggestionCompletionLoader.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/SuggestionCompletionLoader.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/rules/SuggestionCompletionLoader.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.rules;
 
 import java.beans.Introspector;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRDRLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRDRLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRDRLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import org.drools.core.util.ReflectiveVisitor;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import org.drools.ide.common.client.modeldriven.brl.RuleModel;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRXMLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRXMLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/BRXMLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import org.drools.ide.common.client.modeldriven.brl.*;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ClassMethodInspector.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ClassMethodInspector.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ClassMethodInspector.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/DataEnumLoader.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/DataEnumLoader.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/DataEnumLoader.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTDRLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTDRLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTDRLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTXMLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTXMLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/GuidedDTXMLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import org.drools.ide.common.client.modeldriven.dt.ActionInsertFactCol;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ScenarioXMLPersistence.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ScenarioXMLPersistence.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/ScenarioXMLPersistence.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import org.drools.ide.common.client.modeldriven.testing.ExecutionTrace;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilder.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilder.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,5 +1,5 @@
-/*
- * Copyright 2006 JBoss Inc
+/**
+ * Copyright 2010 JBoss Inc
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.ide.common.server.util;
 
 import java.lang.reflect.Field;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/FactFieldValueVerifier.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/FactFieldValueVerifier.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/FactFieldValueVerifier.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import static org.mvel2.MVEL.eval;

Modified: labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/ScenarioRunner.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/ScenarioRunner.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/main/java/org/drools/testframework/ScenarioRunner.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import static org.mvel2.MVEL.eval;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Address.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Address.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Address.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheese.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheese.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheese.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheesery.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheesery.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Cheesery.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 /*

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/OuterFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/OuterFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/OuterFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 public class OuterFact {

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Person.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Person.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/Person.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/PersonInterface.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/PersonInterface.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/PersonInterface.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools;
 
 import java.math.BigDecimal;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/BusinessRuleProviderFactoryTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/BusinessRuleProviderFactoryTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/BusinessRuleProviderFactoryTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common;
 
 import static org.junit.Assert.assertNotNull;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/Alert.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/Alert.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/Alert.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 public class Alert {

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine2Test.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine2Test.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngine2Test.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngineTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngineTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/client/modeldriven/SuggestionCompletionEngineTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.client.modeldriven;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionFieldValueTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionFieldValueTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionFieldValueTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionSetFieldTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionSetFieldTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ActionSetFieldTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFactPatternTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFactPatternTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFactPatternTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFieldConstraintTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFieldConstraintTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/CompositeFieldConstraintTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ConstraintTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ConstraintTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/ConstraintTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DSLSentenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DSLSentenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DSLSentenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DataEnumLoaderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DataEnumLoaderTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/DataEnumLoaderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import java.io.BufferedReader;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/FactPatternTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/FactPatternTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/FactPatternTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/RuleModelTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/RuleModelTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/RuleModelTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource2.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource2.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/SampleDataSource2.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/CopyExpressionVisitorTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/CopyExpressionVisitorTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/CopyExpressionVisitorTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven.brl;
 
 import static org.junit.Assert.assertEquals;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/ExpressionFormLineTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/ExpressionFormLineTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/brl/ExpressionFormLineTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven.brl;
 
 import org.drools.ide.common.client.modeldriven.SuggestionCompletionEngine;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/dt/GuidedDecisionTableTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/dt/GuidedDecisionTableTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/modeldriven/dt/GuidedDecisionTableTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.modeldriven.dt;
 
 import java.util.HashMap;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/EnumClass.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/EnumClass.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/EnumClass.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  * Created by IntelliJ IDEA.
  * User: nheron

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SomeFact.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SomeFact.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SomeFact.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.rules;
 
 import java.math.BigDecimal;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SuggestionCompletionLoaderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SuggestionCompletionLoaderTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/rules/SuggestionCompletionLoaderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.rules;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRDRLPersistenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRDRLPersistenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRDRLPersistenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRLPersistenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRLPersistenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/BRLPersistenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.io.InputStream;

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ClassMethodInspectorTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 /*

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTDRLPersistenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTDRLPersistenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTDRLPersistenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTXMLPersistenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTXMLPersistenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/GuidedDTXMLPersistenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ScenarioXMLPersistenceTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ScenarioXMLPersistenceTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/ScenarioXMLPersistenceTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilderTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/ide/common/server/util/SuggestionCompletionEngineBuilderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.ide.common.server.util;
 
 import static org.mockito.Mockito.mock;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/BrlTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/BrlTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/BrlTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.integrationtests;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/SerializationHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/SerializationHelper.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/integrationtests/SerializationHelper.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.integrationtests;
 
 import java.io.ByteArrayInputStream;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/FactDataTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/FactDataTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/FactDataTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockFactHandle.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockFactHandle.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockFactHandle.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockWorkingMemory.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockWorkingMemory.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/MockWorkingMemory.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/RuleUnit.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/RuleUnit.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/RuleUnit.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioRunnerTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/ScenarioTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/TestingEventListenerTest.java
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/TestingEventListenerTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/java/org/drools/testframework/TestingEventListenerTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.testframework;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/rule_flow_actication.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/rule_flow_actication.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/rule_flow_actication.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 import org.drools.Cheese

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules2.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules2.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules2.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 import org.drools.Cheese

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules3.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules3.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules3.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules_infinite_loop.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules_infinite_loop.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_rules_infinite_loop.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 import org.drools.Cheese

Modified: labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_stateful.drl
===================================================================
--- labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_stateful.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-ide-common/src/test/resources/org/drools/testframework/test_stateful.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package foo.bar
 
 import org.drools.Cheese

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/AbstractRuleSessionImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Constants.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/IteratorToList.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/IteratorToList.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/IteratorToList.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94EventFactHandle.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94EventFactHandle.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94EventFactHandle.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandle.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandle.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandle.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandleFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandleFactory.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/Jsr94FactHandleFactory.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/ObjectFilterAdapter.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/ObjectFilterAdapter.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/ObjectFilterAdapter.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 import javax.rules.ObjectFilter;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleExecutionSetMetadataImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleExecutionSetMetadataImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleExecutionSetMetadataImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleRuntimeImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleRuntimeImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleRuntimeImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/RuleServiceProviderImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatefulRuleSessionImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatefulRuleSessionImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatefulRuleSessionImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/StatelessRuleSessionImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleAdministratorImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleImpl.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/admin/RuleImpl.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/DefaultRuleExecutionSetRepository.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/DefaultRuleExecutionSetRepository.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/DefaultRuleExecutionSetRepository.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import java.util.ArrayList;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepository.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepository.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepository.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryException.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryException.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryException.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import javax.rules.RuleExecutionException;

Modified: labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoader.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoader.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/main/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoader.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import java.io.BufferedReader;

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Cheese.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.decisiontable;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/Person.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.decisiontable;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/decisiontable/SpreadsheetIntegrationTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.decisiontable;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/ExampleRuleEngineFacade.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/ExampleRuleEngineFacade.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/ExampleRuleEngineFacade.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/JSR94TestBase.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/JSR94TestBase.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/JSR94TestBase.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/MultipleRepositoryTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/MultipleRepositoryTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/MultipleRepositoryTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 import java.io.InputStream;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/Person.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/Person.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/Person.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleEngineTestBase.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleEngineTestBase.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleEngineTestBase.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleRuntimeTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleRuntimeTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleRuntimeTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleServiceProviderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleServiceProviderTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/RuleServiceProviderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatefulRuleSessionTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatefulRuleSessionTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatefulRuleSessionTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/StatelessRuleSessionTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/LocalRuleExecutionSetProviderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleAdministratorTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetProviderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleExecutionSetTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

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-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/admin/RuleTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.drools.jsr94.rules.admin;
 
 /*

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoaderTest.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoaderTest.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/RuleExecutionSetRepositoryLoaderTest.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import junit.framework.TestCase;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/TestRuleExecutionSetRepository.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/TestRuleExecutionSetRepository.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/drools/jsr94/rules/repository/TestRuleExecutionSetRepository.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,18 +1,19 @@
-/*
- * Copyright 2005 JBoss Inc
- * 
+/**
+ * Copyright 2010 JBoss Inc
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 package org.drools.jsr94.rules.repository;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/java/org/jcp/jsr94/tck/AllTests.java
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/java/org/jcp/jsr94/tck/AllTests.java	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/java/org/jcp/jsr94/tck/AllTests.java	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 /*
  * J A V A  C O M M U N I T Y  P R O C E S S
  *

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine1.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine1.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine1.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package Engine1;
 
 import java.lang.Object;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine2.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine2.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/multiple-engine2.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package Engine2;
 
 import java.lang.Object;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package SistersRules;
  
 import org.drools.jsr94.rules.Person;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_expander.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_expander.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_expander.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package SistersRules
 
 import org.drools.jsr94.rules.Person;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_globals.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_globals.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/drools/jsr94/rules/sisters_globals.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package SistersRules;
  
 import org.drools.jsr94.rules.Person;

Modified: labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/javarules/jsr94/testagent.drl
===================================================================
--- labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/javarules/jsr94/testagent.drl	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-jsr94/src/test/resources/org/javarules/jsr94/testagent.drl	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2010 JBoss Inc
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 <?xml version="1.0" encoding="UTF-8"?>
 
 <rule-set 

Modified: labs/jbossrules/trunk/drools-persistence-jpa/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-persistence-jpa/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-persistence-jpa/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,34 +1,34 @@
 Manifest-Version: 1.0
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
+Export-Package: org.drools.persistence.jpa.grid;uses:="org.drools.pers
+ istence.processinstance,org.drools.persistence.session";version="5.1.
+ 0.SNAPSHOT",org.drools.persistence.processinstance;uses:="javax.persi
+ stence,org.drools.persistence.processinstance.variabletypes,org.hiber
+ nate.annotations,org.drools.persistence.processinstance.persisters";v
+ ersion="5.1.0.SNAPSHOT",org.drools.persistence.jpa.impl;uses:="org.dr
+ ools.persistence.processinstance,org.drools.persistence.session";vers
+ ion="5.1.0.SNAPSHOT",org.drools.persistence.processinstance.persister
+ s;uses:="org.drools.persistence.processinstance.variabletypes,javax.p
+ ersistence";version="5.1.0.SNAPSHOT",org.drools.persistence.processin
+ stance.variabletypes;uses:="javax.persistence";version="5.1.0.SNAPSHO
+ T",org.drools.persistence.osgi;uses:="org.osgi.framework,org.hibernat
+ e.ejb";version="5.1.0.SNAPSHOT",org.drools.persistence.session;uses:=
+ "javax.persistence,javax.naming,javax.transaction,org.slf4j,org.drool
+ s.persistence.processinstance";version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
+Bundle-Name: Drools :: Persistence :: JPA
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT", org.d
+ rools.compiler;bundle-version="5.1.0.SNAPSHOT"
+Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: *
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296347052
+Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Import-Package: javax.naming,javax.persistence,javax.transaction,org.h
  ibernate.annotations,org.hibernate.ejb,org.osgi.framework;version="1.
  5",org.slf4j;version="1.6"
-Bnd-LastModified: 1279161119824
-Export-Package: org.drools.persistence.processinstance.persisters;uses
- :="org.drools.persistence.processinstance.variabletypes,javax.persist
- ence";version="5.1.0.SNAPSHOT",org.drools.persistence.session;uses:="
- javax.persistence,javax.naming,org.slf4j,javax.transaction,org.drools
- .persistence.processinstance";version="5.1.0.SNAPSHOT",org.drools.per
- sistence.processinstance;uses:="javax.persistence,org.hibernate.annot
- ations,org.drools.persistence.processinstance.variabletypes,org.drool
- s.persistence.processinstance.persisters";version="5.1.0.SNAPSHOT",or
- g.drools.persistence.jpa.impl;uses:="org.drools.persistence.session,o
- rg.drools.persistence.processinstance";version="5.1.0.SNAPSHOT",org.d
- rools.persistence.processinstance.variabletypes;uses:="javax.persiste
- nce";version="5.1.0.SNAPSHOT",org.drools.persistence.jpa.grid;uses:="
- org.drools.persistence.session,org.drools.persistence.processinstance
- ";version="5.1.0.SNAPSHOT",org.drools.persistence.osgi;uses:="org.hib
- ernate.ejb,org.osgi.framework";version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
-Bundle-Name: Drools :: Persistence :: JPA
-Bundle-Description: A rule production system
+Bundle-SymbolicName: org.drools.persistence-jpa
 Bundle-DocURL: http://www.jboss.org/
-Bundle-Vendor: JBoss Inc.
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.drools.persistence-jpa
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT", org.d
- rools.compiler;bundle-version="5.1.0.SNAPSHOT"
-DynamicImport-Package: *
 

Modified: labs/jbossrules/trunk/drools-process/drools-bpmn2/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-process/drools-bpmn2/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-process/drools-bpmn2/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,33 +1,33 @@
 Manifest-Version: 1.0
+Export-Package: org.drools.osgi.bpmn2;uses:="org.drools.bpmn2,org.osgi
+ .framework";version="5.1.0.SNAPSHOT",org.drools.bpmn2.legacy.beta1.di
+ ;uses:="org.xml.sax,org.drools.bpmn2.legacy.beta1,org.w3c.dom,org.dro
+ ols.bpmn2.core";version="5.1.0.SNAPSHOT",org.drools.bpmn2.xpath;versi
+ on="5.1.0.SNAPSHOT",org.drools.bpmn2.xml.di;uses:="org.w3c.dom,org.xm
+ l.sax,org.drools.bpmn2.core";version="5.1.0.SNAPSHOT",org.drools.bpmn
+ 2;uses:="org.drools.bpmn2.legacy.beta1,org.drools.bpmn2.xml";version=
+ "5.1.0.SNAPSHOT",org.drools.bpmn2.handler;version="5.1.0.SNAPSHOT",or
+ g.drools.bpmn2.legacy.beta1;uses:="org.w3c.dom,org.drools.bpmn2.core,
+ org.xml.sax,org.drools.bpmn2.legacy.beta1.di";version="5.1.0.SNAPSHOT
+ ",org.drools.bpmn2.xml;uses:="org.w3c.dom,org.drools.bpmn2.core,org.x
+ ml.sax,org.drools.bpmn2.xml.di";version="5.1.0.SNAPSHOT",org.drools.b
+ pmn2.core;version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
+Bundle-Name: Drools :: Process :: BPMN2
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT", org.d
+ rools.compiler;bundle-version="5.1.0.SNAPSHOT", org.drools.persistenc
+ e-jpa;optional="true";bundle-version="5.1.0.SNAPSHOT"
+Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: *
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296440911
 Bundle-Activator: org.drools.osgi.bpmn2.Activator
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
+Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Import-Package: org.osgi.framework;version="1.5",org.w3c.dom,org.xml.s
  ax
-Bnd-LastModified: 1279163196618
-Export-Package: org.drools.bpmn2.legacy.beta1;uses:="org.drools.bpmn2.
- core,org.xml.sax,org.w3c.dom,org.drools.bpmn2.legacy.beta1.di";versio
- n="5.1.0.SNAPSHOT",org.drools.bpmn2;uses:="org.drools.bpmn2.legacy.be
- ta1,org.drools.bpmn2.xml";version="5.1.0.SNAPSHOT",org.drools.bpmn2.c
- ore;version="5.1.0.SNAPSHOT",org.drools.bpmn2.legacy.beta1.di;uses:="
- org.xml.sax,org.drools.bpmn2.core,org.w3c.dom,org.drools.bpmn2.legacy
- .beta1";version="5.1.0.SNAPSHOT",org.drools.bpmn2.xpath;version="5.1.
- 0.SNAPSHOT",org.drools.bpmn2.handler;version="5.1.0.SNAPSHOT",org.dro
- ols.bpmn2.xml;uses:="org.drools.bpmn2.core,org.xml.sax,org.w3c.dom,or
- g.drools.bpmn2.xml.di";version="5.1.0.SNAPSHOT",org.drools.bpmn2.xml.
- di;uses:="org.xml.sax,org.w3c.dom,org.drools.bpmn2.core";version="5.1
- .0.SNAPSHOT",org.drools.osgi.bpmn2;uses:="org.drools.bpmn2,org.osgi.f
- ramework";version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
-Bundle-Name: Drools :: Process :: BPMN2
-Bundle-Description: A rule production system
+Bundle-SymbolicName: org.drools.bpmn2;singleton:=true
 Bundle-DocURL: http://www.jboss.org/
-Bundle-Vendor: JBoss Inc.
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.drools.bpmn2;singleton:=true
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT", org.d
- rools.compiler;bundle-version="5.1.0.SNAPSHOT", org.drools.persistenc
- e-jpa;optional="true";bundle-version="5.1.0.SNAPSHOT"
-DynamicImport-Package: *
 

Modified: labs/jbossrules/trunk/drools-templates/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-templates/META-INF/MANIFEST.MF	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/drools-templates/META-INF/MANIFEST.MF	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,23 +1,23 @@
 Manifest-Version: 1.0
-Created-By: 1.5.0_21 (Sun Microsystems Inc.)
-Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Import-Package: org.mvel2.templates;version="2.0"
-Bnd-LastModified: 1279161811437
-Export-Package: org.drools.template.jdbc;uses:="org.drools.template.pa
- rser";version="5.1.0.SNAPSHOT",org.drools.template;uses:="org.drools.
- template.parser,org.drools.template.objects";version="5.1.0.SNAPSHOT"
- ,org.drools.template.parser;uses:="org.mvel2.templates,org.drools.tem
- plate.model";version="5.1.0.SNAPSHOT",org.drools.template.objects;use
- s:="org.drools.template,org.drools.template.parser";version="5.1.0.SN
- APSHOT",org.drools.template.model;version="5.1.0.SNAPSHOT"
-Bundle-Version: 5.1.0.SNAPSHOT
+Export-Package: org.drools.template.model;version="5.1.0.SNAPSHOT",org
+ .drools.template.objects;uses:="org.drools.template,org.drools.templa
+ te.parser";version="5.1.0.SNAPSHOT",org.drools.template.parser;uses:=
+ "org.mvel2.templates,org.drools.template.model";version="5.1.0.SNAPSH
+ OT",org.drools.template.jdbc;uses:="org.drools.template.parser";versi
+ on="5.1.0.SNAPSHOT",org.drools.template;uses:="org.drools.template.pa
+ rser,org.drools.template.objects";version="5.1.0.SNAPSHOT"
+Tool: Bnd-0.0.357
 Bundle-Name: Drools :: Templates
-Bundle-Description: A rule production system
-Bundle-DocURL: http://www.jboss.org/
+Created-By: 1.6.0_20 (Apple Inc.)
+Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
 Bundle-Vendor: JBoss Inc.
+DynamicImport-Package: org.drools.*
+Bundle-Version: 5.1.0.SNAPSHOT
+Bnd-LastModified: 1279296392211
 Bundle-ManifestVersion: 2
+Bundle-Description: A rule production system
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Import-Package: org.mvel2.templates;version="2.0"
 Bundle-SymbolicName: org.drools.templates;singleton:=true
-Tool: Bnd-0.0.357
-Require-Bundle: org.drools.core;bundle-version="5.1.0.SNAPSHOT"
-DynamicImport-Package: org.drools.*
+Bundle-DocURL: http://www.jboss.org/
 

Modified: labs/jbossrules/trunk/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/maven-eclipse.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/maven-eclipse.xml	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/osgi-bundles/jxls/org.drools.osgi.wrapper.jxls-reader/maven-eclipse.xml	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,11 +1,11 @@
-<project default="copy-resources">
-  <target name="init"/>
-  <target name="copy-resources" depends="init">
-    <copy todir="target/classes/META-INF" filtering="false">
-      <fileset dir="META-INF" includes="" excludes="**/*.java"/>
-    </copy>
-    <copy todir="target/classes/lib" filtering="false">
-      <fileset dir="lib" includes="*.jar" excludes="**/*.java"/>
-    </copy>
-  </target>
+<project default="copy-resources">
+  <target name="init"/>
+  <target name="copy-resources" depends="init">
+    <copy todir="target/classes/META-INF" filtering="false">
+      <fileset dir="META-INF" includes="" excludes="**/*.java"/>
+    </copy>
+    <copy todir="target/classes/lib" filtering="false">
+      <fileset dir="lib" includes="*.jar" excludes="**/*.java"/>
+    </copy>
+  </target>
 </project>
\ No newline at end of file

Modified: labs/jbossrules/trunk/osgi-bundles/org.milyn/org.drools.osgi.wrapper.milyn-smooks-javabean/maven-eclipse.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/org.milyn/org.drools.osgi.wrapper.milyn-smooks-javabean/maven-eclipse.xml	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/osgi-bundles/org.milyn/org.drools.osgi.wrapper.milyn-smooks-javabean/maven-eclipse.xml	2010-07-16 16:34:47 UTC (rev 33954)
@@ -1,11 +1,11 @@
-<project default="copy-resources">
-  <target name="init"/>
-  <target name="copy-resources" depends="init">
-    <copy todir="target/classes/META-INF" filtering="false">
-      <fileset dir="META-INF" includes="" excludes="**/*.java"/>
-    </copy>
-    <copy todir="target/classes/lib" filtering="false">
-      <fileset dir="lib" includes="*.jar" excludes="**/*.java"/>
-    </copy>
-  </target>
+<project default="copy-resources">
+  <target name="init"/>
+  <target name="copy-resources" depends="init">
+    <copy todir="target/classes/META-INF" filtering="false">
+      <fileset dir="META-INF" includes="" excludes="**/*.java"/>
+    </copy>
+    <copy todir="target/classes/lib" filtering="false">
+      <fileset dir="lib" includes="*.jar" excludes="**/*.java"/>
+    </copy>
+  </target>
 </project>
\ No newline at end of file

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2010-07-16 15:59:58 UTC (rev 33953)
+++ labs/jbossrules/trunk/pom.xml	2010-07-16 16:34:47 UTC (rev 33954)
@@ -702,7 +702,21 @@
             <!-- Entry needed to create, install and deploy sources jars -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
-         </plugin>
+         </plugin>
+                  <plugin>
+                      <groupId>com.mycila.maven-license-plugin</groupId>
+                      <artifactId>maven-license-plugin</artifactId>
+                      <configuration>
+                          <header>../LICENSE-HEADER.txt</header>
+	                  <includes>
+                              <include>**/*.java</include>
+                              <include>**/*.drl</include>
+                          </includes>
+                          <mapping>
+                              <drl>JAVADOC_STYLE</drl>
+                          </mapping>
+                      </configuration>
+                  </plugin>
       </plugins>
    </build>
    <reporting>



More information about the jboss-svn-commits mailing list