[jboss-cvs] JBossAS SVN: r57185 - in branches/Branch_4_0/aop: docs/examples/annotated-aspects docs/examples/annotated-cflow docs/examples/annotated-composition docs/examples/annotated-declare docs/examples/annotated-dynamic-cflow docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web docs/examples/annotated-interceptors docs/examples/annotated-introduction docs/examples/annotated-precedence docs/examples/annotated-typedef docs/examples/declare docs/examples/injboss/src/main/org/jboss/injbossaop/mbean docs/examples/precedence src/jdk15/org/jboss/aop src/jdk15/org/jboss/aop/standalone src/main/org/jboss/aop src/main/org/jboss/aop/advice src/main/org/jboss/aop/annotation src/main/org/jboss/aop/hook src/main/org/jboss/aop/instrument src/main/org/jboss/aop/joinpoint src/main! /org/jboss/aop/pointcut src/main/org/jboss/aop/proxy src/main/org/jboss/aop/proxy/container src/main/org/jboss/aop/util src/test/org/jboss/test/aop/annotated src/test/org/jboss/test/aop/annotatedparams src/test/org/jboss/test/aop/args src/test/org/jboss/test/aop/callerscope src/test/org/jboss/test/aop/declare src/test/org/jboss/test/aop/declare/businesslayer src/test/org/jboss/test/aop/declare/datalayer src/test/org/jboss/test/aop/instanceofannotated src/test/org/jboss/test/aop/instanceofannotated/interfaces src/test/org/jboss/test/aop/jdk15/annotated src/test/org/jboss/test/aop/jdk15/annotated/declare src/test/org/jboss/test/aop/precedence src/test/org/jboss/test/aop/proxy src/test/org/jboss/test/aop/regression/inheritedmcall

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 26 07:53:14 EDT 2006


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

Modified:
   branches/Branch_4_0/aop/docs/examples/annotated-aspects/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-aspects/MyAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-aspects/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-cflow/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-cflow/MyAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-cflow/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-composition/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-composition/MyAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-composition/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-declare/CarDAO.java
   branches/Branch_4_0/aop/docs/examples/annotated-declare/DeclareAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-declare/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-declare/MotorbikeDAO.java
   branches/Branch_4_0/aop/docs/examples/annotated-declare/VehicleDAO.java
   branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleDynamicCFlow.java
   branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSession.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionBean.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionHome.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/ExampleValue.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/Standard.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/BasicExampleServlet.java
   branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/EarExampleServlet.java
   branches/Branch_4_0/aop/docs/examples/annotated-interceptors/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-interceptors/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-interceptors/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/MyAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2ExternalizableMixin.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO3.java
   branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO4.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence1.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence2.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor2.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor3.java
   branches/Branch_4_0/aop/docs/examples/annotated-precedence/TestAspect.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/Driver.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/ExecutionTypedefInterface.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO2.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor2.java
   branches/Branch_4_0/aop/docs/examples/declare/CarDAO.java
   branches/Branch_4_0/aop/docs/examples/declare/Driver.java
   branches/Branch_4_0/aop/docs/examples/declare/MotorbikeDAO.java
   branches/Branch_4_0/aop/docs/examples/declare/VehicleDAO.java
   branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/Standard.java
   branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java
   branches/Branch_4_0/aop/docs/examples/precedence/Driver.java
   branches/Branch_4_0/aop/docs/examples/precedence/FirstInterceptor.java
   branches/Branch_4_0/aop/docs/examples/precedence/LastInterceptor.java
   branches/Branch_4_0/aop/docs/examples/precedence/POJO.java
   branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor.java
   branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor2.java
   branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor3.java
   branches/Branch_4_0/aop/docs/examples/precedence/TestAspect.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareError.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareWarning.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/Precedence.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceAdvice.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceInterceptor.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/AOPTransformer.java
   branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/PluggableInstrumentor.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassContainer.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassLoaderValidation.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareError.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareWarning.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/DispatcherConnectException.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/Domain.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/DomainDefinition.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/InstanceDomain.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/NotFoundInDispatcherException.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/Precedence.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceAdvice.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceInterceptor.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/ReflectiveAspectBinder.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoader.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoaderFactory.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDef.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDefEntry.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceSorter.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/annotation/AnnotationCreator.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/GeneratePluggableInstrumentedClassLoader.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14Transformer.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14TransformerManager.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/instrument/DeclareChecker.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CallerInvocation.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CurrentInvocation.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareDef.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareTypeMatcher.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledClassProxy.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledInterfaceProxy.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MethodMapped.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/Proxy.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyFactory.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMethodInvocation.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMixin.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/AspectManaged.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ClassProxyContainer.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ContainerProxyFactory.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/Delegate.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ProxyTemplate.java
   branches/Branch_4_0/aop/src/main/org/jboss/aop/util/ThreadLocalStack.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/CFlowAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Interceptions.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceAspect1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PreparedPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/VariaPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/AnnotatedParamsTester.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Param.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ParamType.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Return.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ReturnType.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/SimpleInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/ArgsTestCase.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/Aspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/PojoInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/Caller.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/DeclareTestCase.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/Logger.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/SystemOutDecorator.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/businesslayer/BusinessObject.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Car.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/FourWheeler.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/MyVisitor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Truck.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Vehicle.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedSuperClass.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Annotation.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/ClassAnnotation.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/CountingInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/EmptyInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InstanceOfAnnotatedTester.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InterfaceAnnotation.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced3.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/IntroducedPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/SuperType.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Type.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/TypeAnnotation.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/WildcardPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/interfaces/SomeInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/CFlowAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Interceptions.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceAspect1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor1.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PreparedPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/VariaPOJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/AnnotatedDeclareTestCase.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/DeclareAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/SystemOutDecorator.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/Interceptions.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/PrecedenceTester.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor3.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect2.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect3.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/EchoInterceptor.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/Mixin.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/MixinInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/POJO.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/ProxyTestCase.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/SomeInterface.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/AOPTester.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Base.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Concrete.java
   branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/SimpleAspect.java
