[jboss-cvs] JBossAS SVN: r57186 - in branches/Branch_4_0/aspects/src: jdk15/org/jboss/aop/deployment jdk15/org/jboss/aspects jdk15/org/jboss/aspects/asynch jdk15/org/jboss/aspects/asynchronous/aspects/jboss jdk15/org/jboss/aspects/concurrent jdk15/org/jboss/aspects/dbc jdk15/org/jboss/aspects/jmx jdk15/org/jboss/aspects/patterns/readwritelock jdk15/org/jboss/aspects/security jdk15/org/jboss/aspects/tx jdk15/org/jboss/aspects/txlock main/org/jboss/aop/deployment main/org/jboss/aspects main/org/jboss/aspects/asynch main/org/jboss/aspects/asynchronous main/org/jboss/aspects/asynchronous/aspects main/org/jboss/aspects/asynchronous/aspects/jboss main/org/jboss/aspects/asynchronous/common main/org/jboss/aspects/asynchronous/concurrent main/org/jboss/aspects/dbc main/org/jboss/aspects/dbc/condition main/org/jboss/aspects/dbc/condition/parser main/org/jboss/aspects/jmx main/org/jboss/aspects/logging main/org/jboss/aspects/patterns/observable main/org/jboss/aspects/patterns/readwritelo! ck main/org/jboss/aspects/patterns/singleton main/org/jboss/aspects/remoting main/org/jboss/aspects/security main/org/jboss/aspects/tx main/org/jboss/aspects/txlock main/org/jboss/aspects/versioned test/org/jboss/test/aop/classinfopool test/org/jboss/test/aop/test test/org/jboss/test/asynch test/org/jboss/test/hotdeploy test/org/jboss/test/hotdeploy/mbean test/org/jboss/test/hotdeploy/service test/org/jboss/test/hotdeploy/servlet test/test/asynchronous test/test/dbc test/test/dbc/java test/test/dbc/office test/test/dbc/stack test/test/patterns/readwritelock test50/org/jboss/test/aop/test test50/org/jboss/test/asynch

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 07:57:25 EDT 2006


Author: dimitris at jboss.org
Date: 2006-09-26 07:54:26 -0400 (Tue, 26 Sep 2006)
New Revision: 57186

