[jboss-svn-commits] JBL Code SVN: r34154 - in labs/jbossrules/trunk/drools-api: src/main/java/org/drools and 30 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 25 04:11:20 EDT 2010


Author: Rikkola
Date: 2010-07-25 04:11:15 -0400 (Sun, 25 Jul 2010)
New Revision: 34154

Modified:
   labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBase.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/PropertiesConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/Service.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentProvider.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableInputType.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DirectoryLookupFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JPAKnowledgeFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JaxbConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilder.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderError.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderErrors.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ProcessBuilder.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceType.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/RuleBuilder.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/AccumulateFunctionOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ClassLoaderCacheOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultDialectOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultPackageNameOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DumpDirOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/EvaluatorOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOptionsConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/MultiValueKnowledgeBuilderOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ProcessStringEscapesOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/SingleValueKnowledgeBuilderOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/DroolsJaxbHelperProvider.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/KnowledgeBuilderHelper.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Command.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactoryProvider.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Setter.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AlphaThresholdOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AssertBehaviorOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/CompositeKeyDepthOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ConsequenceExceptionHandlerOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/EventProcessingOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexLeftBetaMemoryOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexRightBetaMemoryOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOptionsConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/LogicalOverrideOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MBeansOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaintainTMSOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaxThreadsOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultiValueKnowledgeBaseOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultithreadEvaluationOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/Option.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/RemoveIdentitiesOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialAgendaOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareAlphaNodesOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareBetaNodesOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SingleValueKnowledgeBaseOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgeDefinition.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgePackage.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Connection.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Node.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/NodeContainer.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Process.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/WorkflowProcess.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Query.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Rule.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactField.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactType.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEventManager.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/io/ResourceChangeListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetAppliedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetProcessedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterResourceProcessedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetAppliedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetProcessedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeResourceProcessedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeBaseUpdatedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ResourceCompilationFailedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterFunctionRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseLockedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseUnlockedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageAddedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleAddedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeFunctionRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseLockedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseUnlockedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageAddedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleAddedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleRemovedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/DefaultKnowledgeBaseEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventManager.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/DefaultProcessEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessCompletedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventManager.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeLeftEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeTriggeredEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessStartedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledCause.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCreatedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AfterActivationFiredEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPoppedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPushedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/BeforeActivationFiredEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugAgendaEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugKnowledgeAgentEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugWorkingMemoryEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultAgendaEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultKnowledgeAgentEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultWorkingMemoryEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectInsertedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectRetractedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectUpdatedEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEvent.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventManager.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/Resource.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeMonitor.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeNotifier.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScanner.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScannerConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeLog.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLogger.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactoryService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/DroolsManagementAgentMBean.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KBaseConfigurationMonitorMBean.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeSessionMonitoringMBean.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/ObjectTypeNodeMonitorMBean.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/Marshaller.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerFactory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerProvider.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategy.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategyAcceptor.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/osgi/api/Activator.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/JPAKnowledgeService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/KnowledgeStoreService.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/BatchRequestMessage.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Calendars.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Channel.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ClassObjectFilter.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/CommandExecutor.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Environment.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/EnvironmentName.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExecutionResults.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExitPoint.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Globals.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeContext.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeRuntime.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeSessionConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ObjectFilter.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatefulKnowledgeSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSessionResults.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/ClockTypeOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KeepReferenceOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOptionsConfiguration.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/MultiValueKnowledgeSessionOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/SingleValueKnowledgeSessionOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/WorkItemHandlerOption.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelperProvider.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/QuartzHelper.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/EventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstance.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstanceContainer.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessContext.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessInstance.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessRuntime.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatefulProcessSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatelessProcessSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItem.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemHandler.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemManager.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkflowProcessInstance.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AccumulateFunction.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Activation.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ActivationGroup.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Agenda.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaFilter.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaGroup.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AttachedViewChangedEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceException.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceExceptionHandler.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Evaluator.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/EvaluatorDefinition.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/FactHandle.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/LiveQuery.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Operator.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/PropagationContext.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResults.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResultsRow.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Row.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleContext.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleFlowGroup.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatefulRuleSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatelessRuleSession.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ViewChangedEventListener.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemory.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemoryEntryPoint.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/task/service/ResponseHandler.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/Calendar.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/SessionClock.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ChainedProperties.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ClassLoaderUtil.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/CompositeClassLoader.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/OSGiLocator.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistry.java
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistryImpl.java
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-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/META-INF/MANIFEST.MF	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,70 +1,69 @@
 Manifest-Version: 1.0