Log:
JBAS-3601, switch copyright to RedHat Middleware LLC

Modified: branches/Branch_4_0/aop/docs/examples/annotated-aspects/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-aspects/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-aspects/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-aspects/MyAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-aspects/MyAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-aspects/MyAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-aspects/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-aspects/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-aspects/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public int field;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-cflow/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-cflow/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-cflow/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-cflow/MyAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-cflow/MyAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-cflow/MyAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-cflow/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-cflow/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-cflow/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public POJO() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-composition/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-composition/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-composition/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-composition/MyAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-composition/MyAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-composition/MyAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-composition/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-composition/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-composition/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public int field;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-declare/CarDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-declare/CarDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-declare/CarDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class CarDAO extends VehicleDAO
 {
    public CarDAO(String registration)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-declare/DeclareAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-declare/DeclareAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-declare/DeclareAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-declare/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-declare/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-declare/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-declare/MotorbikeDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-declare/MotorbikeDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-declare/MotorbikeDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class MotorbikeDAO extends VehicleDAO
 {
    public MotorbikeDAO(String registration)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-declare/VehicleDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-declare/VehicleDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-declare/VehicleDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public abstract class VehicleDAO
 {
    String registration;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public POJO() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleDynamicCFlow.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleDynamicCFlow.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleDynamicCFlow.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-dynamic-cflow/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-dynamic-cflow/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSession.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSession.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSession.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.ejb;
 
 import java.rmi.RemoteException;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionBean.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionBean.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionBean.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.ejb;
 
 import java.rmi.RemoteException;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionHome.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionHome.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/ejb/ExampleSessionHome.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.ejb;
 import java.rmi.RemoteException;
 

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/ExampleValue.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/ExampleValue.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/ExampleValue.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.lib;
 
 import java.io.Serializable;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/lib/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.lib;
 
 import org.jboss.aop.joinpoint.ConstructorInvocation;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/Standard.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/Standard.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/Standard.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.mbean;
 
 /**

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.mbean;
 
 /**

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/BasicExampleServlet.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/BasicExampleServlet.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/BasicExampleServlet.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.web;
 
 import java.io.IOException;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/EarExampleServlet.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/EarExampleServlet.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-injboss/src/main/org/jboss/injbossaop/web/EarExampleServlet.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.web;
 
 import java.io.IOException;

Modified: branches/Branch_4_0/aop/docs/examples/annotated-interceptors/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-interceptors/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-interceptors/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-interceptors/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-interceptors/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-interceptors/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public POJO()

Modified: branches/Branch_4_0/aop/docs/examples/annotated-interceptors/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-interceptors/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-interceptors/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-introduction/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-introduction/MyAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/MyAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/MyAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-introduction/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public POJO() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO2
 {
    public POJO2() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2ExternalizableMixin.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2ExternalizableMixin.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO2ExternalizableMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-introduction/POJO3.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO3
 {
    public POJO3() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO4.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO4.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-introduction/POJO4.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO4
 {
    public POJO4() {}

Modified: branches/Branch_4_0/aop/docs/examples/annotated-precedence/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-precedence/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
 public class POJO
 {
    public POJO() 

Modified: branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence1.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-precedence/Precedence2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/Precedence2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-precedence/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-precedence/SimpleInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-precedence/SimpleInterceptor3.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/SimpleInterceptor3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-precedence/TestAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-precedence/TestAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-precedence/TestAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-typedef/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/annotated-typedef/ExecutionTypedefInterface.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/ExecutionTypedefInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/ExecutionTypedefInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,11 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- * @author <a href="mailto:kabirkhan at bigfoot.com">Kabir Khan</a>
- *
- */
 public interface ExecutionTypedefInterface {
 
 }

Modified: branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/** POJO to have execution pointcuts associated with it for testing 
- * typedefs 
- * @author <a href="mailto:kabirkhan at bigfoot.com">Kabir Khan</a>
- *
- */
 public class POJO{
 	public int field1;
 	

Modified: branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/POJO2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/** POJO to have execution pointcuts associated with it for testing 
- * typedefs 
- * @author <a href="mailto:kabirkhan at bigfoot.com">Kabir Khan</a>
- *
- */
 public class POJO2 implements ExecutionTypedefInterface{
 	public int field1;
 	

Modified: branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/annotated-typedef/SimpleInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/annotated-typedef/SimpleInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/docs/examples/declare/CarDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/declare/CarDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/declare/CarDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class CarDAO extends VehicleDAO
 {
    public CarDAO(String registration)

Modified: branches/Branch_4_0/aop/docs/examples/declare/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/declare/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/declare/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/declare/MotorbikeDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/declare/MotorbikeDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/declare/MotorbikeDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public class MotorbikeDAO extends VehicleDAO
 {
    public MotorbikeDAO(String registration)

Modified: branches/Branch_4_0/aop/docs/examples/declare/VehicleDAO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/declare/VehicleDAO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/declare/VehicleDAO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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,12 +19,6 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-
-/**
- *
- * @author <a href="mailto:kabir.khan at jboss.org">Kabir Khan</a>
- * @version $Revision$
- */
 public abstract class VehicleDAO
 {
    String registration;

Modified: branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/Standard.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/Standard.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/Standard.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.mbean;
 
 /**

Modified: branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/injboss/src/main/org/jboss/injbossaop/mbean/StandardMBean.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.injbossaop.mbean;
 
 /**

Modified: branches/Branch_4_0/aop/docs/examples/precedence/Driver.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/Driver.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/Driver.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
  */
-
 public class Driver
 {
    public static void main(String[] args)

Modified: branches/Branch_4_0/aop/docs/examples/precedence/FirstInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/FirstInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/FirstInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 import org.jboss.aop.advice.Interceptor;
 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/LastInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/LastInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/LastInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 import org.jboss.aop.advice.Interceptor;
 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/POJO.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 public class POJO
 {
    public POJO() 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 import org.jboss.aop.advice.Interceptor;
 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 import org.jboss.aop.advice.Interceptor;
 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor3.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/SimpleInterceptor3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 import org.jboss.aop.advice.Interceptor;
 

Modified: branches/Branch_4_0/aop/docs/examples/precedence/TestAspect.java
===================================================================
--- branches/Branch_4_0/aop/docs/examples/precedence/TestAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/docs/examples/precedence/TestAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.
+ */
 import org.jboss.aop.joinpoint.Invocation;
 
 /*

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareError.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareError.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareError.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.annotation.ElementType;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareWarning.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareWarning.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/DeclareWarning.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.annotation.ElementType;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/Precedence.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/Precedence.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/Precedence.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.annotation.ElementType;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceAdvice.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceAdvice.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceAdvice.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.annotation.ElementType;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/PrecedenceInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.annotation.ElementType;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/AOPTransformer.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/AOPTransformer.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/AOPTransformer.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.standalone;
 
 import org.jboss.aop.AspectManager;

Modified: branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/PluggableInstrumentor.java
===================================================================
--- branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/PluggableInstrumentor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/jdk15/org/jboss/aop/standalone/PluggableInstrumentor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.standalone;
 
 import java.lang.instrument.Instrumentation;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassContainer.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassContainer.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassContainer.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.reflect.Method;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassLoaderValidation.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassLoaderValidation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/ClassLoaderValidation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareError.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareError.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareError.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareWarning.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareWarning.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/DeclareWarning.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/DispatcherConnectException.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/DispatcherConnectException.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/DispatcherConnectException.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/Domain.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/Domain.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/Domain.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import org.jboss.aop.advice.AdviceStack;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/DomainDefinition.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/DomainDefinition.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/DomainDefinition.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/InstanceDomain.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/InstanceDomain.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/InstanceDomain.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.util.LinkedHashMap;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/NotFoundInDispatcherException.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/NotFoundInDispatcherException.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/NotFoundInDispatcherException.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/Precedence.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/Precedence.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/Precedence.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceAdvice.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceAdvice.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceAdvice.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/PrecedenceInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/ReflectiveAspectBinder.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/ReflectiveAspectBinder.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/ReflectiveAspectBinder.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.lang.reflect.Constructor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoader.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoader.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoader.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 import java.net.URL;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoaderFactory.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoaderFactory.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/XmlLoaderFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDef.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDef.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDef.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.advice;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDefEntry.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDefEntry.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceDefEntry.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.advice;
 
 

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceSorter.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceSorter.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/advice/PrecedenceSorter.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.advice;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/annotation/AnnotationCreator.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/annotation/AnnotationCreator.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/annotation/AnnotationCreator.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.annotation;
 
 import org.jboss.aop.annotation.ast.ASTAnnotation;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/GeneratePluggableInstrumentedClassLoader.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/GeneratePluggableInstrumentedClassLoader.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/GeneratePluggableInstrumentedClassLoader.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.hook;
 
 import javassist.CannotCompileException;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14Transformer.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14Transformer.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14Transformer.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.hook;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14TransformerManager.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14TransformerManager.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/hook/JDK14TransformerManager.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.hook;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/instrument/DeclareChecker.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/instrument/DeclareChecker.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/instrument/DeclareChecker.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.instrument;
 
 import java.util.Iterator;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CallerInvocation.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CallerInvocation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CallerInvocation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.joinpoint;
 
 import org.jboss.aop.advice.Interceptor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CurrentInvocation.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CurrentInvocation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/joinpoint/CurrentInvocation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.joinpoint;
 
 import org.jboss.aop.util.ThreadLocalStack;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareDef.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareDef.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareDef.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.pointcut;
 
 import java.io.StringReader;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareTypeMatcher.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareTypeMatcher.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/pointcut/DeclareTypeMatcher.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.pointcut;
 
 import javassist.CtClass;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledClassProxy.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledClassProxy.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledClassProxy.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import org.jboss.aop.InstanceAdvisor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledInterfaceProxy.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledInterfaceProxy.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MarshalledInterfaceProxy.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import org.jboss.aop.InstanceAdvisor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MethodMapped.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MethodMapped.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/MethodMapped.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import java.util.Map;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/Proxy.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/Proxy.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/Proxy.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import org.jboss.aop.InstanceAdvised;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyFactory.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyFactory.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import javassist.ClassPool;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMethodInvocation.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMethodInvocation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMethodInvocation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import org.jboss.aop.MethodInfo;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMixin.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMixin.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/ProxyMixin.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy;
 
 import java.io.Serializable;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/AspectManaged.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/AspectManaged.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/AspectManaged.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy.container;
 
 import org.jboss.aop.Advisor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ClassProxyContainer.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ClassProxyContainer.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ClassProxyContainer.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy.container;
 
 import java.util.Arrays;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ContainerProxyFactory.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ContainerProxyFactory.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ContainerProxyFactory.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy.container;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/Delegate.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/Delegate.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/Delegate.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy.container;
 
 /**

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ProxyTemplate.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ProxyTemplate.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/proxy/container/ProxyTemplate.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.proxy.container;
 
 import org.jboss.aop.Advisor;

Modified: branches/Branch_4_0/aop/src/main/org/jboss/aop/util/ThreadLocalStack.java
===================================================================
--- branches/Branch_4_0/aop/src/main/org/jboss/aop/util/ThreadLocalStack.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/main/org/jboss/aop/util/ThreadLocalStack.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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.util;
 
 import java.util.ArrayList;

Modified: branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/CFlowAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/CFlowAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/CFlowAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/Interceptions.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Interceptions.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Interceptions.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/NoInterfacesPOJO2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/Precedence1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/Precedence2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/Precedence2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/PrecedenceAspect1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceAspect1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceAspect1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/PreparedPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PreparedPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/PreparedPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotated/VariaPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/VariaPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotated/VariaPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/AnnotatedParamsTester.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/AnnotatedParamsTester.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/AnnotatedParamsTester.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/Param.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Param.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Param.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/ParamType.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ParamType.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ParamType.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/Return.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Return.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/Return.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/ReturnType.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ReturnType.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/ReturnType.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/annotatedparams/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/annotatedparams/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/args/ArgsTestCase.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/ArgsTestCase.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/ArgsTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/args/Aspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/Aspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/Aspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/args/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/args/PojoInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/PojoInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/args/PojoInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/Caller.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/Caller.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/Caller.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerClassAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerClassInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerClassJoinpointInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerInstanceInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerJoinpointInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerVmAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/callerscope/PerVmInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/callerscope/PerVmInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/DeclareTestCase.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/DeclareTestCase.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/DeclareTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/Logger.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/Logger.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/Logger.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/SystemOutDecorator.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/SystemOutDecorator.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/SystemOutDecorator.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/businesslayer/BusinessObject.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/businesslayer/BusinessObject.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/businesslayer/BusinessObject.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/datalayer/Car.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Car.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Car.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/datalayer/FourWheeler.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/FourWheeler.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/FourWheeler.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/datalayer/MyVisitor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/MyVisitor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/MyVisitor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/datalayer/Truck.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Truck.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Truck.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/declare/datalayer/Vehicle.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Vehicle.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/declare/datalayer/Vehicle.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedSuperClass.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedSuperClass.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/AnnotatedSuperClass.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/Annotation.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Annotation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Annotation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/ClassAnnotation.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/ClassAnnotation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/ClassAnnotation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/CountingInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/CountingInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/CountingInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/EmptyInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/EmptyInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/EmptyInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/InstanceOfAnnotatedTester.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InstanceOfAnnotatedTester.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InstanceOfAnnotatedTester.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/InterfaceAnnotation.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InterfaceAnnotation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/InterfaceAnnotation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced3.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Introduced3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/IntroducedPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/IntroducedPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/IntroducedPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/SuperType.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/SuperType.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/SuperType.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/Type.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Type.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/Type.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/TypeAnnotation.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/TypeAnnotation.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/TypeAnnotation.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/WildcardPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/WildcardPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/WildcardPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/instanceofannotated/interfaces/SomeInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/interfaces/SomeInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/instanceofannotated/interfaces/SomeInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/CFlowAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/CFlowAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/CFlowAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/Interceptions.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Interceptions.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Interceptions.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/NoInterfacesPOJO2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceAspect1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceAspect1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceAspect1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor1.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor1.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor1.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/PreparedPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PreparedPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/PreparedPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/VariaPOJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/VariaPOJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/VariaPOJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/AnnotatedDeclareTestCase.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/AnnotatedDeclareTestCase.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/AnnotatedDeclareTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/DeclareAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/DeclareAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/DeclareAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/SystemOutDecorator.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/SystemOutDecorator.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/jdk15/annotated/declare/SystemOutDecorator.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/FirstInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/Interceptions.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/Interceptions.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/Interceptions.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/LastAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/LastAspect2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/LastAspect2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/PrecedenceTester.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/PrecedenceTester.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/PrecedenceTester.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor3.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/SimpleInterceptor3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/TestAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/TestAspect2.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect2.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect2.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/precedence/TestAspect3.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect3.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/precedence/TestAspect3.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/EchoInterceptor.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/EchoInterceptor.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/EchoInterceptor.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/Mixin.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/Mixin.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/Mixin.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/MixinInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/MixinInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/MixinInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/POJO.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/POJO.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/POJO.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/ProxyTestCase.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/ProxyTestCase.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/ProxyTestCase.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/proxy/SomeInterface.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/SomeInterface.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/proxy/SomeInterface.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/AOPTester.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/AOPTester.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/AOPTester.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Base.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Base.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Base.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Concrete.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Concrete.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/Concrete.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/SimpleAspect.java
===================================================================
--- branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/SimpleAspect.java	2006-09-26 11:01:35 UTC (rev 57184)
+++ branches/Branch_4_0/aop/src/test/org/jboss/test/aop/regression/inheritedmcall/SimpleAspect.java	2006-09-26 11:50:58 UTC (rev 57185)
@@ -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




More information about the jboss-cvs-commits mailing list