Modified:
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerServiceJDK5.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Current.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Injected.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/AsynchExecutor.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/Asynchronous.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/FutureImplJavaUtilConcurrent.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/ThreadPoolExecutor.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchAspect.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Latched.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObject.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObjectMixin.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LockAcquisitionFailureException.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspect.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspectFactory.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexLocked.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Mutexed.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethod.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethodAspect.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObject.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObjectMixin.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreAspect.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreLocked.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Semaphored.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethod.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethodAspect.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObject.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObjectMixin.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Dbc.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Invariant.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PostCond.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PreCond.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/StaticInvariant.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/jmx/MBean.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/readLockOperation.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Exclude.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Permissions.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/RunAs.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/SecurityDomain.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Unchecked.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/Tx.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxLocal.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxType.java
   branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/txlock/TxSynchronized.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer32.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer40.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployerMBean.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService32.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerServiceMBean.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator32.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossScopedClassLoaderHelper.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/LoaderRepositoryUrlUtil.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedJBossClassPool.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Current.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Injected.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/NullOrZero.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchExecutor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchMixin.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProvider.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchRemoting.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Asynchronous.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Future.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureHolder.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureInvocationHandler.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureProxy.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/RemotableFuture.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ThreadPoolExecutor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/TimeoutException.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousConstants.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousParameters.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousResponse.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousUserTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ProcessingTime.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerRequest.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerResponse.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacade.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFields.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsThreadLocalImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/Utils.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousInvokeTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/InvokeTaskInputParameters.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/TraceThreadAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousEmptyTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousResponseImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerRequestImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerResponseImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AdapterTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTask.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTaskImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/TimedCallableImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Dbc.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/DesignByContractAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Invariant.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PostCond.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PreCond.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/StaticInvariant.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionException.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorCondition.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorConditionManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ExecutableCondition.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/InvariantCondition.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodCondition.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodConditionManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BeanshellGenerator.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BooleanExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExistsExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/Expression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionParser.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionVisitor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ForAllExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ImpliesExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/JavaExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/LoopExpression.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/JmxIntrospectingMixin.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/MBean.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogClientInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/LoggingConstants.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/ThreadLocalAppender.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Observer.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Subject.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectImpl.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/ReadWriteLockAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/readLockOperation.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/singleton/Singleton.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AOPRemotingInvocationHandler.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AlreadyRegisteredException.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterChooserInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterConstants.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusteredRemoting.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/FamilyWrapper.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ForwardingInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/InvokeRemoteInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/IsLocalInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/MergeMetaDataInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/NotRegisteredException.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/PojiProxy.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/Remoting.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Exclude.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Permissions.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAs.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityActions.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataBinding.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataLoader.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClientInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityConstructorConfig.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityContext.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityDomain.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityMethodConfig.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Unchecked.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/ClientTxPropagationInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/NullTransactionTimeoutConfigurationReader.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionInjector.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionLocalAspect.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionManagerInjector.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionTimeoutConfigurationReader.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/Tx.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxLocal.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxManagerTimeOutReader.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPolicy.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPropagationInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReader.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReaderFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxType.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/QueuedTxLock.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxSynchronized.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateChangeInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedFieldUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListState.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapState.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOState.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetState.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedState.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSynchronizationManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedUpdate.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedVersionManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LocalSynchronizationManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LockAttemptFailure.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/OptimisticLockFailure.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateChangeInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/SynchronizationManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/TxCache.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionManager.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionReference.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/Versioned.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptorFactory.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObject.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectForwardingInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptor.java
   branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptorFactory.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/classinfopool/AOPTester.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/test/AOPTestSetup.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/AsynchTestCase.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/POJO.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/Service.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeploySarTestCase.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeployTestCase.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/POJO.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/Service.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/SimpleInterceptor.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/service/TestService.java
   branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/servlet/AOPTestServlet.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModel.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanup.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanupWithParameters.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanup.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanupWithParameters.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessThread.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestAsynchronousAspects.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestSuiteJBOSSAOP.java
   branches/Branch_4_0/aspects/src/test/test/asynchronous/Parameter.java
   branches/Branch_4_0/aspects/src/test/test/dbc/DbcTest.java
   branches/Branch_4_0/aspects/src/test/test/dbc/java/Sorter.java
   branches/Branch_4_0/aspects/src/test/test/dbc/office/Computer.java
   branches/Branch_4_0/aspects/src/test/test/dbc/office/Developer.java
   branches/Branch_4_0/aspects/src/test/test/dbc/office/OfficeManager.java
   branches/Branch_4_0/aspects/src/test/test/dbc/stack/Stack.java
   branches/Branch_4_0/aspects/src/test/test/dbc/stack/StackImpl.java
   branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Account.java
   branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/AccountWithReadWriteLock.java
   branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Driver.java
   branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/JUnitTestReadWriteLockAspects.java
   branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/ProcessTransaction.java
   branches/Branch_4_0/aspects/src/test50/org/jboss/test/aop/test/AOPTestSetup.java
   branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/AsynchTestCase.java
   branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/POJO.java
   branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/Service.java