+Export-Package: org.drools.event.io;uses:="org.drools";version="5.1.0.
+ SNAPSHOT",org.drools.runtime;uses:="org.drools.command,org.drools.tim
+ e,org.drools.runtime.process,org.drools.event,org.drools.runtime.rule
+ ,org.drools,org.drools.runtime.conf";version="5.1.0.SNAPSHOT",org.dro
+ ols.marshalling;uses:="org.drools.runtime,org.drools";version="5.1.0.
+ SNAPSHOT",org.drools.conf;uses:="org.drools.runtime.rule";version="5.
+ 1.0.SNAPSHOT",org.drools.event;uses:="org.drools.runtime,org.drools.e
+ vent.process,org.drools.event.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,org.drools.runtime.process";
+ version="5.1.0.SNAPSHOT",org.drools.runtime.help;uses:="com.thoughtwo
+ rks.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.runtime.rule,org.drools.event.knowledgeagent
+ ";version="5.1.0.SNAPSHOT",org.drools.definition.rule;uses:="org.droo
+ ls.definition";version="5.1.0.SNAPSHOT",org.drools.osgi.api;uses:="or
+ g.osgi.framework,org.osgi.util.tracker,org.drools,org.drools.util";ve
+ rsion="5.1.0.SNAPSHOT",org.drools.event.knowledgeagent;uses:="org.dro
+ ols,org.drools.io,org.drools.definition,org.drools.agent,org.drools.b
+ uilder";version="5.1.0.SNAPSHOT",org.drools.runtime.rule;uses:="org.d
+ rools.definition.rule,org.drools.runtime";version="5.1.0.SNAPSHOT",or
+ g.drools.event.process;uses:="org.drools.runtime.process,org.drools.e
+ vent";version="5.1.0.SNAPSHOT",org.drools.definition;uses:="org.drool
+ s.definition.process,org.drools.definition.rule";version="5.1.0.SNAPS
+ HOT",org.drools.builder.help;uses:="com.sun.tools.xjc,org.drools.io,o
+ rg.drools,org.drools.builder,javax.xml.bind";version="5.1.0.SNAPSHOT"
+ ,org.drools.definition.type;version="5.1.0.SNAPSHOT",org.drools.io;us
+ es:="org.drools,org.drools.event.io,org.drools.util";version="5.1.0.S
+ NAPSHOT",org.drools.agent;uses:="org.drools.event.knowledgeagent,org.
+ drools.runtime,org.drools.io,org.drools,org.drools.builder";version="
+ 5.1.0.SNAPSHOT",org.drools.command;uses:="org.drools.runtime,org.droo
+ ls.runtime.rule";version="5.1.0.SNAPSHOT",org.drools.task.service;ver
+ sion="5.1.0.SNAPSHOT",org.drools.persistence.jpa;uses:="org.drools.ru
+ ntime,org.drools";version="5.1.0.SNAPSHOT",org.drools.management;uses
+ :="javax.management";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: 1280045063255
 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,
  javax.xml.bind;resolution:=optional,org.osgi.framework;resolution:=op
  tional;version="1.5",org.osgi.util.tracker;resolution:=optional;versi
  on="1.4",org.quartz;resolution:=optional