Log:
JBAS-3601, switch copyright to RedHat Middleware LLC

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerService32JDK5.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerServiceJDK5.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerServiceJDK5.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aop/deployment/AspectManagerServiceJDK5.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Current.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Current.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Current.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Injected.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Injected.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/Injected.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/AsynchExecutor.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/AsynchExecutor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/AsynchExecutor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/Asynchronous.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/Asynchronous.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/Asynchronous.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/FutureImplJavaUtilConcurrent.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/FutureImplJavaUtilConcurrent.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/FutureImplJavaUtilConcurrent.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/ThreadPoolExecutor.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/ThreadPoolExecutor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynch/ThreadPoolExecutor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 import java.lang.annotation.Retention;

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Latched.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Latched.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Latched.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObject.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObject.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObject.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObjectMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObjectMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LatchedObjectMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LockAcquisitionFailureException.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LockAcquisitionFailureException.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/LockAcquisitionFailureException.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspectFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspectFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexAspectFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexLocked.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexLocked.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexLocked.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Mutexed.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Mutexed.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Mutexed.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethod.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethod.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethod.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethodAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethodAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedMethodAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObject.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObject.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObject.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObjectMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObjectMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/MutexedObjectMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreLocked.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreLocked.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoreLocked.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Semaphored.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Semaphored.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/Semaphored.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethod.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethod.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethod.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethodAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethodAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredMethodAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObject.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObject.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObject.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObjectMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObjectMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/concurrent/SemaphoredObjectMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Dbc.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Dbc.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Dbc.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Invariant.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Invariant.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/Invariant.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PostCond.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PostCond.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PostCond.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PreCond.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PreCond.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/PreCond.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/StaticInvariant.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/StaticInvariant.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/dbc/StaticInvariant.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/jmx/MBean.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/jmx/MBean.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/jmx/MBean.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/readLockOperation.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/readLockOperation.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/readLockOperation.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Exclude.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Exclude.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Exclude.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Permissions.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Permissions.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Permissions.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/RunAs.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/RunAs.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/RunAs.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/SecurityDomain.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/SecurityDomain.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/SecurityDomain.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Unchecked.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Unchecked.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/security/Unchecked.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/Tx.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/Tx.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/Tx.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxLocal.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxLocal.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxLocal.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxType.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxType.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/tx/TxType.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/txlock/TxSynchronized.java
===================================================================
--- branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/txlock/TxSynchronized.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/jdk15/org/jboss/aspects/txlock/TxSynchronized.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer32.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer32.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer32.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer40.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer40.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployer40.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployerMBean.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployerMBean.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectDeployerMBean.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService32.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService32.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerService32.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import javassist.scopedpool.ScopedClassPoolFactory;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerServiceMBean.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerServiceMBean.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/AspectManagerServiceMBean.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import org.jboss.aop.ClassLoaderValidation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator32.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator32.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassLoaderValidator32.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import org.jboss.aop.ClassLoaderValidation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossScopedClassLoaderHelper.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossScopedClassLoaderHelper.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/JBossScopedClassLoaderHelper.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import org.jboss.aop.AspectManager;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/LoaderRepositoryUrlUtil.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/LoaderRepositoryUrlUtil.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/LoaderRepositoryUrlUtil.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.net.URL;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedClassLoaderDomain.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.lang.ref.WeakReference;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedJBossClassPool.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedJBossClassPool.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aop/deployment/ScopedJBossClassPool.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aop.deployment;
 
 import java.io.File;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Current.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Current.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Current.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Injected.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Injected.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/Injected.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/NullOrZero.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/NullOrZero.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/NullOrZero.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchExecutor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchExecutor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchExecutor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProvider.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProvider.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProvider.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchRemoting.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchRemoting.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/AsynchRemoting.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Asynchronous.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Asynchronous.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Asynchronous.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Future.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Future.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/Future.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureHolder.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureHolder.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureHolder.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureInvocationHandler.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureInvocationHandler.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureInvocationHandler.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureProxy.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureProxy.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/FutureProxy.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/RemotableFuture.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/RemotableFuture.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/RemotableFuture.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ThreadPoolExecutor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ThreadPoolExecutor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/ThreadPoolExecutor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/TimeoutException.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/TimeoutException.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynch/TimeoutException.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousConstants.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousConstants.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousConstants.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousParameters.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousParameters.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousParameters.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousResponse.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousResponse.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousResponse.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousUserTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousUserTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/AsynchronousUserTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ProcessingTime.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ProcessingTime.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ProcessingTime.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerRequest.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerRequest.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerRequest.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerResponse.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerResponse.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/ThreadManagerResponse.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacade.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacade.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacade.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 import org.jboss.aspects.asynchronous.AsynchronousResponse;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFields.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFields.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFields.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 import org.jboss.aspects.asynchronous.AsynchronousTask;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 import org.jboss.aspects.asynchronous.AsynchronousTask;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsThreadLocalImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsThreadLocalImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeFieldsThreadLocalImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 import org.jboss.aspects.asynchronous.AsynchronousTask;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/AsynchronousFacadeImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 import org.jboss.aspects.asynchronous.AsynchronousConstants;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/Utils.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/Utils.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/Utils.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/Asynchronous.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 import org.jboss.aop.annotation.AnnotationElement;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousInvokeTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousInvokeTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/AsynchronousInvokeTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 import org.jboss.aop.joinpoint.MethodInvocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/InvokeTaskInputParameters.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/InvokeTaskInputParameters.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/InvokeTaskInputParameters.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 import org.jboss.aop.joinpoint.MethodInvocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/TraceThreadAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/TraceThreadAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/aspects/jboss/TraceThreadAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.aspects.jboss;
 
 import org.apache.commons.logging.Log;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousEmptyTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousEmptyTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousEmptyTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.common;
 
 import org.jboss.aspects.asynchronous.AsynchronousTask;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousResponseImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousResponseImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/AsynchronousResponseImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.common;
 
 import org.jboss.aspects.asynchronous.AsynchronousConstants;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerRequestImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerRequestImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerRequestImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.common;
 
 import org.jboss.aspects.asynchronous.AsynchronousParameters;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerResponseImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerResponseImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/common/ThreadManagerResponseImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.common;
 
 import org.jboss.aspects.asynchronous.AsynchronousConstants;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AdapterTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AdapterTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AdapterTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import EDU.oswego.cs.dl.util.concurrent.Callable;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTask.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTask.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTask.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import org.jboss.aspects.asynchronous.AsynchronousParameters;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTaskImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTaskImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/AsynchronousTaskImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import EDU.oswego.cs.dl.util.concurrent.Callable;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import org.jboss.aspects.asynchronous.AsynchronousParameters;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/ThreadManagerImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import EDU.oswego.cs.dl.util.concurrent.PooledExecutor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/TimedCallableImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/TimedCallableImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/asynchronous/concurrent/TimedCallableImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package org.jboss.aspects.asynchronous.concurrent;
 
 import EDU.oswego.cs.dl.util.concurrent.Callable;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Dbc.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Dbc.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Dbc.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/DesignByContractAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/DesignByContractAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/DesignByContractAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Invariant.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Invariant.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/Invariant.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PostCond.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PostCond.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PostCond.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PreCond.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PreCond.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/PreCond.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/StaticInvariant.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/StaticInvariant.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/StaticInvariant.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/Condition.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionException.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionException.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionException.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConditionManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorCondition.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorCondition.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorCondition.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorConditionManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorConditionManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ConstructorConditionManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ExecutableCondition.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ExecutableCondition.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/ExecutableCondition.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/InvariantCondition.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/InvariantCondition.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/InvariantCondition.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodCondition.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodCondition.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodCondition.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodConditionManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodConditionManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/MethodConditionManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BeanshellGenerator.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BeanshellGenerator.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BeanshellGenerator.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BooleanExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BooleanExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/BooleanExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExistsExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExistsExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExistsExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/Expression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/Expression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/Expression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionParser.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionParser.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionParser.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionVisitor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionVisitor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ExpressionVisitor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ForAllExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ForAllExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ForAllExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ImpliesExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ImpliesExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/ImpliesExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/JavaExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/JavaExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/JavaExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/LoopExpression.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/LoopExpression.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/dbc/condition/parser/LoopExpression.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/JmxIntrospectingMixin.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/JmxIntrospectingMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/JmxIntrospectingMixin.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/MBean.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/MBean.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/jmx/MBean.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/CallLoggingInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogClientInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogClientInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogClientInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/InvocationLogInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/LoggingConstants.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/LoggingConstants.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/LoggingConstants.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/ThreadLocalAppender.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/ThreadLocalAppender.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/logging/ThreadLocalAppender.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Observer.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Observer.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Observer.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Subject.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Subject.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/Subject.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/observable/SubjectInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/ReadWriteLockAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/ReadWriteLockAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/ReadWriteLockAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/readLockOperation.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/readLockOperation.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/readLockOperation.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/readwritelock/writeLockOperation.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/singleton/Singleton.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/singleton/Singleton.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/patterns/singleton/Singleton.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AOPRemotingInvocationHandler.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AOPRemotingInvocationHandler.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AOPRemotingInvocationHandler.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AlreadyRegisteredException.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AlreadyRegisteredException.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/AlreadyRegisteredException.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterChooserInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterChooserInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterChooserInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.remoting;
 
 import org.jboss.aop.DispatcherConnectException;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterConstants.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterConstants.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusterConstants.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusteredRemoting.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusteredRemoting.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ClusteredRemoting.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/FamilyWrapper.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/FamilyWrapper.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/FamilyWrapper.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ForwardingInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ForwardingInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ForwardingInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/InvokeRemoteInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/InvokeRemoteInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/InvokeRemoteInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/IsLocalInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/IsLocalInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/IsLocalInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/MergeMetaDataInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/MergeMetaDataInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/MergeMetaDataInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/NotRegisteredException.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/NotRegisteredException.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/NotRegisteredException.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/PojiProxy.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/PojiProxy.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/PojiProxy.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/Remoting.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/Remoting.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/Remoting.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.security.Principal;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.aop.Advisor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Exclude.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Exclude.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Exclude.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Permissions.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Permissions.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Permissions.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.aop.joinpoint.Invocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RoleBasedAuthorizationInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.aop.Advisor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAs.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAs.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAs.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.aop.joinpoint.Invocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/RunAsSecurityInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.aop.Advisor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityActions.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityActions.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityActions.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.security.PrivilegedAction;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataBinding.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataBinding.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataBinding.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataLoader.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataLoader.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClassMetaDataLoader.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import javassist.CtConstructor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClientInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClientInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityClientInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.security.Principal;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityConstructorConfig.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityConstructorConfig.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityConstructorConfig.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.util.Set;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityContext.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityContext.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityContext.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import org.jboss.security.RealmMapping;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityDomain.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityDomain.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityDomain.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityMethodConfig.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityMethodConfig.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/SecurityMethodConfig.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 import java.util.Set;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Unchecked.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Unchecked.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/security/Unchecked.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.security;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/ClientTxPropagationInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/ClientTxPropagationInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/ClientTxPropagationInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import org.jboss.aop.advice.Interceptor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/NullTransactionTimeoutConfigurationReader.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/NullTransactionTimeoutConfigurationReader.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/NullTransactionTimeoutConfigurationReader.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,3 +1,24 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.TransactionManager;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionInjector.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionInjector.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionInjector.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import org.jboss.aop.joinpoint.FieldReadInvocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionLocalAspect.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionLocalAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionLocalAspect.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import org.jboss.aop.joinpoint.FieldReadInvocation;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionManagerInjector.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionManagerInjector.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionManagerInjector.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import org.jboss.aop.annotation.AnnotationElement;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionTimeoutConfigurationReader.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionTimeoutConfigurationReader.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TransactionTimeoutConfigurationReader.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.TransactionManager;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/Tx.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/Tx.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/Tx.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 /**
  *

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.Transaction;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import java.lang.reflect.Constructor;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxLocal.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxLocal.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxLocal.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxManagerTimeOutReader.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxManagerTimeOutReader.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxManagerTimeOutReader.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.TransactionManager;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPolicy.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPolicy.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPolicy.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPropagationInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPropagationInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxPropagationInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.Transaction;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReader.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReader.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReader.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/ 
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 import javax.transaction.TransactionManager;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReaderFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReaderFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxTimeoutReaderFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxType.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxType.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/tx/TxType.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.tx;
 
 /**

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/QueuedTxLock.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/QueuedTxLock.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/QueuedTxLock.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxLockInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxSynchronized.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxSynchronized.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/txlock/TxSynchronized.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateChangeInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateChangeInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateChangeInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/CollectionStateManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedFieldUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedFieldUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedFieldUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListState.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListState.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListState.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedListUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapState.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapState.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapState.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedMapUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOState.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOState.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOState.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2005, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This is free software; you can redistribute it and/or modify it
-  * under the terms of the GNU Lesser General Public License as
-  * published by the Free Software Foundation; either version 2.1 of
-  * the License, or (at your option) any later version.
-  *
-  * This software is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  * Lesser General Public License for more details.
-  *
-  * You should have received a copy of the GNU Lesser General Public
-  * License along with this software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.aspects.versioned;
 
 import org.jboss.aop.Advised;

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedPOJOUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetState.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetState.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetState.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSetUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedState.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedState.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedState.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSynchronizationManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSynchronizationManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedSynchronizationManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedTxCache.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedUpdate.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedUpdate.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedUpdate.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedVersionManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedVersionManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/DistributedVersionManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LocalSynchronizationManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LocalSynchronizationManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LocalSynchronizationManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LockAttemptFailure.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LockAttemptFailure.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/LockAttemptFailure.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/OptimisticLockFailure.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/OptimisticLockFailure.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/OptimisticLockFailure.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateChangeInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateChangeInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateChangeInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/StateManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/SynchronizationManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/SynchronizationManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/SynchronizationManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/TxCache.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/TxCache.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/TxCache.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionReference.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionReference.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionReference.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/Versioned.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/Versioned.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/Versioned.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedConstructorInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObject.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObject.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObject.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectForwardingInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectForwardingInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectForwardingInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptorFactory.java
===================================================================
--- branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptorFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/main/org/jboss/aspects/versioned/VersionedObjectInterceptorFactory.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/classinfopool/AOPTester.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/classinfopool/AOPTester.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/classinfopool/AOPTester.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/test/AOPTestSetup.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/test/AOPTestSetup.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/aop/test/AOPTestSetup.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/AsynchTestCase.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/AsynchTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/AsynchTestCase.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/POJO.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/POJO.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/Service.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/Service.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/asynch/Service.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeploySarTestCase.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeploySarTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeploySarTestCase.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeployTestCase.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeployTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/HotdeployTestCase.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/POJO.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/POJO.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/Service.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/Service.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/Service.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/mbean/SimpleInterceptor.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/service/TestService.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/service/TestService.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/service/TestService.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/servlet/AOPTestServlet.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/servlet/AOPTestServlet.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/org/jboss/test/hotdeploy/servlet/AOPTestServlet.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModel.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModel.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModel.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanup.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanup.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanup.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanupWithParameters.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanupWithParameters.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithCleanupWithParameters.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanup.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanup.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanup.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanupWithParameters.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanupWithParameters.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessModelWithStaticCleanupWithParameters.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessThread.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessThread.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/BusinessThread.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package test.asynchronous;
 
 import org.jboss.aspects.asynchronous.AsynchronousTask;

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestAsynchronousAspects.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestAsynchronousAspects.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestAsynchronousAspects.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package test.asynchronous;
 
 import junit.framework.TestCase;

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestSuiteJBOSSAOP.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestSuiteJBOSSAOP.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/JUnitTestSuiteJBOSSAOP.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -19,7 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
 package test.asynchronous;
 
 

Modified: branches/Branch_4_0/aspects/src/test/test/asynchronous/Parameter.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/asynchronous/Parameter.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/asynchronous/Parameter.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/DbcTest.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/DbcTest.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/DbcTest.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/java/Sorter.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/java/Sorter.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/java/Sorter.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/office/Computer.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/office/Computer.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/office/Computer.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/office/Developer.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/office/Developer.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/office/Developer.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/office/OfficeManager.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/office/OfficeManager.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/office/OfficeManager.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/stack/Stack.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/stack/Stack.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/stack/Stack.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/dbc/stack/StackImpl.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/dbc/stack/StackImpl.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/dbc/stack/StackImpl.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Account.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Account.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Account.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/AccountWithReadWriteLock.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/AccountWithReadWriteLock.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/AccountWithReadWriteLock.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Driver.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/Driver.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/JUnitTestReadWriteLockAspects.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/JUnitTestReadWriteLockAspects.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/JUnitTestReadWriteLockAspects.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/ProcessTransaction.java
===================================================================
--- branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/ProcessTransaction.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test/test/patterns/readwritelock/ProcessTransaction.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as

Modified: branches/Branch_4_0/aspects/src/test50/org/jboss/test/aop/test/AOPTestSetup.java
===================================================================
--- branches/Branch_4_0/aspects/src/test50/org/jboss/test/aop/test/AOPTestSetup.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test50/org/jboss/test/aop/test/AOPTestSetup.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.test.aop.test;
 
 import javax.management.ObjectName;

Modified: branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/AsynchTestCase.java
===================================================================
--- branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/AsynchTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/AsynchTestCase.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.test.asynch;
 
 import junit.framework.Test;

Modified: branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/POJO.java
===================================================================
--- branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/POJO.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.test.asynch;
 
 import org.jboss.aspects.asynch.AsynchProvider;

Modified: branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/Service.java
===================================================================
--- branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/Service.java	2006-09-26 11:50:58 UTC (rev 57185)
+++ branches/Branch_4_0/aspects/src/test50/org/jboss/test/asynch/Service.java	2006-09-26 11:54:26 UTC (rev 57186)
@@ -1,24 +1,24 @@
 /*
-* JBoss, Home of Professional Open Source
-* Copyright 2005, JBoss Inc., and individual contributors as indicated
-* by the @authors tag. See the copyright.txt in the distribution for a
-* full listing of individual contributors.
-*
-* This is free software; you can redistribute it and/or modify it
-* under the terms of the GNU Lesser General Public License as
-* published by the Free Software Foundation; either version 2.1 of
-* the License, or (at your option) any later version.
-*
-* This software is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-* Lesser General Public License for more details.
-*
-* You should have received a copy of the GNU Lesser General Public
-* License along with this software; if not, write to the Free
-* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-*/
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
 package org.jboss.test.asynch;
 
 import org.jboss.aop.Dispatcher;




More information about the jboss-cvs-commits mailing list