-Bnd-LastModified: 1279516250820
-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.builder.conf;uses:="org.drools.run
- time.rule,org.drools.conf";version="5.1.0.SNAPSHOT",org.drools.defini
- tion;uses:="org.drools.definition.rule,org.drools.definition.process"
- ;version="5.1.0.SNAPSHOT",org.drools.definition.rule;uses:="org.drool
- s.definition";version="5.1.0.SNAPSHOT",org.drools.runtime.help;uses:=
- "com.thoughtworks.xstream,org.drools.time,org.quartz";version="5.1.0.
- SNAPSHOT",org.drools.event.knowledgebase;uses:="org.drools.definition
- .rule,org.drools.definition,org.drools";version="5.1.0.SNAPSHOT",org.
- drools.event;uses:="org.drools.runtime,org.drools.event.rule,org.droo
- ls.event.process";version="5.1.0.SNAPSHOT",org.drools.persistence.jpa
- ;uses:="org.drools.runtime,org.drools";version="5.1.0.SNAPSHOT",org.d
- rools.builder;uses:="org.drools.runtime,org.drools,com.sun.tools.xjc,
- org.drools.io,org.drools.definition,org.drools.builder.conf,org.drool
- s.util";version="5.1.0.SNAPSHOT",org.drools.io;uses:="org.drools,org.
- drools.event.io,org.drools.util";version="5.1.0.SNAPSHOT",org.drools.
- util;uses:="org.drools,org.drools.builder,org.drools.io";version="5.1
- .0.SNAPSHOT",org.drools.command.impl;uses:="org.drools.command";versi
- on="5.1.0.SNAPSHOT",org.drools.definition.type;version="5.1.0.SNAPSHO
- T",org.drools.definition.process;uses:="org.drools.definition";versio
- n="5.1.0.SNAPSHOT",org.drools.agent;uses:="org.drools.runtime,org.dro
- ols.event.knowledgeagent,org.drools,org.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-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: *
+Bundle-DocURL: http://www.jboss.org/
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBase.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBase.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBase.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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 org.drools.conf.KnowledgeBaseOptionsConfiguration;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/KnowledgeBaseFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/PropertiesConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/PropertiesConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/PropertiesConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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-api/src/main/java/org/drools/Service.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/Service.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/Service.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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 interface Service {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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-api/src/main/java/org/drools/SystemEventListenerFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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 org.drools.util.ServiceRegistryImpl;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/SystemEventListenerService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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-api/src/main/java/org/drools/agent/KnowledgeAgent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.agent;
 
 import org.drools.ChangeSet;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.agent;
 
 import org.drools.PropertiesConfiguration;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.agent;
 
 import java.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentProvider.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentProvider.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.agent;
 
 import java.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableInputType.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableInputType.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DecisionTableInputType.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DirectoryLookupFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DirectoryLookupFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/DirectoryLookupFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  Copyright 2010 salaboy.
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *       http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- *  under the License.
+/**
+ * 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.builder;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JPAKnowledgeFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JPAKnowledgeFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JPAKnowledgeFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  Copyright 2010 salaboy.
- * 
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- * 
- *       http://www.apache.org/licenses/LICENSE-2.0
- * 
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- *  under the License.
+/**
+ * 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.builder;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JaxbConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JaxbConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/JaxbConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilder.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilder.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import org.drools.PropertiesConfiguration;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderError.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderError.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderError.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderErrors.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderErrors.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderErrors.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/KnowledgeBuilderFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ProcessBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ProcessBuilder.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ProcessBuilder.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceType.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceType.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/ResourceType.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/RuleBuilder.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/RuleBuilder.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/RuleBuilder.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/AccumulateFunctionOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/AccumulateFunctionOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/AccumulateFunctionOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 import org.drools.runtime.rule.AccumulateFunction;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ClassLoaderCacheOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ClassLoaderCacheOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ClassLoaderCacheOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 import org.drools.conf.SingleValueKnowledgeBaseOption;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultDialectOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultDialectOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultDialectOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultPackageNameOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultPackageNameOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DefaultPackageNameOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DumpDirOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DumpDirOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/DumpDirOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 import java.io.File;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/EvaluatorOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/EvaluatorOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/EvaluatorOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 import org.drools.runtime.rule.EvaluatorDefinition;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 import org.drools.conf.Option;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOptionsConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOptionsConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/KnowledgeBuilderOptionsConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/MultiValueKnowledgeBuilderOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/MultiValueKnowledgeBuilderOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/MultiValueKnowledgeBuilderOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ProcessStringEscapesOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ProcessStringEscapesOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/ProcessStringEscapesOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/SingleValueKnowledgeBuilderOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/SingleValueKnowledgeBuilderOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/conf/SingleValueKnowledgeBuilderOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.builder.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/DroolsJaxbHelperProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/DroolsJaxbHelperProvider.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/DroolsJaxbHelperProvider.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder.help;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/KnowledgeBuilderHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/KnowledgeBuilderHelper.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/builder/help/KnowledgeBuilderHelper.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.builder.help;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Command.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Command.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Command.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.command;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.command;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactoryProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactoryProvider.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/CommandFactoryProvider.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.command;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Setter.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Setter.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/command/Setter.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.command;
 
 public interface Setter {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AlphaThresholdOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AlphaThresholdOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AlphaThresholdOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AssertBehaviorOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AssertBehaviorOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/AssertBehaviorOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/CompositeKeyDepthOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/CompositeKeyDepthOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/CompositeKeyDepthOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ConsequenceExceptionHandlerOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ConsequenceExceptionHandlerOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ConsequenceExceptionHandlerOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 import org.drools.runtime.rule.ConsequenceExceptionHandler;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/EventProcessingOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/EventProcessingOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/EventProcessingOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexLeftBetaMemoryOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexLeftBetaMemoryOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexLeftBetaMemoryOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexRightBetaMemoryOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexRightBetaMemoryOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/IndexRightBetaMemoryOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 import org.drools.conf.Option;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOptionsConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOptionsConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/KnowledgeBaseOptionsConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/LogicalOverrideOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/LogicalOverrideOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/LogicalOverrideOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MBeansOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MBeansOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MBeansOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaintainTMSOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaintainTMSOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaintainTMSOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaxThreadsOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaxThreadsOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MaxThreadsOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultiValueKnowledgeBaseOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultiValueKnowledgeBaseOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultiValueKnowledgeBaseOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultithreadEvaluationOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultithreadEvaluationOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/MultithreadEvaluationOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/Option.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/Option.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/Option.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 import java.io.Serializable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/RemoveIdentitiesOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/RemoveIdentitiesOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/RemoveIdentitiesOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialAgendaOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialAgendaOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialAgendaOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SequentialOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareAlphaNodesOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareAlphaNodesOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareAlphaNodesOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareBetaNodesOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareBetaNodesOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/ShareBetaNodesOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SingleValueKnowledgeBaseOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SingleValueKnowledgeBaseOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/conf/SingleValueKnowledgeBaseOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgeDefinition.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgeDefinition.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgeDefinition.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgePackage.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgePackage.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/KnowledgePackage.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Connection.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Connection.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Connection.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.process;
 
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Node.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Node.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Node.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.process;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/NodeContainer.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/NodeContainer.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/NodeContainer.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.process;
 
 public interface NodeContainer {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Process.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Process.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/Process.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.process;
 
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/WorkflowProcess.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/WorkflowProcess.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/process/WorkflowProcess.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.process;
 
 public interface WorkflowProcess

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Query.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Query.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Query.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.rule;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Rule.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Rule.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/rule/Rule.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.definition.rule;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactField.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactField.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactField.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,17 @@
-/*
- * Copyright 2008 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.
- *
- * Created on May 19, 2008
  */
 
 package org.drools.definition.type;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactType.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactType.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/definition/type/FactType.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,5 +1,5 @@
-/*
- * Copyright 2008 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.
@@ -12,8 +12,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
- * Created on May 19, 2008
  */
 
 package org.drools.definition.type;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event;
 
 import org.drools.runtime.KnowledgeRuntime;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEventManager.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEventManager.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/KnowledgeRuntimeEventManager.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event;
 
 import org.drools.event.process.ProcessEventManager;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/io/ResourceChangeListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/io/ResourceChangeListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/io/ResourceChangeListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.io;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetAppliedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetAppliedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetAppliedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetProcessedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetProcessedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterChangeSetProcessedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterResourceProcessedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterResourceProcessedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/AfterResourceProcessedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetAppliedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetAppliedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetAppliedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetProcessedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetProcessedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeChangeSetProcessedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeResourceProcessedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeResourceProcessedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/BeforeResourceProcessedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeBaseUpdatedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeBaseUpdatedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/KnowledgeBaseUpdatedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ResourceCompilationFailedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ResourceCompilationFailedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgeagent/ResourceCompilationFailedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,18 +1,17 @@
-/*
- *  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.
- *  under the License.
+/**
+ * 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.event.knowledgeagent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterFunctionRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterFunctionRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterFunctionRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseLockedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseLockedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseLockedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseUnlockedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseUnlockedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgeBaseUnlockedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageAddedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageAddedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageAddedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.KnowledgePackage;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterKnowledgePackageRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleAddedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleAddedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleAddedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/AfterRuleRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeFunctionRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeFunctionRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeFunctionRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseLockedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseLockedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseLockedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseUnlockedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseUnlockedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgeBaseUnlockedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.KnowledgeBase;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageAddedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageAddedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageAddedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.KnowledgePackage;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeKnowledgePackageRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.KnowledgePackage;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleAddedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleAddedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleAddedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleRemovedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleRemovedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/BeforeRuleRemovedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/DefaultKnowledgeBaseEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/DefaultKnowledgeBaseEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/DefaultKnowledgeBaseEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 public class DefaultKnowledgeBaseEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import org.drools.KnowledgeBase;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import java.util.EventListener;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventManager.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventManager.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/knowledgebase/KnowledgeBaseEventManager.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.knowledgebase;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/DefaultProcessEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/DefaultProcessEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/DefaultProcessEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 public class DefaultProcessEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessCompletedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessCompletedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessCompletedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventManager.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventManager.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessEventManager.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 import org.drools.runtime.process.NodeInstance;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeLeftEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeLeftEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeLeftEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeTriggeredEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeTriggeredEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessNodeTriggeredEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessStartedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessStartedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/process/ProcessStartedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.process;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledCause.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledCause.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledCause.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 public enum ActivationCancelledCause {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCancelledEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCreatedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCreatedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationCreatedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ActivationEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AfterActivationFiredEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AfterActivationFiredEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AfterActivationFiredEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPoppedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPoppedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPoppedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPushedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPushedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/AgendaGroupPushedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/BeforeActivationFiredEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/BeforeActivationFiredEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/BeforeActivationFiredEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugAgendaEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugAgendaEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugAgendaEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 public class DebugAgendaEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugKnowledgeAgentEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugKnowledgeAgentEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugKnowledgeAgentEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 import org.drools.event.knowledgeagent.AfterChangeSetAppliedEvent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugWorkingMemoryEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugWorkingMemoryEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DebugWorkingMemoryEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 public class DebugWorkingMemoryEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultAgendaEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultAgendaEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultAgendaEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 public class DefaultAgendaEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultKnowledgeAgentEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultKnowledgeAgentEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultKnowledgeAgentEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 import org.drools.event.knowledgeagent.AfterChangeSetAppliedEvent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultWorkingMemoryEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultWorkingMemoryEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/DefaultWorkingMemoryEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 public class DefaultWorkingMemoryEventListener

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectInsertedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectInsertedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectInsertedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectRetractedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectRetractedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectRetractedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectUpdatedEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectUpdatedEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/ObjectUpdatedEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEvent.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEvent.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEvent.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 import org.drools.event.KnowledgeRuntimeEvent;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventManager.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventManager.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/event/rule/WorkingMemoryEventManager.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.event.rule;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/Resource.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/Resource.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/Resource.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeMonitor.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeMonitor.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeMonitor.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import org.drools.SystemEventListener;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeNotifier.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeNotifier.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeNotifier.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScanner.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScanner.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScanner.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import java.util.Properties;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScannerConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScannerConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceChangeScannerConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import org.drools.PropertiesConfiguration;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import java.io.File;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/io/ResourceFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.io;
 
 import java.io.File;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeLog.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeLog.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeLog.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.logger;
 
 public interface KnowledgeLog {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLogger.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLogger.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLogger.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.logger;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.logger;
 
 import org.drools.event.KnowledgeRuntimeEventManager;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactoryService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactoryService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/logger/KnowledgeRuntimeLoggerFactoryService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.logger;
 
 import org.drools.event.KnowledgeRuntimeEventManager;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/DroolsManagementAgentMBean.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/DroolsManagementAgentMBean.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/DroolsManagementAgentMBean.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.management;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KBaseConfigurationMonitorMBean.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KBaseConfigurationMonitorMBean.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KBaseConfigurationMonitorMBean.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.management;
 
 public interface KBaseConfigurationMonitorMBean {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeSessionMonitoringMBean.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeSessionMonitoringMBean.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeSessionMonitoringMBean.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.management;
 
 import java.util.Date;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/ObjectTypeNodeMonitorMBean.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/ObjectTypeNodeMonitorMBean.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/ObjectTypeNodeMonitorMBean.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.management;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/Marshaller.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/Marshaller.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/Marshaller.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.marshalling;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerFactory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerFactory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.marshalling;
 
 import java.io.ByteArrayOutputStream;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerProvider.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/MarshallerProvider.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.marshalling;
 
 import org.drools.KnowledgeBase;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategy.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategy.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategy.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.marshalling;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategyAcceptor.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategyAcceptor.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/marshalling/ObjectMarshallingStrategyAcceptor.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.marshalling;
 
 public interface ObjectMarshallingStrategyAcceptor {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/osgi/api/Activator.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/osgi/api/Activator.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/osgi/api/Activator.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.osgi.api;
 
 import java.util.Dictionary;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/JPAKnowledgeService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/JPAKnowledgeService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/JPAKnowledgeService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.persistence.jpa;
 
 import org.drools.KnowledgeBase;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/KnowledgeStoreService.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/KnowledgeStoreService.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/persistence/jpa/KnowledgeStoreService.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.persistence.jpa;
 
 import org.drools.KnowledgeBase;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/BatchRequestMessage.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/BatchRequestMessage.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/BatchRequestMessage.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Calendars.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Calendars.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Calendars.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import org.drools.time.Calendar;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Channel.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Channel.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Channel.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ClassObjectFilter.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ClassObjectFilter.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ClassObjectFilter.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/CommandExecutor.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/CommandExecutor.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/CommandExecutor.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import org.drools.command.Command;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Environment.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Environment.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Environment.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 public interface Environment {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/EnvironmentName.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/EnvironmentName.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/EnvironmentName.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 public class EnvironmentName {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExecutionResults.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExecutionResults.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExecutionResults.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExitPoint.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExitPoint.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ExitPoint.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Globals.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Globals.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/Globals.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 public interface Globals {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeContext.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeContext.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeContext.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 public interface KnowledgeContext {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeRuntime.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeRuntime.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeRuntime.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeSessionConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeSessionConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/KnowledgeSessionConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import org.drools.PropertiesConfiguration;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ObjectFilter.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ObjectFilter.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/ObjectFilter.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatefulKnowledgeSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatefulKnowledgeSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatefulKnowledgeSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import org.drools.runtime.process.StatefulProcessSession;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import org.drools.command.Command;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSessionResults.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSessionResults.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/StatelessKnowledgeSessionResults.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/ClockTypeOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/ClockTypeOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/ClockTypeOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KeepReferenceOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KeepReferenceOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KeepReferenceOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 import org.drools.conf.Option;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOptionsConfiguration.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOptionsConfiguration.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/KnowledgeSessionOptionsConfiguration.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/MultiValueKnowledgeSessionOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/MultiValueKnowledgeSessionOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/MultiValueKnowledgeSessionOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/SingleValueKnowledgeSessionOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/SingleValueKnowledgeSessionOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/SingleValueKnowledgeSessionOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/WorkItemHandlerOption.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/WorkItemHandlerOption.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/conf/WorkItemHandlerOption.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.conf;
 
 import org.drools.runtime.process.WorkItemHandler;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.help;
 
 import com.thoughtworks.xstream.XStream;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelperProvider.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelperProvider.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelperProvider.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.help;
 
 import com.thoughtworks.xstream.XStream;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/QuartzHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/QuartzHelper.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/QuartzHelper.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.help;
 
 import java.io.Externalizable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/EventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/EventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/EventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface EventListener {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstance.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstance.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstance.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface NodeInstance {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstanceContainer.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstanceContainer.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/NodeInstanceContainer.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessContext.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessContext.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessContext.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 import org.drools.runtime.KnowledgeContext;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessInstance.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessInstance.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessInstance.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface ProcessInstance

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessRuntime.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessRuntime.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/ProcessRuntime.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatefulProcessSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatefulProcessSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatefulProcessSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface StatefulProcessSession {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatelessProcessSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatelessProcessSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/StatelessProcessSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItem.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItem.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItem.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemHandler.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemHandler.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemHandler.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface WorkItemHandler {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemManager.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemManager.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkItemManager.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 import java.util.Map;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkflowProcessInstance.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkflowProcessInstance.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/process/WorkflowProcessInstance.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.process;
 
 public interface WorkflowProcessInstance

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AccumulateFunction.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AccumulateFunction.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AccumulateFunction.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import java.io.Externalizable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Activation.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Activation.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Activation.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import java.util.List;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ActivationGroup.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ActivationGroup.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ActivationGroup.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface ActivationGroup {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Agenda.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Agenda.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Agenda.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface Agenda {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaFilter.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaFilter.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaFilter.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface AgendaFilter {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaGroup.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaGroup.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AgendaGroup.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface AgendaGroup {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AttachedViewChangedEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AttachedViewChangedEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/AttachedViewChangedEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface AttachedViewChangedEventListener {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceException.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceException.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceException.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceExceptionHandler.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceExceptionHandler.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ConsequenceExceptionHandler.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface ConsequenceExceptionHandler {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Evaluator.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Evaluator.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Evaluator.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 /*

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/EvaluatorDefinition.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/EvaluatorDefinition.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/EvaluatorDefinition.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,19 +1,19 @@
-/*
- * Copyright 2008 Red Hat
- * 
+/**
+ * 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.runtime.rule;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/FactHandle.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/FactHandle.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/FactHandle.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface FactHandle {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/LiveQuery.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/LiveQuery.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/LiveQuery.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface LiveQuery {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Operator.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Operator.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Operator.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/PropagationContext.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/PropagationContext.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/PropagationContext.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResults.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResults.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResults.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import java.util.Iterator;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResultsRow.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResultsRow.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/QueryResultsRow.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Row.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Row.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/Row.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface Row {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleContext.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleContext.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleContext.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import org.drools.definition.rule.Rule;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleFlowGroup.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleFlowGroup.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/RuleFlowGroup.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface RuleFlowGroup {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatefulRuleSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatefulRuleSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatefulRuleSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatelessRuleSession.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatelessRuleSession.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/StatelessRuleSession.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ViewChangedEventListener.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ViewChangedEventListener.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/ViewChangedEventListener.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 public interface ViewChangedEventListener {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemory.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemory.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemoryEntryPoint.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemoryEntryPoint.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/rule/WorkingMemoryEntryPoint.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.runtime.rule;
 
 import java.util.Collection;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/task/service/ResponseHandler.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/task/service/ResponseHandler.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/task/service/ResponseHandler.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.task.service;
 
 public interface ResponseHandler {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/Calendar.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/Calendar.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/Calendar.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.time;
 
 public interface Calendar {    

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/SessionClock.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/SessionClock.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/time/SessionClock.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -1,20 +1,19 @@
-/*
- * Copyright 2007 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.
- *
- * Created on Oct 17, 2007
  */
+
 package org.drools.time;
 
 /**

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ChainedProperties.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ChainedProperties.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ChainedProperties.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util;
 
 import java.io.Externalizable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ClassLoaderUtil.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ClassLoaderUtil.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ClassLoaderUtil.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util;
 
 public class ClassLoaderUtil {

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/CompositeClassLoader.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/CompositeClassLoader.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/CompositeClassLoader.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util;
 
 import java.io.IOException;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/OSGiLocator.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/OSGiLocator.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/OSGiLocator.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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-api/src/main/java/org/drools/util/ServiceRegistry.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistry.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistry.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.util;
 
 import java.util.concurrent.Callable;

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistryImpl.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistryImpl.java	2010-07-25 07:26:58 UTC (rev 34153)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/util/ServiceRegistryImpl.java	2010-07-25 08:11:15 UTC (rev 34154)
@@ -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.



More information about the jboss-svn-commits mailing list