From cf1a541669481846b68e0d8443335e9a826ac765 Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Wed, 17 Jan 2024 15:21:56 +0000 Subject: [PATCH 1/2] Add RAT plugin to check copyright headers --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index bfb8db303..4f4ded1f6 100644 --- a/pom.xml +++ b/pom.xml @@ -289,6 +289,27 @@ + + + org.apache.rat + apache-rat-plugin + 0.16 + + + **/*.java + + + + + rat-check + + check + + verify + + + + From 77a1501906f6d84830153bdbc97020962238ea3a Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Wed, 17 Jan 2024 15:22:23 +0000 Subject: [PATCH 2/2] Add missing copyright headers to Java files Copyright owner and date was generated by finding the original author and date from the git history. --- .../java/org/jboss/cdi/tck/api/InSequence.java | 15 +++++++++++++++ .../org/jboss/cdi/tck/TestSystemProperty.java | 15 +++++++++++++++ .../testng/SingleTestClassMethodInterceptor.java | 15 +++++++++++++++ .../contract/aroundConstruct/AlphaBinding.java | 15 +++++++++++++++ .../aroundInvoke/PackagePrivateBinding.java | 15 +++++++++++++++ .../contract/aroundInvoke/PrivateBinding.java | 15 +++++++++++++++ .../contract/aroundInvoke/ProtectedBinding.java | 15 +++++++++++++++ .../exceptions/aroundInvoke/ExceptionBinding.java | 15 +++++++++++++++ .../exceptions/aroundInvoke/SimpleBinding.java | 15 +++++++++++++++ .../contract/interceptorLifeCycle/BazBinding.java | 15 +++++++++++++++ .../interceptorLifeCycle/WeaponBinding.java | 15 +++++++++++++++ .../aroundConstruct/BazBinding.java | 15 +++++++++++++++ .../AroundConstructBinding1.java | 15 +++++++++++++++ .../AroundConstructBinding2.java | 15 +++++++++++++++ .../AroundConstructInterceptor1.java | 15 +++++++++++++++ .../AroundConstructInterceptor2.java | 15 +++++++++++++++ .../contract/invocationContext/Binding1.java | 15 +++++++++++++++ .../contract/invocationContext/Binding10.java | 15 +++++++++++++++ .../contract/invocationContext/Binding11.java | 15 +++++++++++++++ .../contract/invocationContext/Binding12.java | 15 +++++++++++++++ .../contract/invocationContext/Binding13.java | 15 +++++++++++++++ .../contract/invocationContext/Binding14.java | 15 +++++++++++++++ .../contract/invocationContext/Binding15.java | 15 +++++++++++++++ .../invocationContext/Binding15Additional.java | 15 +++++++++++++++ .../contract/invocationContext/Binding16.java | 15 +++++++++++++++ .../contract/invocationContext/Binding2.java | 15 +++++++++++++++ .../contract/invocationContext/Binding3.java | 15 +++++++++++++++ .../contract/invocationContext/Binding4.java | 15 +++++++++++++++ .../contract/invocationContext/Binding5.java | 15 +++++++++++++++ .../contract/invocationContext/Binding6.java | 15 +++++++++++++++ .../contract/invocationContext/Binding7.java | 15 +++++++++++++++ .../contract/invocationContext/Interceptor11.java | 15 +++++++++++++++ .../contract/invocationContext/Interceptor12.java | 15 +++++++++++++++ .../contract/invocationContext/Interceptor13.java | 15 +++++++++++++++ .../contract/invocationContext/Interceptor14.java | 15 +++++++++++++++ .../contract/invocationContext/PseudoBinding.java | 15 +++++++++++++++ .../contract/invocationContext/SimpleBinding.java | 15 +++++++++++++++ .../invocationContext/SimplePCBinding.java | 15 +++++++++++++++ .../contract/invocationContext/SuperBinding.java | 15 +++++++++++++++ .../contract/invocationContext/SuperClass.java | 15 +++++++++++++++ .../contract/lifecycleCallback/AnimalBinding.java | 15 +++++++++++++++ .../lifecycleCallback/ChickenBinding.java | 15 +++++++++++++++ .../contract/lifecycleCallback/DogBinding.java | 15 +++++++++++++++ .../contract/lifecycleCallback/SheepBinding.java | 15 +++++++++++++++ .../lifecycleCallback/exceptions/CatBinding.java | 15 +++++++++++++++ .../lifecycleCallback/exceptions/GoatBinding.java | 15 +++++++++++++++ .../jboss/cdi/tck/literals/InheritedLiteral.java | 15 +++++++++++++++ .../jboss/cdi/tck/literals/OverrideLiteral.java | 15 +++++++++++++++ .../jboss/cdi/tck/literals/StereotypeLiteral.java | 15 +++++++++++++++ .../selection/AlternativeDeltaProducer1.java | 15 +++++++++++++++ .../selection/AlternativeDeltaProducer2.java | 15 +++++++++++++++ .../tck/tests/alternative/selection/Delta.java | 15 +++++++++++++++ .../selection/SelectedAlternative03Test.java | 15 +++++++++++++++ .../selection/StandardDeltaProducer.java | 15 +++++++++++++++ .../alternative/selection/priority/Alpha.java | 15 +++++++++++++++ .../priority/AltBeanProducingAlternative.java | 15 +++++++++++++++ ...AltBeanProducingPrioritizedNonAlternative.java | 15 +++++++++++++++ .../alternative/selection/priority/Beta.java | 15 +++++++++++++++ .../alternative/selection/priority/Delta.java | 15 +++++++++++++++ .../alternative/selection/priority/Gamma.java | 15 +++++++++++++++ .../priority/NonAltBeanProducingAlternative.java | 15 +++++++++++++++ .../NonAltBeanWithPrioProducingAlternative.java | 15 +++++++++++++++ .../selection/priority/ProducedByField.java | 15 +++++++++++++++ .../selection/priority/ProducedByMethod.java | 15 +++++++++++++++ .../priority/ProducerExplicitPriorityTest.java | 15 +++++++++++++++ .../selection/priority/RegularBeanProducer.java | 15 +++++++++++++++ .../ContextRegisteringExtension.java | 15 +++++++++++++++ .../tests/beanContainer/CustomContextImpl1.java | 15 +++++++++++++++ .../tests/beanContainer/CustomContextImpl2.java | 15 +++++++++++++++ .../cdi/tck/tests/beanContainer/CustomScoped.java | 15 +++++++++++++++ .../cdi/tck/tests/beanContainer/NoImplScope.java | 15 +++++++++++++++ .../injection/BeanContainerInjectionTest.java | 15 +++++++++++++++ .../tck/tests/beanContainer/injection/MyBean.java | 15 +++++++++++++++ .../ChangeBeanQualifierExtension.java | 15 +++++++++++++++ .../ChangeBeanQualifierTest.java | 15 +++++++++++++++ .../changeBeanQualifier/MyOtherService.java | 15 +++++++++++++++ .../changeBeanQualifier/MyQualifier.java | 15 +++++++++++++++ .../extensions/changeBeanQualifier/MyService.java | 15 +++++++++++++++ .../changeBeanQualifier/MyServiceBar.java | 15 +++++++++++++++ .../changeBeanQualifier/MyServiceBaz.java | 15 +++++++++++++++ .../changeBeanQualifier/MyServiceFoo.java | 15 +++++++++++++++ .../ChangeInjectionPointExtension.java | 15 +++++++++++++++ .../ChangeInjectionPointTest.java | 15 +++++++++++++++ .../changeInjectionPoint/MyOtherService.java | 15 +++++++++++++++ .../changeInjectionPoint/MyQualifier.java | 15 +++++++++++++++ .../changeInjectionPoint/MyService.java | 15 +++++++++++++++ .../changeInjectionPoint/MyServiceBar.java | 15 +++++++++++++++ .../changeInjectionPoint/MyServiceFoo.java | 15 +++++++++++++++ .../ChangeInterceptorBindingExtension.java | 15 +++++++++++++++ .../ChangeInterceptorBindingTest.java | 15 +++++++++++++++ .../changeInterceptorBinding/MyBinding.java | 15 +++++++++++++++ .../changeInterceptorBinding/MyInterceptor.java | 15 +++++++++++++++ .../changeInterceptorBinding/MyService.java | 15 +++++++++++++++ .../ChangeObserverQualifierExtension.java | 15 +++++++++++++++ .../ChangeObserverQualifierTest.java | 15 +++++++++++++++ .../changeObserverQualifier/MyConsumer.java | 15 +++++++++++++++ .../changeObserverQualifier/MyEvent.java | 15 +++++++++++++++ .../changeObserverQualifier/MyProducer.java | 15 +++++++++++++++ .../changeObserverQualifier/MyQualifier.java | 15 +++++++++++++++ .../CustomInterceptorBindingExtension.java | 15 +++++++++++++++ .../CustomInterceptorBindingTest.java | 15 +++++++++++++++ .../MyCustomInterceptor.java | 15 +++++++++++++++ .../MyCustomInterceptorBinding.java | 15 +++++++++++++++ .../customInterceptorBinding/MyService.java | 15 +++++++++++++++ .../extensions/customNormalScope/Command.java | 15 +++++++++++++++ .../customNormalScope/CommandContext.java | 15 +++++++++++++++ .../CommandContextController.java | 15 +++++++++++++++ .../CommandContextControllerCreator.java | 15 +++++++++++++++ .../customNormalScope/CommandExecution.java | 15 +++++++++++++++ .../CommandExecutionCreator.java | 15 +++++++++++++++ .../customNormalScope/CommandExecutor.java | 15 +++++++++++++++ .../customNormalScope/CommandScoped.java | 15 +++++++++++++++ .../CustomNormalScopeExtension.java | 15 +++++++++++++++ .../customNormalScope/CustomNormalScopeTest.java | 15 +++++++++++++++ .../extensions/customNormalScope/IdService.java | 15 +++++++++++++++ .../extensions/customNormalScope/MyService.java | 15 +++++++++++++++ .../customPseudoScope/ApplicationScopedBean.java | 15 +++++++++++++++ .../CustomPseudoScopeExtension.java | 15 +++++++++++++++ .../customPseudoScope/CustomPseudoScopeTest.java | 15 +++++++++++++++ .../customPseudoScope/DependentBean.java | 15 +++++++++++++++ .../extensions/customPseudoScope/Prototype.java | 15 +++++++++++++++ .../customPseudoScope/PrototypeBean.java | 15 +++++++++++++++ .../customPseudoScope/PrototypeContext.java | 15 +++++++++++++++ .../customPseudoScope/PrototypeScoped.java | 15 +++++++++++++++ .../customPseudoScope/RequestScopedBean.java | 15 +++++++++++++++ .../customQualifier/CustomQualifierExtension.java | 15 +++++++++++++++ .../customQualifier/CustomQualifierTest.java | 15 +++++++++++++++ .../customQualifier/MyCustomQualifier.java | 15 +++++++++++++++ .../extensions/customQualifier/MyService.java | 15 +++++++++++++++ .../extensions/customQualifier/MyServiceBar.java | 15 +++++++++++++++ .../extensions/customQualifier/MyServiceFoo.java | 15 +++++++++++++++ .../CustomStereotypeExtension.java | 15 +++++++++++++++ .../customStereotype/CustomStereotypeTest.java | 15 +++++++++++++++ .../customStereotype/MyCustomStereotype.java | 15 +++++++++++++++ .../extensions/customStereotype/MyService.java | 15 +++++++++++++++ .../customStereotype/NotDiscoveredBean.java | 15 +++++++++++++++ .../InspectAnnotatedSubtypesExtension.java | 15 +++++++++++++++ .../InspectAnnotatedSubtypesTest.java | 15 +++++++++++++++ .../inspectAnnotatedSubtypes/MyAnnotation.java | 15 +++++++++++++++ .../inspectAnnotatedSubtypes/MyService.java | 15 +++++++++++++++ .../inspectAnnotatedSubtypes/MyServiceBar.java | 15 +++++++++++++++ .../inspectAnnotatedSubtypes/MyServiceBaz.java | 15 +++++++++++++++ .../inspectAnnotatedSubtypes/MyServiceFoo.java | 15 +++++++++++++++ .../AbstractInvalidExtensionParamTest.java | 15 +++++++++++++++ .../invalid/EnhancementMultipleParams2Test.java | 15 +++++++++++++++ .../EnhancementMultipleParamsExtension.java | 15 +++++++++++++++ .../EnhancementMultipleParamsExtension2.java | 15 +++++++++++++++ .../invalid/EnhancementMultipleParamsTest.java | 15 +++++++++++++++ .../invalid/EnhancementNoParamExtension.java | 15 +++++++++++++++ .../invalid/EnhancementNoParamTest.java | 15 +++++++++++++++ .../invalid/EnhancementOnlyMessagesExtension.java | 15 +++++++++++++++ .../invalid/EnhancementOnlyMessagesTest.java | 15 +++++++++++++++ .../invalid/EnhancementOnlyTypesExtension.java | 15 +++++++++++++++ .../invalid/EnhancementOnlyTypesTest.java | 15 +++++++++++++++ .../invalid/RegistrationMultipleParams2Test.java | 15 +++++++++++++++ .../RegistrationMultipleParamsExtension.java | 15 +++++++++++++++ .../RegistrationMultipleParamsExtension2.java | 15 +++++++++++++++ .../invalid/RegistrationMultipleParamsTest.java | 15 +++++++++++++++ .../invalid/RegistrationNoParamExtension.java | 15 +++++++++++++++ .../invalid/RegistrationNoParamTest.java | 15 +++++++++++++++ .../RegistrationOnlyMessagesExtension.java | 15 +++++++++++++++ .../invalid/RegistrationOnlyMessagesTest.java | 15 +++++++++++++++ .../invalid/RegistrationOnlyTypesExtension.java | 15 +++++++++++++++ .../invalid/RegistrationOnlyTypesTest.java | 15 +++++++++++++++ .../compatible/extensions/invalid/SomeBean.java | 15 +++++++++++++++ .../extensions/priority/PriorityExtension.java | 15 +++++++++++++++ .../extensions/priority/PriorityTest.java | 15 +++++++++++++++ .../extensions/registration/MyInterceptor.java | 15 +++++++++++++++ .../registration/MyInterceptorBinding.java | 15 +++++++++++++++ .../extensions/registration/MyQualifier.java | 15 +++++++++++++++ .../extensions/registration/MyService.java | 15 +++++++++++++++ .../extensions/registration/MyServiceBar.java | 15 +++++++++++++++ .../registration/MyServiceBarProducer.java | 15 +++++++++++++++ .../extensions/registration/MyServiceFoo.java | 15 +++++++++++++++ .../registration/RegistrationExtension.java | 15 +++++++++++++++ .../extensions/registration/RegistrationTest.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyComplexValue.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyEnum.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyPojo.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyPojoCreator.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyPojoDisposer.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyQualifier.java | 15 +++++++++++++++ .../extensions/syntheticBean/MyService.java | 15 +++++++++++++++ .../extensions/syntheticBean/MySimpleValue.java | 15 +++++++++++++++ .../syntheticBean/SyntheticBeanExtension.java | 15 +++++++++++++++ .../syntheticBean/SyntheticBeanTest.java | 15 +++++++++++++++ .../MyApplicationScopedBean.java | 15 +++++++++++++++ .../MyApplicationScopedBeanCreator.java | 15 +++++++++++++++ .../MyDependentBean.java | 15 +++++++++++++++ .../MyDependentBeanCreator.java | 15 +++++++++++++++ .../MyDependentBeanDisposer.java | 15 +++++++++++++++ .../SyntheticBeanInjectionPointExtension.java | 15 +++++++++++++++ .../SyntheticBeanInjectionPointTest.java | 15 +++++++++++++++ .../syntheticBeanWithLookup/MyDependentBean.java | 15 +++++++++++++++ .../syntheticBeanWithLookup/MyPojo.java | 15 +++++++++++++++ .../syntheticBeanWithLookup/MyPojoCreator.java | 15 +++++++++++++++ .../syntheticBeanWithLookup/MyPojoDisposer.java | 15 +++++++++++++++ .../SyntheticBeanWithLookupExtension.java | 15 +++++++++++++++ .../SyntheticBeanWithLookupTest.java | 15 +++++++++++++++ .../extensions/syntheticObserver/MyEvent.java | 15 +++++++++++++++ .../extensions/syntheticObserver/MyObserver.java | 15 +++++++++++++++ .../extensions/syntheticObserver/MyQualifier.java | 15 +++++++++++++++ .../extensions/syntheticObserver/MyService.java | 15 +++++++++++++++ .../SyntheticObserverExtension.java | 15 +++++++++++++++ .../syntheticObserver/SyntheticObserverTest.java | 15 +++++++++++++++ .../MyData.java | 15 +++++++++++++++ .../MyObserver.java | 15 +++++++++++++++ .../MyService.java | 15 +++++++++++++++ ...heticObserverOfParameterizedTypeExtension.java | 15 +++++++++++++++ .../SyntheticObserverOfParameterizedTypeTest.java | 15 +++++++++++++++ .../validation/ValidationExtension.java | 15 +++++++++++++++ .../extensions/validation/ValidationTest.java | 15 +++++++++++++++ .../cdi/tck/tests/context/MyRequestBean.java | 15 +++++++++++++++ .../TransactionalInterceptorDependency.java | 15 +++++++++++++++ .../tests/definition/bean/types/Gathering.java | 15 +++++++++++++++ .../bean/types/GroupingOfCertainType.java | 15 +++++++++++++++ .../bean/types/illegal/EagleProducer.java | 15 +++++++++++++++ .../tests/definition/scope/DummyStereotype.java | 15 +++++++++++++++ .../definition/stereotype/DummyStereotype.java | 15 +++++++++++++++ .../AnotherPriorityStereotype.java | 15 +++++++++++++++ ...lictingPrioritiesFromSingleStereotypeTest.java | 15 +++++++++++++++ .../ConflictingPriorityStereotypesTest.java | 15 +++++++++++++++ .../multiplePriorities/PriorityStereotype2.java | 15 +++++++++++++++ .../broken/multiplePriorities/SomeBean.java | 15 +++++++++++++++ .../broken/multiplePriorities/SomeOtherBean.java | 15 +++++++++++++++ .../inherited/AnotherDumbStereotype.java | 15 +++++++++++++++ .../inherited/AnotherStereotypeWithPriority.java | 15 +++++++++++++++ .../broken/multiplePriorities/inherited/Foo.java | 15 +++++++++++++++ .../inherited/FooAlternative.java | 15 +++++++++++++++ .../multiplePriorities/inherited/FooAncestor.java | 15 +++++++++++++++ .../StereotypeInheritedPriorityConflictTest.java | 15 +++++++++++++++ .../transitive/AnimalStereotype.java | 15 +++++++++++++++ .../scopeConflict/transitive/FishStereotype.java | 15 +++++++++++++++ .../scopeConflict/transitive/Scallop_Broken.java | 15 +++++++++++++++ .../TransitiveIncompatibleStereotypesTest.java | 15 +++++++++++++++ .../priority/AlternativePriorityStereotype.java | 15 +++++++++++++++ .../tests/definition/stereotype/priority/Bar.java | 15 +++++++++++++++ .../stereotype/priority/BarExtended.java | 15 +++++++++++++++ .../tests/definition/stereotype/priority/Baz.java | 15 +++++++++++++++ .../stereotype/priority/BazAlternative.java | 15 +++++++++++++++ .../stereotype/priority/BazAlternative2.java | 15 +++++++++++++++ .../definition/stereotype/priority/Charlie.java | 15 +++++++++++++++ .../stereotype/priority/CharlieAltStereotype.java | 15 +++++++++++++++ .../stereotype/priority/CharlieAlternative.java | 15 +++++++++++++++ .../tests/definition/stereotype/priority/Foo.java | 15 +++++++++++++++ .../stereotype/priority/FooAlternative.java | 15 +++++++++++++++ .../stereotype/priority/PriorityStereotype.java | 15 +++++++++++++++ .../priority/StereotypeWithPriorityTest.java | 15 +++++++++++++++ .../priority/inherited/DumbStereotype.java | 15 +++++++++++++++ .../stereotype/priority/inherited/Foo.java | 15 +++++++++++++++ .../priority/inherited/FooAlternative.java | 15 +++++++++++++++ .../priority/inherited/FooAncestor.java | 15 +++++++++++++++ .../StereotypeInheritedPriorityTest.java | 15 +++++++++++++++ .../inherited/StereotypeWithPriority.java | 15 +++++++++++++++ .../discovery/EmptyBeansXmlDiscoveryTest.java | 15 +++++++++++++++ .../deployment/discovery/SomeAnnotatedBean.java | 15 +++++++++++++++ .../deployment/discovery/SomeUnannotatedBean.java | 15 +++++++++++++++ .../cdi/tck/tests/event/bindingTypes/Extra.java | 15 +++++++++++++++ .../cdi/tck/tests/event/eventTypes/Extra.java | 15 +++++++++++++++ .../tck/tests/event/lifecycle/ObservingBean.java | 15 +++++++++++++++ .../event/lifecycle/StartupShutdownTest.java | 15 +++++++++++++++ .../tck/tests/event/observer/method/Number.java | 15 +++++++++++++++ .../DestroyForSameCreationalContextTest.java | 15 +++++++++++++++ .../DestroyedInstanceReturnedByGetTest.java | 15 +++++++++++++++ .../tests/full/context/GetFromContextualTest.java | 15 +++++++++++++++ .../full/context/GetOnInactiveContextTest.java | 15 +++++++++++++++ .../context/GetWithNoCreationalContextTest.java | 15 +++++++++++++++ .../context/dependent/DependentContextTest.java | 15 +++++++++++++++ .../full/context/passivating/ProducedInteger.java | 15 +++++++++++++++ .../ProducerMethodParamInjectionCorralBroken.java | 15 +++++++++++++++ .../BuiltinBeanPassivationDependencyTest.java | 15 +++++++++++++++ .../context/passivating/producer/Universe.java | 15 +++++++++++++++ .../context/dependent/DependentContextTest.java | 15 +++++++++++++++ .../decorator/DecoratoredBeanProxyTest.java | 15 +++++++++++++++ .../clientProxy/unproxyable/decorator/Fish.java | 15 +++++++++++++++ .../unproxyable/decorator/MarineDecorator.java | 15 +++++++++++++++ .../unproxyable/decorator/TestBean.java | 15 +++++++++++++++ .../clientProxy/unproxyable/decorator/Tuna.java | 15 +++++++++++++++ .../tests/full/definition/bean/custom/Bar.java | 15 +++++++++++++++ .../tests/full/deployment/discovery/Alpha2.java | 15 +++++++++++++++ .../tests/full/deployment/discovery/Alpha3.java | 15 +++++++++++++++ .../tests/full/deployment/trimmed/Popular.java | 15 +++++++++++++++ .../jboss/cdi/tck/tests/full/event/EventTest.java | 15 +++++++++++++++ .../tck/tests/full/event/fires/FireEventTest.java | 15 +++++++++++++++ .../priority/EventObserverOrderingTest.java | 15 +++++++++++++++ .../annotated/delivery/AplomadoFalcon.java | 15 +++++++++++++++ .../full/extensions/beanManager/CowBean.java | 15 +++++++++++++++ .../unavailable/methods/Transactional.java | 15 +++++++++++++++ .../AlternativePriorityExtension.java | 15 +++++++++++++++ .../bean/alternativePriority/Bar.java | 15 +++++++++++++++ .../BeanConfiguratorAlternativePriorityTest.java | 15 +++++++++++++++ .../bean/alternativePriority/Foo.java | 15 +++++++++++++++ .../injectionPoint/CarDecorator.java | 15 +++++++++++++++ .../BuildCompatibleExtensionSmokeTest.java | 15 +++++++++++++++ .../extensions/lite/coexistence/DummyBean.java | 15 +++++++++++++++ .../OverridenBuildCompatibleExtension.java | 15 +++++++++++++++ .../coexistence/OverridingPortableExtension.java | 15 +++++++++++++++ .../StandardBuildCompatibleExtension.java | 15 +++++++++++++++ .../coexistence/StandardPortableExtension.java | 15 +++++++++++++++ .../definition/broken/decorator/Number.java | 15 +++++++++++++++ .../field/definition/broken/decorator/Number.java | 15 +++++++++++++++ .../lifecycle/ProducerFieldLifecycleTest.java | 15 +++++++++++++++ .../producer/method/broken/decorator/Number.java | 15 +++++++++++++++ .../definition/ProducerMethodDefinitionTest.java | 15 +++++++++++++++ .../lifecycle/ProducerMethodLifecycleTest.java | 15 +++++++++++++++ .../implementation/simple/lifecycle/Bream.java | 15 +++++++++++++++ .../full/implementation/simple/lifecycle/Cod.java | 15 +++++++++++++++ .../simple/lifecycle/SimpleBeanLifecycleTest.java | 15 +++++++++++++++ .../contract/invocationContext/Dog.java | 15 +++++++++++++++ .../invocationContext/DogInterceptor.java | 15 +++++++++++++++ .../contract/invocationContext/Fish.java | 15 +++++++++++++++ .../invocationContext/FishInterceptor.java | 15 +++++++++++++++ ...InterceptorBindingsWithAtInterceptorsTest.java | 15 +++++++++++++++ ...rceptorBindingsWithInterceptorFactoryTest.java | 15 +++++++++++++++ .../contract/invocationContext/ProducerBean.java | 15 +++++++++++++++ .../contract/invocationContext/Product.java | 15 +++++++++++++++ .../invocationContext/ProductInterceptor1.java | 15 +++++++++++++++ .../invocationContext/ProductInterceptor2.java | 15 +++++++++++++++ .../ProductInterceptorBinding1.java | 15 +++++++++++++++ .../ProductInterceptorBinding2.java | 15 +++++++++++++++ .../ProductInterceptorBinding3.java | 15 +++++++++++++++ .../interceptorCalledBeforeDecorator/Foo.java | 15 +++++++++++++++ .../interceptorOrder/AccountBinding.java | 15 +++++++++++++++ .../tests/full/lookup/dynamic/broken/raw/Foo.java | 15 +++++++++++++++ .../lookup/injectionpoint/InjectionPointTest.java | 15 +++++++++++++++ .../broken/interceptor/ProducedString.java | 15 +++++++++++++++ .../definition/broken/interceptor/Number.java | 15 +++++++++++++++ .../method/broken/interceptor/Number.java | 15 +++++++++++++++ .../BrokenProducer.java | 15 +++++++++++++++ .../DoubleListProducer.java | 15 +++++++++++++++ ...ametrizedReturnTypeWithTypeVariable02Test.java | 15 +++++++++++++++ .../ParametrizedTypeWithWildcard02Test.java | 15 +++++++++++++++ .../producer/method/definition/Number.java | 15 +++++++++++++++ .../simple/definition/SnowTiger.java | 15 +++++++++++++++ .../implementation/simple/definition/White.java | 15 +++++++++++++++ .../implementation/simple/lifecycle/Tame.java | 15 +++++++++++++++ .../interceptors/invocation/MissileObserver.java | 15 +++++++++++++++ .../broken/injectionPointWithNamed/Bar.java | 15 +++++++++++++++ .../broken/injectionPointWithNamed/Baz.java | 15 +++++++++++++++ .../broken/injectionPointWithNamed2/Bar.java | 15 +++++++++++++++ .../broken/injectionPointWithNamed3/Bar.java | 15 +++++++++++++++ .../clientProxy/unproxyable/interceptor/Fish.java | 15 +++++++++++++++ .../unproxyable/interceptor/FishInterceptor.java | 15 +++++++++++++++ .../interceptor/InterceptedBeanProxyTest.java | 15 +++++++++++++++ .../unproxyable/interceptor/TestBean.java | 15 +++++++++++++++ .../clientProxy/unproxyable/interceptor/Tuna.java | 15 +++++++++++++++ .../tck/tests/lookup/dynamic/handle/Alpha.java | 15 +++++++++++++++ .../tck/tests/lookup/dynamic/handle/Bravo.java | 15 +++++++++++++++ .../tck/tests/lookup/dynamic/handle/Client.java | 15 +++++++++++++++ .../lookup/dynamic/handle/FirstProcessor.java | 15 +++++++++++++++ .../lookup/dynamic/handle/InstanceHandleTest.java | 15 +++++++++++++++ .../tck/tests/lookup/dynamic/handle/Juicy.java | 15 +++++++++++++++ .../tests/lookup/dynamic/handle/Processor.java | 15 +++++++++++++++ .../lookup/dynamic/handle/SecondProcessor.java | 15 +++++++++++++++ .../tests/lookup/injection/ProducedInteger.java | 15 +++++++++++++++ .../resolution/primitive/ProducedPrimitive.java | 15 +++++++++++++++ .../cdi/tck/tests/se/discovery/trimmed/Foo.java | 15 +++++++++++++++ .../tests/se/events/lifecycle/ObservingBean.java | 15 +++++++++++++++ .../se/events/lifecycle/StartupShutdownTest.java | 15 +++++++++++++++ .../org/jboss/cdi/tck/util/DependentInstance.java | 15 +++++++++++++++ .../cdi/tck/util/ForwardingInjectionPoint.java | 15 +++++++++++++++ .../cdi/tck/util/annotated/AnnotatedTypes.java | 15 +++++++++++++++ .../jboss/shrinkwrap/api/BeanDiscoveryMode.java | 15 +++++++++++++++ .../org/jboss/shrinkwrap/api/BeansXmlVersion.java | 15 +++++++++++++++ .../java/org/jboss/shrinkwrap/impl/BeansXml.java | 15 +++++++++++++++ .../test/shrinkwrap/beansxml/BeansXmlTest.java | 15 +++++++++++++++ .../shrinkwrap/beansxml/DummyReferenceClass.java | 15 +++++++++++++++ .../lang/model/tck/AnnotatedReceiverTypes.java | 15 +++++++++++++++ .../cdi/lang/model/tck/AnnotatedSuperTypes.java | 15 +++++++++++++++ .../cdi/lang/model/tck/AnnotatedThrowsTypes.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/AnnotatedTypes.java | 15 +++++++++++++++ .../cdi/lang/model/tck/AnnotationInstances.java | 15 +++++++++++++++ .../cdi/lang/model/tck/AnnotationMembers.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/BridgeMethods.java | 15 +++++++++++++++ .../cdi/lang/model/tck/DefaultConstructors.java | 15 +++++++++++++++ .../org/jboss/cdi/lang/model/tck/EnumMembers.java | 15 +++++++++++++++ .../org/jboss/cdi/lang/model/tck/Equality.java | 15 +++++++++++++++ .../cdi/lang/model/tck/InheritedAnnotations.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/InheritedFields.java | 15 +++++++++++++++ .../cdi/lang/model/tck/InheritedMethods.java | 15 +++++++++++++++ .../cdi/lang/model/tck/InterfaceMembers.java | 15 +++++++++++++++ .../cdi/lang/model/tck/JavaLangObjectMethods.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/LangModelUtils.java | 15 +++++++++++++++ .../cdi/lang/model/tck/LangModelVerifier.java | 15 +++++++++++++++ .../cdi/lang/model/tck/MissingAnnotation.java | 15 +++++++++++++++ .../cdi/lang/model/tck/PlainClassMembers.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/PrimitiveTypes.java | 15 +++++++++++++++ .../cdi/lang/model/tck/RepeatableAnnotations.java | 15 +++++++++++++++ .../cdi/lang/model/tck/SimpleAnnotation.java | 15 +++++++++++++++ .../org/jboss/cdi/lang/model/tck/SimpleClass.java | 15 +++++++++++++++ .../org/jboss/cdi/lang/model/tck/SimpleEnum.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/SimpleInterface.java | 15 +++++++++++++++ .../jboss/cdi/lang/model/tck/package-info.java | 15 +++++++++++++++ .../tests/contract/aroundInvoke/ee/Baz.java | 15 +++++++++++++++ .../cdi/tck/shrinkwrap/ee/DummySessionBean.java | 15 +++++++++++++++ .../enterprise/SelectedAlternativeTestUtil.java | 15 +++++++++++++++ .../selection/resource/DeltaResourceProducer.java | 15 +++++++++++++++ .../ResourceAlternativeExplicitPriorityTest.java | 15 +++++++++++++++ .../context/jms/AbstractMessageListener.java | 15 +++++++++++++++ .../ProducerMethodParamInjectionCorralBroken.java | 15 +++++++++++++++ .../remote/ResourcePassivationDependencyTest.java | 15 +++++++++++++++ .../SessionBeanPassivationDependencyTest.java | 15 +++++++++++++++ .../packaging/rar/TestResourceAdapter.java | 15 +++++++++++++++ .../event/observer/context/async/Counter.java | 15 +++++++++++++++ .../event/observer/context/enterprise/Foo.java | 15 +++++++++++++++ .../metadata/session/YoghurtInterceptor.java | 15 +++++++++++++++ .../enterprise/definition/remote/Bar.java | 15 +++++++++++++++ .../enterprise/definition/remote/Foo.java | 15 +++++++++++++++ .../enterprise/definition/remote/SuperBar.java | 15 +++++++++++++++ .../enterprise/definition/remote/Tame.java | 15 +++++++++++++++ .../broken/enterprise/nonstatic/Number.java | 15 +++++++++++++++ ...erpriseBeanNotDiscoveredAsManagedBeanTest.java | 15 +++++++++++++++ .../definition/ee/EnterpriseBeanObserver.java | 15 +++++++++++++++ .../broken/extend/sessionbean/LoginAction.java | 15 +++++++++++++++ .../extend/sessionbean/LoginActionBean.java | 15 +++++++++++++++ .../broken/extend/sessionbean/Mock.java | 15 +++++++++++++++ .../extend/sessionbean/MockLoginActionBean.java | 15 +++++++++++++++ .../finalClassInterceptor/ee/FooBinding.java | 15 +++++++++++++++ .../ee/MissileInterceptor.java | 15 +++++++++++++++ .../alternative/Specialization05Test.java | 15 +++++++++++++++ .../alternative/Specialization06Test.java | 15 +++++++++++++++ .../jboss/cdi/tck/test/ExclusionListsTest.java | 15 +++++++++++++++ 422 files changed, 6330 insertions(+) diff --git a/api/src/main/java/org/jboss/cdi/tck/api/InSequence.java b/api/src/main/java/org/jboss/cdi/tck/api/InSequence.java index 0c520cba6..496e2c59f 100644 --- a/api/src/main/java/org/jboss/cdi/tck/api/InSequence.java +++ b/api/src/main/java/org/jboss/cdi/tck/api/InSequence.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.api; import static java.lang.annotation.RetentionPolicy.RUNTIME; diff --git a/impl/src/main/java/org/jboss/cdi/tck/TestSystemProperty.java b/impl/src/main/java/org/jboss/cdi/tck/TestSystemProperty.java index 315f1bd90..57dd39c91 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/TestSystemProperty.java +++ b/impl/src/main/java/org/jboss/cdi/tck/TestSystemProperty.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck; /** diff --git a/impl/src/main/java/org/jboss/cdi/tck/impl/testng/SingleTestClassMethodInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/impl/testng/SingleTestClassMethodInterceptor.java index 20a760b33..60420276a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/impl/testng/SingleTestClassMethodInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/impl/testng/SingleTestClassMethodInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.impl.testng; import java.util.ArrayList; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundConstruct/AlphaBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundConstruct/AlphaBinding.java index d3ecdfe92..657daef4e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundConstruct/AlphaBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundConstruct/AlphaBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.aroundConstruct; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PackagePrivateBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PackagePrivateBinding.java index 5f38dbe13..e63220087 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PackagePrivateBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PackagePrivateBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PrivateBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PrivateBinding.java index 4b90e81e5..c4fb6c726 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PrivateBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/PrivateBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ProtectedBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ProtectedBinding.java index 774a9e70e..a2c303f89 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ProtectedBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ProtectedBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/ExceptionBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/ExceptionBinding.java index 40e04beaa..20ee1e9bb 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/ExceptionBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/ExceptionBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/SimpleBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/SimpleBinding.java index be8354891..e28528f84 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/SimpleBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/exceptions/aroundInvoke/SimpleBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.exceptions.aroundInvoke; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/BazBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/BazBinding.java index 477d16064..94523f7a8 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/BazBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/BazBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/WeaponBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/WeaponBinding.java index 27a75c627..ecb933530 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/WeaponBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/WeaponBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/aroundConstruct/BazBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/aroundConstruct/BazBinding.java index 7a2195ee0..272a1fbd9 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/aroundConstruct/BazBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/interceptorLifeCycle/aroundConstruct/BazBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.interceptorLifeCycle.aroundConstruct; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding1.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding1.java index 3c8f0045e..2a010c359 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding2.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding2.java index 13281f971..af44a1549 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructBinding2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor1.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor1.java index 041472522..87fa5d738 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor2.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor2.java index 3964bf00c..1c11d31a7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/AroundConstructInterceptor2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding1.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding1.java index e0a030e3a..ed21f2ea7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding10.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding10.java index f4490fa61..5626fa2b2 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding10.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding10.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding11.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding11.java index df64f1ca4..943d016e7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding11.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding11.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding12.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding12.java index 103654294..fb76fb7ad 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding12.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding12.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding13.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding13.java index 6f098f15d..5bb7096bb 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding13.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding13.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding14.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding14.java index c30920477..ca8bedf1f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding14.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding14.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15.java index 07101a39d..2134ba1bb 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15Additional.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15Additional.java index a3a3bf0df..9fa6b414e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15Additional.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding15Additional.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding16.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding16.java index 3c2a886fc..d10feac90 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding16.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding16.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding2.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding2.java index 2f2158f47..65a2d9508 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding3.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding3.java index 4bb1a3a6d..bfaf3e955 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding3.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding4.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding4.java index 5debfe4d9..a1f6586b1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding4.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding4.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding5.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding5.java index 1176c713d..2c4f742ae 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding5.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding5.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding6.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding6.java index acd528921..607795717 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding6.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding6.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding7.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding7.java index b08e3fdaf..f3878e59e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding7.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Binding7.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor11.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor11.java index 671235a41..ee97a5ad0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor11.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor11.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor12.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor12.java index 39a16e37e..d0b9093f1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor12.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor12.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor13.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor13.java index 71d72671b..81df6ad34 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor13.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor13.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor14.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor14.java index bf30407aa..bf5a70fd4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor14.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/Interceptor14.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/PseudoBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/PseudoBinding.java index 926b00b4a..3b2804b19 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/PseudoBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/PseudoBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimpleBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimpleBinding.java index 62d7cbaae..76a82ffb5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimpleBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimpleBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimplePCBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimplePCBinding.java index 7d95787ac..6ff72124b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimplePCBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SimplePCBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperBinding.java index 98d130989..dc84a6db4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperClass.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperClass.java index d669947b9..3ecc6bfa7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperClass.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/invocationContext/SuperClass.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.invocationContext; @SuperBinding diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/AnimalBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/AnimalBinding.java index cc0193440..71b9c8f55 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/AnimalBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/AnimalBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/ChickenBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/ChickenBinding.java index afc2d404c..db9a60a58 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/ChickenBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/ChickenBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/DogBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/DogBinding.java index a20a54b60..987115072 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/DogBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/DogBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/SheepBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/SheepBinding.java index 6013a8933..b2b6f9840 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/SheepBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/SheepBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/CatBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/CatBinding.java index 9f1ddaa12..be6387847 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/CatBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/CatBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/GoatBinding.java b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/GoatBinding.java index 0976904fb..6a0dff6e6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/GoatBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/lifecycleCallback/exceptions/GoatBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.exceptions; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/literals/InheritedLiteral.java b/impl/src/main/java/org/jboss/cdi/tck/literals/InheritedLiteral.java index 0c40a46d3..dd188f6ab 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/literals/InheritedLiteral.java +++ b/impl/src/main/java/org/jboss/cdi/tck/literals/InheritedLiteral.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.literals; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/literals/OverrideLiteral.java b/impl/src/main/java/org/jboss/cdi/tck/literals/OverrideLiteral.java index 9c22365dc..11f58e771 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/literals/OverrideLiteral.java +++ b/impl/src/main/java/org/jboss/cdi/tck/literals/OverrideLiteral.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.literals; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/literals/StereotypeLiteral.java b/impl/src/main/java/org/jboss/cdi/tck/literals/StereotypeLiteral.java index 08aebd2cb..8e384a1b9 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/literals/StereotypeLiteral.java +++ b/impl/src/main/java/org/jboss/cdi/tck/literals/StereotypeLiteral.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.literals; import jakarta.enterprise.inject.Stereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer1.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer1.java index 4d68ac47c..a564dc49a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer2.java index d299e7ae2..dabdcfea6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/AlternativeDeltaProducer2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/Delta.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/Delta.java index 77a9e31e8..795fe7807 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/Delta.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/Delta.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection; import jakarta.enterprise.inject.Vetoed; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/SelectedAlternative03Test.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/SelectedAlternative03Test.java index 553d1ef2d..fee5752d0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/SelectedAlternative03Test.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/SelectedAlternative03Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection; import static org.jboss.cdi.tck.cdi.Sections.UNSATISFIED_AND_AMBIG_DEPENDENCIES; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/StandardDeltaProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/StandardDeltaProducer.java index f8f1cd647..f32c04902 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/StandardDeltaProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/StandardDeltaProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Alpha.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Alpha.java index 4e9953e5f..0b1595ad0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Alpha.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Alpha.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; public class Alpha { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingAlternative.java index 18807d66b..383a77c8b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingPrioritizedNonAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingPrioritizedNonAlternative.java index 11e1a8bef..528f3ff85 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingPrioritizedNonAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/AltBeanProducingPrioritizedNonAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Beta.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Beta.java index 3352bf726..1a9835a73 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Beta.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Beta.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; public class Beta { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Delta.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Delta.java index 27dcedc32..9e754cc72 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Delta.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Delta.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; public class Delta { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Gamma.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Gamma.java index 9685706aa..57c366982 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Gamma.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/Gamma.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; public class Gamma { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanProducingAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanProducingAlternative.java index c15fbae9a..8720c7108 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanProducingAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanProducingAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanWithPrioProducingAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanWithPrioProducingAlternative.java index 7af9c32fe..9fe33de85 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanWithPrioProducingAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/NonAltBeanWithPrioProducingAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByField.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByField.java index d77cda397..680298608 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByField.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByField.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByMethod.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByMethod.java index b07525dc2..e749f4a2d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByMethod.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducedByMethod.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducerExplicitPriorityTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducerExplicitPriorityTest.java index 8fe48b9a6..e74583824 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducerExplicitPriorityTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/ProducerExplicitPriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import static org.jboss.cdi.tck.cdi.Sections.DECLARING_SELECTED_ALTERNATIVES_APPLICATION; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/RegularBeanProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/RegularBeanProducer.java index ed3f2d92e..0d9964922 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/RegularBeanProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/priority/RegularBeanProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.priority; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/ContextRegisteringExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/ContextRegisteringExtension.java index f4e6aeccd..a1c30f6f6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/ContextRegisteringExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/ContextRegisteringExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl1.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl1.java index 70e2eb1fb..a06dd3451 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer; import jakarta.enterprise.context.spi.AlterableContext; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl2.java index 65f70e5c2..72fb102d7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomContextImpl2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer; import jakarta.enterprise.context.spi.AlterableContext; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomScoped.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomScoped.java index f4144c003..29d1214dc 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomScoped.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/CustomScoped.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/NoImplScope.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/NoImplScope.java index 8c76096c9..1e4938113 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/NoImplScope.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/NoImplScope.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/BeanContainerInjectionTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/BeanContainerInjectionTest.java index df8723038..d516f418f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/BeanContainerInjectionTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/BeanContainerInjectionTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer.injection; import static org.jboss.cdi.tck.cdi.Sections.BEANCONTAINER; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/MyBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/MyBean.java index 69de8433c..ebb347e65 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/MyBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/beanContainer/injection/MyBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.beanContainer.injection; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierExtension.java index 3f5fb8130..ed8db65a1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierTest.java index 47dff89f7..e3ea27779 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/ChangeBeanQualifierTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyOtherService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyOtherService.java index 85a2c3a51..07aed88bc 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyOtherService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyOtherService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyQualifier.java index 754db6ce0..c8ebe84e4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyService.java index dd2444fe5..bdd8a430d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; public interface MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBar.java index 23a385d80..b318b6e06 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; public class MyServiceBar implements MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBaz.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBaz.java index 27f0f95f1..5ea61c589 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBaz.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceBaz.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; public class MyServiceBaz implements MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceFoo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceFoo.java index cee7e63aa..a2cb089d9 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceFoo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeBeanQualifier/MyServiceFoo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeBeanQualifier; @MyQualifier diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointExtension.java index 7f17c93b7..acf74196b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointTest.java index 3f96bc765..14c3cdf90 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/ChangeInjectionPointTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyOtherService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyOtherService.java index 6aa49d519..057b918e5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyOtherService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyOtherService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyQualifier.java index 96887561a..567d80788 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyService.java index 9e124cbec..66867f53b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; public interface MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceBar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceBar.java index 77d251cd0..40f589490 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceBar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceFoo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceFoo.java index a59c0aed9..5eb0fc812 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceFoo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInjectionPoint/MyServiceFoo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInjectionPoint; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingExtension.java index da8a86401..4ad452fb4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInterceptorBinding; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingTest.java index f3e2a878d..5c21c8acf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/ChangeInterceptorBindingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInterceptorBinding; import static org.testng.Assert.assertEquals; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyBinding.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyBinding.java index 2935bc109..d2192726e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInterceptorBinding; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyInterceptor.java index da02e6418..4b52cff2e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInterceptorBinding; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyService.java index c74c60453..fd1d1c8d4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeInterceptorBinding/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, IBM Corp., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeInterceptorBinding; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierExtension.java index b25bb4d60..9c9ff9112 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierTest.java index 650d1390c..e0f5537fe 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/ChangeObserverQualifierTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyConsumer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyConsumer.java index 0bb1a4218..3f8737a25 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyConsumer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyConsumer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyEvent.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyEvent.java index 53ab60b25..a5946605c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyEvent.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; public class MyEvent { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyProducer.java index 965a04166..6337f5679 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyQualifier.java index 4581ebfc3..d3b1acc39 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/changeObserverQualifier/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.changeObserverQualifier; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingExtension.java index c70e15f11..dce433784 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customInterceptorBinding; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingTest.java index 84197b310..99cd6f3e3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/CustomInterceptorBindingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customInterceptorBinding; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptor.java index 7d7bf6023..f29398667 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customInterceptorBinding; import jakarta.interceptor.AroundInvoke; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptorBinding.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptorBinding.java index 273b25cd8..777411328 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptorBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyCustomInterceptorBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customInterceptorBinding; import java.lang.annotation.Retention; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyService.java index 2f9abf063..f3e3992db 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customInterceptorBinding/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customInterceptorBinding; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/Command.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/Command.java index 6c3fa5231..fdc370fa7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/Command.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/Command.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; /** diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContext.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContext.java index 84163df5a..cfbc662f5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContext.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContext.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.ContextNotActiveException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextController.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextController.java index c713fc0c4..43f5dc83f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextController.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextController.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.ContextNotActiveException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextControllerCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextControllerCreator.java index 578a24ac1..6d0808f39 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextControllerCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandContextControllerCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecution.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecution.java index 887f4816a..fdb8ce5f3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecution.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecution.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import java.util.Date; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutionCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutionCreator.java index 13e91ed5f..84c8c747b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutionCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutionCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutor.java index f614a9666..4017f6643 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandExecutor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandScoped.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandScoped.java index db0a69582..9cb2cb578 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandScoped.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CommandScoped.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.NormalScope; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeExtension.java index 20b859fc1..60187a615 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeTest.java index dc0356506..a4dcc70d1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/CustomNormalScopeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/IdService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/IdService.java index dd0ac9e56..69d327c39 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/IdService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/IdService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import java.util.UUID; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/MyService.java index e2416d717..4b9c62405 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customNormalScope/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customNormalScope; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/ApplicationScopedBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/ApplicationScopedBean.java index 469e9ff98..55e6f40a5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/ApplicationScopedBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/ApplicationScopedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeExtension.java index ccf8495f5..e28f88005 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeTest.java index f648b95db..8f7af7993 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/CustomPseudoScopeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/DependentBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/DependentBean.java index 869f80888..aa8e91793 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/DependentBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/DependentBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/Prototype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/Prototype.java index 05d4a6027..de1fce6d3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/Prototype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/Prototype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.context.spi.Context; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeBean.java index 447982c31..066b1fb41 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import java.util.UUID; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeContext.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeContext.java index ff67ae5f2..4f478ea1f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeContext.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeContext.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.context.spi.AlterableContext; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeScoped.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeScoped.java index 8f9e4725b..238ccdd61 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeScoped.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/PrototypeScoped.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.inject.Stereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/RequestScopedBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/RequestScopedBean.java index 4310e9391..37ff8781e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/RequestScopedBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customPseudoScope/RequestScopedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customPseudoScope; import jakarta.enterprise.context.RequestScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierExtension.java index ef7d0c294..1e94170ea 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierTest.java index e8cc89677..68fa3ad6c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/CustomQualifierTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyCustomQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyCustomQualifier.java index 88f1861c1..5a6074a37 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyCustomQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyCustomQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyService.java index b6374ec54..358789294 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; public interface MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceBar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceBar.java index 61d08d276..29d4ce2cc 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceBar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceFoo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceFoo.java index 914a9bb97..900270e25 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceFoo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customQualifier/MyServiceFoo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customQualifier; public class MyServiceFoo implements MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeExtension.java index 5e1f6a54a..24c4c63ed 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeTest.java index b1f7f0ce2..69c971b68 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/CustomStereotypeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyCustomStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyCustomStereotype.java index 8d333881f..54f623cb4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyCustomStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyCustomStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype; import java.lang.annotation.Retention; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyService.java index 41f8bcfd9..6758a7e27 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype; @MyCustomStereotype diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/NotDiscoveredBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/NotDiscoveredBean.java index be08be6c6..3af305208 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/NotDiscoveredBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/customStereotype/NotDiscoveredBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.customStereotype; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesExtension.java index 83a4164c6..be0bc5022 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesTest.java index 7b75dfe2f..ee50a0f3c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/InspectAnnotatedSubtypesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyAnnotation.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyAnnotation.java index 9889a2444..e34dae998 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyAnnotation.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; import java.lang.annotation.Retention; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyService.java index f62972f14..c9f978f02 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; public interface MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBar.java index fa0e2a89f..1d2725197 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBaz.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBaz.java index 6f2be0f52..754f5d7ac 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBaz.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceBaz.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; public class MyServiceBaz implements MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceFoo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceFoo.java index 1834ddf69..06a97a227 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceFoo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/inspectAnnotatedSubtypes/MyServiceFoo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.inspectAnnotatedSubtypes; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/AbstractInvalidExtensionParamTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/AbstractInvalidExtensionParamTest.java index c34b86428..539200131 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/AbstractInvalidExtensionParamTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/AbstractInvalidExtensionParamTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import org.jboss.cdi.tck.AbstractTest; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParams2Test.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParams2Test.java index 529d0d500..b0e0d2b2b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParams2Test.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParams2Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension.java index d9b9514d8..42f3cc812 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension2.java index e9155dfeb..207794885 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsExtension2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsTest.java index 249d9afd8..3687d4247 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementMultipleParamsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamExtension.java index 80e7bbd2b..d113cced1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamTest.java index 2e8558d35..96b79c575 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementNoParamTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesExtension.java index ceb45a67f..18d1170e0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesTest.java index 58884b946..bbc391b6e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyMessagesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesExtension.java index 270278af4..1bd19145d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesTest.java index d2e8dc0ec..aac5b1e7b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/EnhancementOnlyTypesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParams2Test.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParams2Test.java index 4d8afeafc..9e971a7d2 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParams2Test.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParams2Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension.java index e2b21ef6b..450c675ad 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BeanInfo; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension2.java index 07fdbe92b..3078f9014 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsExtension2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BeanInfo; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsTest.java index 3387e507b..c2ba80355 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationMultipleParamsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamExtension.java index b49741b8e..c7a100683 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamTest.java index e55979b59..1bbb2e737 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationNoParamTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesExtension.java index 958b2d522..38c2fdbe6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesTest.java index 1fb58b844..0f98321ad 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyMessagesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesExtension.java index 96cfff8a6..7f9543292 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesTest.java index d11669a20..81ef9c214 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/RegistrationOnlyTypesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/SomeBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/SomeBean.java index 846e404bc..4e1f21bb5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/SomeBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/invalid/SomeBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.invalid; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityExtension.java index 513252730..e71813941 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityTest.java index 2dc18ebe0..77c0e2c63 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/priority/PriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.priority; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptor.java index b577f40b6..c27511666 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptorBinding.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptorBinding.java index 056244cfb..f5ed2c649 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptorBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyInterceptorBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.interceptor.InterceptorBinding; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyQualifier.java index 56097bd9b..9c8f40f2c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyService.java index 246dc79b8..54d3cb6d0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; public interface MyService { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBar.java index 985a94a75..da2c3c8a7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; // intentionally not a bean, to test that producer-based bean is processed diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBarProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBarProducer.java index c94d08caa..43eff8de6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBarProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceBarProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceFoo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceFoo.java index bf8f23500..2a889c772 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceFoo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/MyServiceFoo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationExtension.java index 3418ac06e..a74011a27 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import jakarta.enterprise.inject.build.compatible.spi.BeanInfo; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationTest.java index 14d7f56e9..6476312df 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/registration/RegistrationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.registration; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyComplexValue.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyComplexValue.java index a86a4120f..92ee93bfe 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyComplexValue.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyComplexValue.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import java.lang.annotation.Retention; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyEnum.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyEnum.java index 7916f744c..62df02abb 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyEnum.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyEnum.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; public enum MyEnum { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojo.java index 098cdc464..17c73b98e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; public class MyPojo { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoCreator.java index c947a7706..effe1ec85 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoDisposer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoDisposer.java index 7c96d7919..e3e92e496 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoDisposer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyPojoDisposer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyQualifier.java index e37cfb8f1..7061303b9 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyService.java index b95c48aa9..5c680a779 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MySimpleValue.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MySimpleValue.java index 36c6e9032..2f17fc2c6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MySimpleValue.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/MySimpleValue.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.util.AnnotationLiteral; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanExtension.java index f442c0985..ec5df1b79 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanTest.java index 6694ca871..1da4d7577 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBean/SyntheticBeanTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBean; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBean.java index bf1a7619f..3b2eb642a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; public class MyApplicationScopedBean { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBeanCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBeanCreator.java index f2256b5aa..f5cbcd1b6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBeanCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyApplicationScopedBeanCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBean.java index 181f4f906..20639dd17 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; public class MyDependentBean { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanCreator.java index 80f63d3aa..0f090cd6e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanDisposer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanDisposer.java index 3349e10a7..284cb6ca8 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanDisposer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/MyDependentBeanDisposer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointExtension.java index ca556342e..e8e561fd7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointTest.java index 22f893cbd..3ade5e16b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanInjectionPoint/SyntheticBeanInjectionPointTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanInjectionPoint; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyDependentBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyDependentBean.java index adf8e29bb..690d2c42a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyDependentBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyDependentBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import jakarta.annotation.PostConstruct; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojo.java index 170c37a17..bd3f097b0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import java.util.concurrent.atomic.AtomicInteger; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoCreator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoCreator.java index b4adcd353..9be8f857e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoCreator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoCreator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoDisposer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoDisposer.java index 9a47217eb..5a241484d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoDisposer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/MyPojoDisposer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupExtension.java index 94e00f658..39ec223d6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupTest.java index 71be9c953..c3aa8238a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticBeanWithLookup/SyntheticBeanWithLookupTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticBeanWithLookup; import jakarta.enterprise.inject.Instance; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyEvent.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyEvent.java index e470a6a92..c5b3f5aac 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyEvent.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; public class MyEvent { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyObserver.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyObserver.java index dd8b5f474..f618ab037 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyObserver.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; import jakarta.enterprise.inject.build.compatible.spi.Parameters; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyQualifier.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyQualifier.java index 382730904..4c395a71b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyQualifier.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyQualifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyService.java index 5d9755051..83d17f5f4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverExtension.java index 768c3484b..582eaf55d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverTest.java index 9143da9a8..5e7af3f60 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserver/SyntheticObserverTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserver; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyData.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyData.java index a5c8329b0..8d558c178 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyData.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyData.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserverOfParameterizedType; public class MyData { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyObserver.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyObserver.java index aa5b891ed..f30acd84f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyObserver.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserverOfParameterizedType; import jakarta.enterprise.inject.build.compatible.spi.Parameters; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyService.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyService.java index 1ef7dc9f6..33a7c430b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyService.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/MyService.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserverOfParameterizedType; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeExtension.java index c27b103cf..b3bd10463 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserverOfParameterizedType; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeTest.java index 892943ab6..6ad2d8ec7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/syntheticObserverOfParameterizedType/SyntheticObserverOfParameterizedTypeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.syntheticObserverOfParameterizedType; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationExtension.java index 82cec8c40..0ee452c93 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.validation; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationTest.java index d46ff09b2..ed104d4e5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/build/compatible/extensions/validation/ValidationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.build.compatible.extensions.validation; import jakarta.enterprise.inject.spi.DeploymentException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/context/MyRequestBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/context/MyRequestBean.java index b2781e9ba..bef48a414 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/context/MyRequestBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/context/MyRequestBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context; import jakarta.enterprise.context.RequestScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/context/dependent/TransactionalInterceptorDependency.java b/impl/src/main/java/org/jboss/cdi/tck/tests/context/dependent/TransactionalInterceptorDependency.java index b21d89061..c46fffb24 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/context/dependent/TransactionalInterceptorDependency.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/context/dependent/TransactionalInterceptorDependency.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context.dependent; import jakarta.annotation.PreDestroy; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/Gathering.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/Gathering.java index 643eb74a6..6c1657e42 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/Gathering.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/Gathering.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.bean.types; public interface Gathering extends GroupingOfCertainType { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/GroupingOfCertainType.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/GroupingOfCertainType.java index cc69fd832..600ee1855 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/GroupingOfCertainType.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/GroupingOfCertainType.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.bean.types; public interface GroupingOfCertainType { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/illegal/EagleProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/illegal/EagleProducer.java index 36fa86544..040c76de0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/illegal/EagleProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/bean/types/illegal/EagleProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.bean.types.illegal; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/scope/DummyStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/scope/DummyStereotype.java index e9b0a1efd..53f0f4550 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/scope/DummyStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/scope/DummyStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.scope; import static java.lang.annotation.ElementType.TYPE; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/DummyStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/DummyStereotype.java index a7be7a01a..8ea274954 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/DummyStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/DummyStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/AnotherPriorityStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/AnotherPriorityStereotype.java index 2cf8bc65e..a37e08f0d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/AnotherPriorityStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/AnotherPriorityStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPrioritiesFromSingleStereotypeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPrioritiesFromSingleStereotypeTest.java index e323c44cd..c2cdfaf90 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPrioritiesFromSingleStereotypeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPrioritiesFromSingleStereotypeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPriorityStereotypesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPriorityStereotypesTest.java index c6d989eec..a1fb8dfc0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPriorityStereotypesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/ConflictingPriorityStereotypesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/PriorityStereotype2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/PriorityStereotype2.java index 8352a9c3f..598d4f869 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/PriorityStereotype2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/PriorityStereotype2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeBean.java index c63ea3cc5..529d3cb14 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeOtherBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeOtherBean.java index 8548d2b33..88dbca153 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeOtherBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/SomeOtherBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherDumbStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherDumbStereotype.java index 6601b6bb4..91b0de06d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherDumbStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherDumbStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; import jakarta.enterprise.inject.Stereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherStereotypeWithPriority.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherStereotypeWithPriority.java index 3a1d544aa..3a872596c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherStereotypeWithPriority.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/AnotherStereotypeWithPriority.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/Foo.java index a5d2e90a7..4a651c9f9 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; @AnotherDumbStereotype diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAlternative.java index e3d01a74e..350ee123d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAncestor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAncestor.java index 6bd2d2a9f..b879f066d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAncestor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/FooAncestor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; import org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited.DumbStereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/StereotypeInheritedPriorityConflictTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/StereotypeInheritedPriorityConflictTest.java index 357b36e96..51a751c66 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/StereotypeInheritedPriorityConflictTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/multiplePriorities/inherited/StereotypeInheritedPriorityConflictTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.multiplePriorities.inherited; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/AnimalStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/AnimalStereotype.java index 2a0ca3cf7..0ef3ef06c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/AnimalStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/AnimalStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.transitive; import jakarta.enterprise.context.RequestScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/FishStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/FishStereotype.java index 6224ca2e3..2d5c1aef2 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/FishStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/FishStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.transitive; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/Scallop_Broken.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/Scallop_Broken.java index 96519d1fd..010f0ba2e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/Scallop_Broken.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/Scallop_Broken.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.transitive; /** diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/TransitiveIncompatibleStereotypesTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/TransitiveIncompatibleStereotypesTest.java index a8014c1f3..c0e42cfdf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/TransitiveIncompatibleStereotypesTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/broken/scopeConflict/transitive/TransitiveIncompatibleStereotypesTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.broken.scopeConflict.transitive; import jakarta.enterprise.inject.spi.DefinitionException; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/AlternativePriorityStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/AlternativePriorityStereotype.java index 5b856e37c..0a2e23851 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/AlternativePriorityStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/AlternativePriorityStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.inject.Alternative; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Bar.java index f984e8e35..a2af8c115 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BarExtended.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BarExtended.java index ca08126a5..f1ddf145a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BarExtended.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BarExtended.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Baz.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Baz.java index f22c5f69c..147465c04 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Baz.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Baz.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; public class Baz { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative.java index c3b348825..a65c62cec 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative2.java index 21387bde3..c1174162f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/BazAlternative2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Charlie.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Charlie.java index 99d972a20..89a268dd2 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Charlie.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Charlie.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAltStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAltStereotype.java index 4f7280800..64f5aa87a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAltStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAltStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAlternative.java index cff7207f0..5cb89f281 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/CharlieAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Foo.java index 0137eec30..b68bc48cd 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/FooAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/FooAlternative.java index 2a8afa369..f0e958731 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/FooAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/FooAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/PriorityStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/PriorityStereotype.java index 01c5010ea..461f9d2d8 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/PriorityStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/PriorityStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/StereotypeWithPriorityTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/StereotypeWithPriorityTest.java index 2720becfa..8eeaeeab6 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/StereotypeWithPriorityTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/StereotypeWithPriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority; import static org.testng.Assert.assertEquals; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/DumbStereotype.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/DumbStereotype.java index abfc8b7c8..5faf4227a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/DumbStereotype.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/DumbStereotype.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; import jakarta.enterprise.inject.Stereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/Foo.java index e79abeec9..c1d834ce1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; public class Foo extends FooAncestor { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAlternative.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAlternative.java index cdc5400e7..cc2b64f01 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAlternative.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAlternative.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAncestor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAncestor.java index d8e99877e..5ee0831de 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAncestor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/FooAncestor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; @DumbStereotype diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeInheritedPriorityTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeInheritedPriorityTest.java index 706910440..0541861c3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeInheritedPriorityTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeInheritedPriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; import static org.testng.Assert.assertTrue; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeWithPriority.java b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeWithPriority.java index fabeb41f3..7529cbc61 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeWithPriority.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/definition/stereotype/priority/inherited/StereotypeWithPriority.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.definition.stereotype.priority.inherited; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/EmptyBeansXmlDiscoveryTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/EmptyBeansXmlDiscoveryTest.java index 9536804ad..36fb182ca 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/EmptyBeansXmlDiscoveryTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/EmptyBeansXmlDiscoveryTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.deployment.discovery; import static org.testng.Assert.assertFalse; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeAnnotatedBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeAnnotatedBean.java index a38f81dc9..8c51a1625 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeAnnotatedBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeAnnotatedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.deployment.discovery; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeUnannotatedBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeUnannotatedBean.java index 4e2efa161..0b99289d1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeUnannotatedBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/deployment/discovery/SomeUnannotatedBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.deployment.discovery; // no bean defining annotation diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/event/bindingTypes/Extra.java b/impl/src/main/java/org/jboss/cdi/tck/tests/event/bindingTypes/Extra.java index 93b36717f..8225cf677 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/event/bindingTypes/Extra.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/event/bindingTypes/Extra.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.bindingTypes; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/event/eventTypes/Extra.java b/impl/src/main/java/org/jboss/cdi/tck/tests/event/eventTypes/Extra.java index 21929be90..d1dfd36c1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/event/eventTypes/Extra.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/event/eventTypes/Extra.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.eventTypes; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/ObservingBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/ObservingBean.java index f5403fcc9..ec6c1c460 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/ObservingBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/ObservingBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.lifecycle; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/StartupShutdownTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/StartupShutdownTest.java index fa95766ad..b1feab252 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/StartupShutdownTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/event/lifecycle/StartupShutdownTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.lifecycle; import static org.jboss.cdi.tck.cdi.Sections.STARTUP_EVENT; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/event/observer/method/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/event/observer/method/Number.java index e1a9cc84d..b18cbf403 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/event/observer/method/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/event/observer/method/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2014, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.observer.method; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyForSameCreationalContextTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyForSameCreationalContextTest.java index c0bd1684b..110f55d3c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyForSameCreationalContextTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyForSameCreationalContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context; import static org.jboss.cdi.tck.cdi.Sections.CONTEXT; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyedInstanceReturnedByGetTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyedInstanceReturnedByGetTest.java index 3a1d18a05..e52c1ee80 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyedInstanceReturnedByGetTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/DestroyedInstanceReturnedByGetTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context; import static org.jboss.cdi.tck.cdi.Sections.BEAN; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetFromContextualTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetFromContextualTest.java index 98120c545..1064a3176 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetFromContextualTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetFromContextualTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context; import static org.jboss.cdi.tck.cdi.Sections.CONTEXT; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetOnInactiveContextTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetOnInactiveContextTest.java index 3d2ddd635..e914d7bdf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetOnInactiveContextTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetOnInactiveContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context; import static org.jboss.cdi.tck.cdi.Sections.CONTEXT; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetWithNoCreationalContextTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetWithNoCreationalContextTest.java index 5f0ca363c..cc6a99946 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetWithNoCreationalContextTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/GetWithNoCreationalContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context; import static org.jboss.cdi.tck.cdi.Sections.CONTEXT; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/dependent/DependentContextTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/dependent/DependentContextTest.java index 99587cade..e905de987 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/dependent/DependentContextTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/dependent/DependentContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context.dependent; import java.util.Set; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/ProducedInteger.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/ProducedInteger.java index 6294c8ce5..51bcbd6c8 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/ProducedInteger.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/ProducedInteger.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context.passivating; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/broken/producer/method/managed/dependent/ProducerMethodParamInjectionCorralBroken.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/broken/producer/method/managed/dependent/ProducerMethodParamInjectionCorralBroken.java index 61de2a859..c98fbff68 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/broken/producer/method/managed/dependent/ProducerMethodParamInjectionCorralBroken.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/broken/producer/method/managed/dependent/ProducerMethodParamInjectionCorralBroken.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context.passivating.broken.producer.method.managed.dependent; import jakarta.enterprise.context.SessionScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/dependency/builtin/BuiltinBeanPassivationDependencyTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/dependency/builtin/BuiltinBeanPassivationDependencyTest.java index a39690caf..0127a98a1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/dependency/builtin/BuiltinBeanPassivationDependencyTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/dependency/builtin/BuiltinBeanPassivationDependencyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/producer/Universe.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/producer/Universe.java index 9f7abc8c4..5c2335854 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/producer/Universe.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/context/passivating/producer/Universe.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.context.passivating.producer; import java.io.Serializable; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/context/dependent/DependentContextTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/context/dependent/DependentContextTest.java index 776f15454..bd43aada3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/context/dependent/DependentContextTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/context/dependent/DependentContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.context.dependent; import jakarta.enterprise.context.spi.CreationalContext; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/DecoratoredBeanProxyTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/DecoratoredBeanProxyTest.java index 8f343cd64..65327ae3a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/DecoratoredBeanProxyTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/DecoratoredBeanProxyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.lookup.clientProxy.unproxyable.decorator; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Fish.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Fish.java index cae1012f6..55731f90c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Fish.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Fish.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.lookup.clientProxy.unproxyable.decorator; public interface Fish { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/MarineDecorator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/MarineDecorator.java index 5d30914f7..3c1351295 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/MarineDecorator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/MarineDecorator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.lookup.clientProxy.unproxyable.decorator; import jakarta.decorator.Decorator; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/TestBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/TestBean.java index a03884fe2..661631e89 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/TestBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/TestBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.lookup.clientProxy.unproxyable.decorator; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Tuna.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Tuna.java index ce6ba9c8f..74d66d5f0 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Tuna.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/decorators/lookup/clientProxy/unproxyable/decorator/Tuna.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.decorators.lookup.clientProxy.unproxyable.decorator; public final class Tuna implements Fish { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/definition/bean/custom/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/definition/bean/custom/Bar.java index c7eefd29f..7e0045c26 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/definition/bean/custom/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/definition/bean/custom/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.definition.bean.custom; import jakarta.inject.Inject; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha2.java index e5d9914dc..daa25e2b4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.deployment.discovery; public class Alpha2 implements Ping { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha3.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha3.java index 08d8289ec..17e340488 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha3.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/discovery/Alpha3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.deployment.discovery; public class Alpha3 implements Ping { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/trimmed/Popular.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/trimmed/Popular.java index aa72fb3af..8003fa176 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/trimmed/Popular.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/deployment/trimmed/Popular.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.deployment.trimmed; import java.lang.annotation.ElementType; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/EventTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/EventTest.java index a0b28b882..6e9ac62fe 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/EventTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/EventTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.event; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/fires/FireEventTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/fires/FireEventTest.java index da5260a2d..bb1893515 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/fires/FireEventTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/fires/FireEventTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.event.fires; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/observer/priority/EventObserverOrderingTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/observer/priority/EventObserverOrderingTest.java index b8a5cff22..46390d3c5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/observer/priority/EventObserverOrderingTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/event/observer/priority/EventObserverOrderingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.event.observer.priority; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/annotated/delivery/AplomadoFalcon.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/annotated/delivery/AplomadoFalcon.java index ec3f993d0..557dfdaf1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/annotated/delivery/AplomadoFalcon.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/annotated/delivery/AplomadoFalcon.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.annotated.delivery; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/CowBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/CowBean.java index 7459f2446..b87601e47 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/CowBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/CowBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.beanManager; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/bootstrap/unavailable/methods/Transactional.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/bootstrap/unavailable/methods/Transactional.java index 2eae99cbd..7014f611f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/bootstrap/unavailable/methods/Transactional.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/beanManager/bootstrap/unavailable/methods/Transactional.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.beanManager.bootstrap.unavailable.methods; import java.lang.annotation.Documented; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/AlternativePriorityExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/AlternativePriorityExtension.java index 45c7792f4..2756f8ff4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/AlternativePriorityExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/AlternativePriorityExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.configurators.bean.alternativePriority; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Bar.java index 38357fa43..ec12301ec 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.configurators.bean.alternativePriority; import jakarta.enterprise.inject.Vetoed; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/BeanConfiguratorAlternativePriorityTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/BeanConfiguratorAlternativePriorityTest.java index 874f841d4..83de98d13 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/BeanConfiguratorAlternativePriorityTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/BeanConfiguratorAlternativePriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.configurators.bean.alternativePriority; import jakarta.inject.Inject; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Foo.java index 2674fe12c..d3c167255 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/bean/alternativePriority/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.configurators.bean.alternativePriority; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/injectionPoint/CarDecorator.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/injectionPoint/CarDecorator.java index 478789504..347280e17 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/injectionPoint/CarDecorator.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/configurators/injectionPoint/CarDecorator.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.configurators.injectionPoint; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/BuildCompatibleExtensionSmokeTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/BuildCompatibleExtensionSmokeTest.java index 41df7dcf9..ed591dd2d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/BuildCompatibleExtensionSmokeTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/BuildCompatibleExtensionSmokeTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/DummyBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/DummyBean.java index e1dd5f83a..a64f30493 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/DummyBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/DummyBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridenBuildCompatibleExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridenBuildCompatibleExtension.java index 97f7e2815..3fdc4ffbf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridenBuildCompatibleExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridenBuildCompatibleExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import jakarta.enterprise.inject.build.compatible.spi.BeanInfo; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridingPortableExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridingPortableExtension.java index f9e257dcc..c6e69855b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridingPortableExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/OverridingPortableExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import jakarta.enterprise.event.Observes; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardBuildCompatibleExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardBuildCompatibleExtension.java index 9436d6fd5..8485cc058 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardBuildCompatibleExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardBuildCompatibleExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import jakarta.enterprise.inject.build.compatible.spi.BeanInfo; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardPortableExtension.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardPortableExtension.java index 25fa1c4bd..5a94c0125 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardPortableExtension.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/extensions/lite/coexistence/StandardPortableExtension.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.extensions.lite.coexistence; import jakarta.enterprise.event.Observes; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/disposal/method/definition/broken/decorator/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/disposal/method/definition/broken/decorator/Number.java index 3e8c309c8..6987ec159 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/disposal/method/definition/broken/decorator/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/disposal/method/definition/broken/decorator/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.disposal.method.definition.broken.decorator; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/definition/broken/decorator/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/definition/broken/decorator/Number.java index c83adaf0a..3a6048cfe 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/definition/broken/decorator/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/definition/broken/decorator/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.producer.field.definition.broken.decorator; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java index f6ea2b671..4bd4d070c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/field/lifecycle/ProducerFieldLifecycleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.producer.field.lifecycle; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/broken/decorator/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/broken/decorator/Number.java index 4f701f8ba..aacfd83a2 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/broken/decorator/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/broken/decorator/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.producer.method.broken.decorator; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/definition/ProducerMethodDefinitionTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/definition/ProducerMethodDefinitionTest.java index a9c2eafa8..e22cb0eb7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/definition/ProducerMethodDefinitionTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/definition/ProducerMethodDefinitionTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.producer.method.definition; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java index 4d9308a38..05c2f7f74 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/producer/method/lifecycle/ProducerMethodLifecycleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.producer.method.lifecycle; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Bream.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Bream.java index e98097446..68ae6bb65 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Bream.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Bream.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.simple.lifecycle; import jakarta.enterprise.context.SessionScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Cod.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Cod.java index 8a029ff5b..86657fdcf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Cod.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/Cod.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.simple.lifecycle; import jakarta.annotation.PreDestroy; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/SimpleBeanLifecycleTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/SimpleBeanLifecycleTest.java index 997133651..86ccbcc4c 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/SimpleBeanLifecycleTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/implementation/simple/lifecycle/SimpleBeanLifecycleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.implementation.simple.lifecycle; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Dog.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Dog.java index 45f05b78d..784b916f1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Dog.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Dog.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/DogInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/DogInterceptor.java index 6df7cf004..7df6b4c38 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/DogInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/DogInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.interceptor.AroundInvoke; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Fish.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Fish.java index c8d947aee..b9eca6efa 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Fish.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Fish.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/FishInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/FishInterceptor.java index 9c6b299e2..1e802dff3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/FishInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/FishInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.interceptor.AroundInvoke; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithAtInterceptorsTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithAtInterceptorsTest.java index 2ab47d223..214f75e01 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithAtInterceptorsTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithAtInterceptorsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import org.jboss.arquillian.container.test.api.Deployment; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithInterceptorFactoryTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithInterceptorFactoryTest.java index a2e216847..a9c811859 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithInterceptorFactoryTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/InterceptorBindingsWithInterceptorFactoryTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProducerBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProducerBean.java index fd352dae4..7b78397cf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProducerBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProducerBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Product.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Product.java index f43976fc1..3be9b2b96 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Product.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/Product.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; public class Product { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor1.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor1.java index a2d8c1ba6..97ffc63de 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor2.java index e6af52ca8..93fc0f5b7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptor2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding1.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding1.java index b06b1b0cc..f86ba6e5f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding1.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding1.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding2.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding2.java index 416d3af71..da5f4bcd7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding2.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding2.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding3.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding3.java index f4149d449..088fde77e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding3.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/contract/invocationContext/ProductInterceptorBinding3.java @@ -1,3 +1,18 @@ +/* + * Copyright 2024, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.contract.invocationContext; import static java.lang.annotation.ElementType.METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorCalledBeforeDecorator/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorCalledBeforeDecorator/Foo.java index 90574afb7..b5640a60a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorCalledBeforeDecorator/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorCalledBeforeDecorator/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.definition.interceptorCalledBeforeDecorator; public interface Foo { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorOrder/AccountBinding.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorOrder/AccountBinding.java index 323ca8706..c3414a57b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorOrder/AccountBinding.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/interceptors/definition/interceptorOrder/AccountBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.interceptors.definition.interceptorOrder; import java.lang.annotation.Inherited; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/dynamic/broken/raw/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/dynamic/broken/raw/Foo.java index f0d40d042..079417884 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/dynamic/broken/raw/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/dynamic/broken/raw/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.lookup.dynamic.broken.raw; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/injectionpoint/InjectionPointTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/injectionpoint/InjectionPointTest.java index 9a20dc643..0a6159eb1 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/injectionpoint/InjectionPointTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/full/lookup/injectionpoint/InjectionPointTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.full.lookup.injectionpoint; import static org.jboss.cdi.tck.TestGroups.CDI_FULL; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/disposal/method/definition/broken/interceptor/ProducedString.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/disposal/method/definition/broken/interceptor/ProducedString.java index b516678b7..ea340696b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/disposal/method/definition/broken/interceptor/ProducedString.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/disposal/method/definition/broken/interceptor/ProducedString.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.disposal.method.definition.broken.interceptor; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/interceptor/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/interceptor/Number.java index a20ba8b02..151e3ac08 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/interceptor/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/interceptor/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.interceptor; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/interceptor/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/interceptor/Number.java index 0f1495848..53e45bf87 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/interceptor/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/interceptor/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterAnnotatedObservesAsync/BrokenProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterAnnotatedObservesAsync/BrokenProducer.java index fd82c33d1..89acdbf5a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterAnnotatedObservesAsync/BrokenProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterAnnotatedObservesAsync/BrokenProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2015, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedObservesAsync; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/DoubleListProducer.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/DoubleListProducer.java index 0f6d490ad..faf4dd8de 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/DoubleListProducer.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/DoubleListProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter; import java.util.ArrayList; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/ParametrizedReturnTypeWithTypeVariable02Test.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/ParametrizedReturnTypeWithTypeVariable02Test.java index ad1956805..69284b532 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/ParametrizedReturnTypeWithTypeVariable02Test.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithTypeParameter/ParametrizedReturnTypeWithTypeVariable02Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithTypeParameter; import static org.jboss.cdi.tck.cdi.Sections.PRODUCER_METHOD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithWildcard/ParametrizedTypeWithWildcard02Test.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithWildcard/ParametrizedTypeWithWildcard02Test.java index baa252e9e..8d4716412 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithWildcard/ParametrizedTypeWithWildcard02Test.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/broken/parameterizedTypeWithWildcard/ParametrizedTypeWithWildcard02Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterizedTypeWithWildcard; import static org.jboss.cdi.tck.cdi.Sections.LEGAL_BEAN_TYPES; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/definition/Number.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/definition/Number.java index ddf53bfa9..7637337a7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/definition/Number.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/method/definition/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.method.definition; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/SnowTiger.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/SnowTiger.java index 625665e64..8b0faa298 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/SnowTiger.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/SnowTiger.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.simple.definition; import jakarta.inject.Singleton; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/White.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/White.java index daec81043..1d0b23a45 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/White.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/White.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.simple.definition; import jakarta.enterprise.inject.Stereotype; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/lifecycle/Tame.java b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/lifecycle/Tame.java index 5aad33a2a..ba3ea5e94 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/lifecycle/Tame.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/lifecycle/Tame.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.simple.lifecycle; import jakarta.inject.Qualifier; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/interceptors/invocation/MissileObserver.java b/impl/src/main/java/org/jboss/cdi/tck/tests/interceptors/invocation/MissileObserver.java index 2eb1c7d74..44d7c52d7 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/interceptors/invocation/MissileObserver.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/interceptors/invocation/MissileObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.interceptors.invocation; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Bar.java index 5bd618ff4..9ecdf8486 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Baz.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Baz.java index 91ebd44d0..fa54a3616 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Baz.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed/Baz.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed; public class Baz { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed2/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed2/Bar.java index 3b9f15f38..27f9e8121 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed2/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed2/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed2; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed3/Bar.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed3/Bar.java index aae86302b..0bdbb26cf 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed3/Bar.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/byname/broken/injectionPointWithNamed3/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.byname.broken.injectionPointWithNamed3; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Fish.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Fish.java index 9cf5405ad..26cf52e4a 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Fish.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Fish.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor; import java.lang.annotation.Documented; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/FishInterceptor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/FishInterceptor.java index 55dc832cb..3c9a95e96 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/FishInterceptor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/FishInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor; import jakarta.annotation.Priority; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/InterceptedBeanProxyTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/InterceptedBeanProxyTest.java index f77cb4070..c6f81baab 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/InterceptedBeanProxyTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/InterceptedBeanProxyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor; import static org.jboss.cdi.tck.cdi.Sections.UNPROXYABLE; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/TestBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/TestBean.java index ac2f0c15d..b4a9428be 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/TestBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/TestBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Tuna.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Tuna.java index fa24ed37c..6d3b9366e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Tuna.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/clientProxy/unproxyable/interceptor/Tuna.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.interceptor; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Alpha.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Alpha.java index e73405fbe..cbf2ed34b 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Alpha.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Alpha.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import jakarta.annotation.PostConstruct; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Bravo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Bravo.java index 929fb76ad..5743dd945 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Bravo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Bravo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import jakarta.annotation.PostConstruct; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Client.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Client.java index 5f0c0346f..29f5ae6f4 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Client.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Client.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/FirstProcessor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/FirstProcessor.java index e6a4f2f11..4600e8066 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/FirstProcessor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/FirstProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import jakarta.annotation.PreDestroy; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/InstanceHandleTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/InstanceHandleTest.java index 5a6cbe93a..ffbbb4ca5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/InstanceHandleTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/InstanceHandleTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import static org.jboss.cdi.tck.cdi.Sections.DYNAMIC_LOOKUP; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Juicy.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Juicy.java index 8815e5e43..6c2d5288e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Juicy.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Juicy.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Processor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Processor.java index 8cb0a1fa2..4d41adec5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Processor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/Processor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; public interface Processor { diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/SecondProcessor.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/SecondProcessor.java index 92fb99060..8cb84e59e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/SecondProcessor.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/dynamic/handle/SecondProcessor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.dynamic.handle; import jakarta.annotation.PreDestroy; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/injection/ProducedInteger.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/injection/ProducedInteger.java index 36b6e7119..86bf3d96d 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/injection/ProducedInteger.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/injection/ProducedInteger.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.injection; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/typesafe/resolution/primitive/ProducedPrimitive.java b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/typesafe/resolution/primitive/ProducedPrimitive.java index ef893d81f..db0768692 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/typesafe/resolution/primitive/ProducedPrimitive.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/lookup/typesafe/resolution/primitive/ProducedPrimitive.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive; import static java.lang.annotation.ElementType.FIELD; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/se/discovery/trimmed/Foo.java b/impl/src/main/java/org/jboss/cdi/tck/tests/se/discovery/trimmed/Foo.java index 723e39db6..33efa2636 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/se/discovery/trimmed/Foo.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/se/discovery/trimmed/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2016, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.se.discovery.trimmed; import jakarta.enterprise.context.Dependent; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/ObservingBean.java b/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/ObservingBean.java index a15de42f4..be5c443b3 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/ObservingBean.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/ObservingBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.se.events.lifecycle; import jakarta.enterprise.context.ApplicationScoped; diff --git a/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/StartupShutdownTest.java b/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/StartupShutdownTest.java index 5c8c64a30..699e66cde 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/StartupShutdownTest.java +++ b/impl/src/main/java/org/jboss/cdi/tck/tests/se/events/lifecycle/StartupShutdownTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2022, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.se.events.lifecycle; import static org.jboss.cdi.tck.TestGroups.SE; diff --git a/impl/src/main/java/org/jboss/cdi/tck/util/DependentInstance.java b/impl/src/main/java/org/jboss/cdi/tck/util/DependentInstance.java index 4746f7ea2..7dbd3513f 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/util/DependentInstance.java +++ b/impl/src/main/java/org/jboss/cdi/tck/util/DependentInstance.java @@ -1,3 +1,18 @@ +/* + * Copyright 2013, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.util; import java.lang.annotation.Annotation; diff --git a/impl/src/main/java/org/jboss/cdi/tck/util/ForwardingInjectionPoint.java b/impl/src/main/java/org/jboss/cdi/tck/util/ForwardingInjectionPoint.java index 6eb42bf49..9d210a45e 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/util/ForwardingInjectionPoint.java +++ b/impl/src/main/java/org/jboss/cdi/tck/util/ForwardingInjectionPoint.java @@ -1,3 +1,18 @@ +/* + * Copyright 2012, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.util; import java.lang.annotation.Annotation; diff --git a/impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedTypes.java b/impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedTypes.java index 6646f5dd0..3f72200a5 100644 --- a/impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedTypes.java +++ b/impl/src/main/java/org/jboss/cdi/tck/util/annotated/AnnotatedTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2017, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.util.annotated; import java.lang.reflect.Constructor; diff --git a/impl/src/main/java/org/jboss/shrinkwrap/api/BeanDiscoveryMode.java b/impl/src/main/java/org/jboss/shrinkwrap/api/BeanDiscoveryMode.java index a4a06796b..14e330ac4 100644 --- a/impl/src/main/java/org/jboss/shrinkwrap/api/BeanDiscoveryMode.java +++ b/impl/src/main/java/org/jboss/shrinkwrap/api/BeanDiscoveryMode.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.shrinkwrap.api; public enum BeanDiscoveryMode { diff --git a/impl/src/main/java/org/jboss/shrinkwrap/api/BeansXmlVersion.java b/impl/src/main/java/org/jboss/shrinkwrap/api/BeansXmlVersion.java index 34055345a..45fc872ec 100644 --- a/impl/src/main/java/org/jboss/shrinkwrap/api/BeansXmlVersion.java +++ b/impl/src/main/java/org/jboss/shrinkwrap/api/BeansXmlVersion.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.shrinkwrap.api; public enum BeansXmlVersion { diff --git a/impl/src/main/java/org/jboss/shrinkwrap/impl/BeansXml.java b/impl/src/main/java/org/jboss/shrinkwrap/impl/BeansXml.java index 7d5fd776e..66c6cdf28 100644 --- a/impl/src/main/java/org/jboss/shrinkwrap/impl/BeansXml.java +++ b/impl/src/main/java/org/jboss/shrinkwrap/impl/BeansXml.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.shrinkwrap.impl; import org.jboss.shrinkwrap.api.BeanDiscoveryMode; diff --git a/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/BeansXmlTest.java b/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/BeansXmlTest.java index 4bb15e0a4..924184357 100644 --- a/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/BeansXmlTest.java +++ b/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/BeansXmlTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.test.shrinkwrap.beansxml; import org.jboss.cdi.tck.shrinkwrap.AssetUtil; diff --git a/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/DummyReferenceClass.java b/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/DummyReferenceClass.java index 8db5e843b..dbcf304ba 100644 --- a/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/DummyReferenceClass.java +++ b/impl/src/test/java/org/jboss/cdi/tck/test/shrinkwrap/beansxml/DummyReferenceClass.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.test.shrinkwrap.beansxml; public class DummyReferenceClass { diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java index de2bc38f3..472d6df8a 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedReceiverTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java index a78033007..db82d3bf5 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedSuperTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java index df20f4214..a9bcba3a0 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedThrowsTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java index 98ec23b75..2bb4c0c10 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotatedTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.AnnotationInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationInstances.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationInstances.java index 6b5c501c1..809db07c9 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationInstances.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationInstances.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.AnnotationInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationMembers.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationMembers.java index 0a7821ce6..4f586f920 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationMembers.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/AnnotationMembers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/BridgeMethods.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/BridgeMethods.java index dad4b8414..5fbe86f4a 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/BridgeMethods.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/BridgeMethods.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/DefaultConstructors.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/DefaultConstructors.java index 8f1b1d4b4..44af2daa4 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/DefaultConstructors.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/DefaultConstructors.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java index 68cf64823..8fd6f656a 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/EnumMembers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/Equality.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/Equality.java index 695ba865a..e1c524cea 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/Equality.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/Equality.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.AnnotationTarget; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedAnnotations.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedAnnotations.java index 0a7496ec0..af78724d6 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedAnnotations.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedAnnotations.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedFields.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedFields.java index 57191be9e..04c85206f 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedFields.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedFields.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedMethods.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedMethods.java index 36e37de69..a38e65191 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedMethods.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InheritedMethods.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InterfaceMembers.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InterfaceMembers.java index 76c9fd2e9..a2e828c86 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InterfaceMembers.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/InterfaceMembers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/JavaLangObjectMethods.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/JavaLangObjectMethods.java index 277264b8b..dc546548c 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/JavaLangObjectMethods.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/JavaLangObjectMethods.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelUtils.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelUtils.java index 0c691fb5d..10f0b28d2 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelUtils.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelUtils.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java index a09ed6657..b784794bd 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/LangModelVerifier.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/MissingAnnotation.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/MissingAnnotation.java index 7a50fc635..64cbba5df 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/MissingAnnotation.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/MissingAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import java.lang.annotation.Retention; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PlainClassMembers.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PlainClassMembers.java index 9a63a6837..4d3cdcec2 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PlainClassMembers.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PlainClassMembers.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PrimitiveTypes.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PrimitiveTypes.java index cd81105cc..52af70eb4 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PrimitiveTypes.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/PrimitiveTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.declarations.ClassInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/RepeatableAnnotations.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/RepeatableAnnotations.java index 6b8679ca5..999c4431e 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/RepeatableAnnotations.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/RepeatableAnnotations.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import jakarta.enterprise.lang.model.AnnotationInfo; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleAnnotation.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleAnnotation.java index da21ac012..03e238d7d 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleAnnotation.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleAnnotation.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; import java.lang.annotation.Retention; diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleClass.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleClass.java index 123e40f46..3183b268f 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleClass.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleClass.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; public class SimpleClass implements SimpleInterface { diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleEnum.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleEnum.java index eef5e0b42..5b24d1f62 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleEnum.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleEnum.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; public enum SimpleEnum { diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleInterface.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleInterface.java index 014450f63..b35b2bbeb 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleInterface.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/SimpleInterface.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.lang.model.tck; public interface SimpleInterface { diff --git a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/package-info.java b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/package-info.java index dda33a8e5..275a1a2a7 100644 --- a/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/package-info.java +++ b/lang-model/src/main/java/org/jboss/cdi/lang/model/tck/package-info.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ @AnnPackage("lang-model-tck") package org.jboss.cdi.lang.model.tck; diff --git a/web/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ee/Baz.java b/web/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ee/Baz.java index 26179a953..4fb51df7e 100644 --- a/web/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ee/Baz.java +++ b/web/src/main/java/org/jboss/cdi/tck/interceptors/tests/contract/aroundInvoke/ee/Baz.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.interceptors.tests.contract.aroundInvoke.ee; import static org.testng.Assert.assertEquals; diff --git a/web/src/main/java/org/jboss/cdi/tck/shrinkwrap/ee/DummySessionBean.java b/web/src/main/java/org/jboss/cdi/tck/shrinkwrap/ee/DummySessionBean.java index 102afa17e..ff43e0799 100644 --- a/web/src/main/java/org/jboss/cdi/tck/shrinkwrap/ee/DummySessionBean.java +++ b/web/src/main/java/org/jboss/cdi/tck/shrinkwrap/ee/DummySessionBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.shrinkwrap.ee; import jakarta.ejb.Stateless; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/enterprise/SelectedAlternativeTestUtil.java b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/enterprise/SelectedAlternativeTestUtil.java index eec6e4328..3dd8abaa1 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/enterprise/SelectedAlternativeTestUtil.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/enterprise/SelectedAlternativeTestUtil.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.enterprise; import org.jboss.cdi.tck.shrinkwrap.ee.WebArchiveBuilder; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/DeltaResourceProducer.java b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/DeltaResourceProducer.java index ec03ba1f4..82a61f343 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/DeltaResourceProducer.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/DeltaResourceProducer.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.resource; import jakarta.annotation.Priority; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/ResourceAlternativeExplicitPriorityTest.java b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/ResourceAlternativeExplicitPriorityTest.java index 8c9c83726..f6532a32d 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/ResourceAlternativeExplicitPriorityTest.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/alternative/selection/resource/ResourceAlternativeExplicitPriorityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.alternative.selection.resource; import static org.jboss.cdi.tck.TestGroups.INTEGRATION; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/context/jms/AbstractMessageListener.java b/web/src/main/java/org/jboss/cdi/tck/tests/context/jms/AbstractMessageListener.java index 0982d3d8d..5b5307c9a 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/context/jms/AbstractMessageListener.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/context/jms/AbstractMessageListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context.jms; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/broken/producer/method/enterprise/ProducerMethodParamInjectionCorralBroken.java b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/broken/producer/method/enterprise/ProducerMethodParamInjectionCorralBroken.java index 132c1cbdc..a4b857e8d 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/broken/producer/method/enterprise/ProducerMethodParamInjectionCorralBroken.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/broken/producer/method/enterprise/ProducerMethodParamInjectionCorralBroken.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context.passivating.broken.producer.method.enterprise; import jakarta.ejb.Stateful; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/resource/remote/ResourcePassivationDependencyTest.java b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/resource/remote/ResourcePassivationDependencyTest.java index 2af18423a..1f7de2ad5 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/resource/remote/ResourcePassivationDependencyTest.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/resource/remote/ResourcePassivationDependencyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context.passivating.dependency.resource.remote; import static org.jboss.cdi.tck.TestGroups.JAVAEE_FULL; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/sessionbean/SessionBeanPassivationDependencyTest.java b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/sessionbean/SessionBeanPassivationDependencyTest.java index 2c54ba9c2..95c38cae5 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/sessionbean/SessionBeanPassivationDependencyTest.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/context/passivating/dependency/sessionbean/SessionBeanPassivationDependencyTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.context.passivating.dependency.sessionbean; import static org.jboss.cdi.tck.TestGroups.INTEGRATION; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/deployment/packaging/rar/TestResourceAdapter.java b/web/src/main/java/org/jboss/cdi/tck/tests/deployment/packaging/rar/TestResourceAdapter.java index 267279b76..aa694c2de 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/deployment/packaging/rar/TestResourceAdapter.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/deployment/packaging/rar/TestResourceAdapter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.deployment.packaging.rar; import java.util.logging.Logger; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/async/Counter.java b/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/async/Counter.java index 56d1f217c..f3b77a01e 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/async/Counter.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/async/Counter.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.observer.context.async; import java.util.concurrent.atomic.AtomicInteger; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/enterprise/Foo.java b/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/enterprise/Foo.java index 59b734cd5..e244d92a5 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/enterprise/Foo.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/event/observer/context/enterprise/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.event.observer.context.enterprise; public class Foo { diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/builtin/metadata/session/YoghurtInterceptor.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/builtin/metadata/session/YoghurtInterceptor.java index 9d96e8424..9bc1ef964 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/builtin/metadata/session/YoghurtInterceptor.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/builtin/metadata/session/YoghurtInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.builtin.metadata.session; import java.io.Serializable; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Bar.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Bar.java index 2c1c39c24..ff6569a67 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Bar.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Bar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote; public interface Bar extends SuperBar { diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Foo.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Foo.java index 480b69633..edccbee85 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Foo.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Foo.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote; public interface Foo { diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/SuperBar.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/SuperBar.java index 6f8f862eb..7a5007a8f 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/SuperBar.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/SuperBar.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote; public interface SuperBar { diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Tame.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Tame.java index 2e0e6f264..07df56e46 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Tame.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/enterprise/definition/remote/Tame.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.enterprise.definition.remote; import static java.lang.annotation.ElementType.FIELD; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/enterprise/nonstatic/Number.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/enterprise/nonstatic/Number.java index aeb4d80b9..7d4c933b7 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/enterprise/nonstatic/Number.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/producer/field/definition/broken/enterprise/nonstatic/Number.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.producer.field.definition.broken.enterprise.nonstatic; import static java.lang.annotation.ElementType.FIELD; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanNotDiscoveredAsManagedBeanTest.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanNotDiscoveredAsManagedBeanTest.java index 7b06c96e5..15f35f09e 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanNotDiscoveredAsManagedBeanTest.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanNotDiscoveredAsManagedBeanTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.simple.definition.ee; import static org.jboss.cdi.tck.TestGroups.INTEGRATION; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanObserver.java b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanObserver.java index 1d560b534..3ccaf0ebd 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanObserver.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/implementation/simple/definition/ee/EnterpriseBeanObserver.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.implementation.simple.definition.ee; import jakarta.enterprise.event.Observes; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginAction.java b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginAction.java index d8bfd3bb5..9204a07cf 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginAction.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginAction.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.sessionbean; import jakarta.ejb.Local; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginActionBean.java b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginActionBean.java index 960f82c93..fcbf99e31 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginActionBean.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/LoginActionBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.sessionbean; import jakarta.ejb.Stateless; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/Mock.java b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/Mock.java index bd550f182..cd9ce7ffb 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/Mock.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/Mock.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.sessionbean; import static java.lang.annotation.ElementType.FIELD; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/MockLoginActionBean.java b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/MockLoginActionBean.java index baac37f42..b2e46dc20 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/MockLoginActionBean.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/inheritance/specialization/enterprise/broken/extend/sessionbean/MockLoginActionBean.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.inheritance.specialization.enterprise.broken.extend.sessionbean; import jakarta.ejb.Stateless; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/FooBinding.java b/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/FooBinding.java index 3292d3747..52112d8b5 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/FooBinding.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/FooBinding.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.ee; import static java.lang.annotation.ElementType.METHOD; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/MissileInterceptor.java b/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/MissileInterceptor.java index ecb26e828..3465e1866 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/MissileInterceptor.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/interceptors/definition/broken/finalClassInterceptor/ee/MissileInterceptor.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.ee; import java.io.Serializable; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization05Test.java b/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization05Test.java index db4b5c75e..b41deff24 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization05Test.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization05Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative; import static org.jboss.cdi.tck.TestGroups.JAVAEE_FULL; diff --git a/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization06Test.java b/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization06Test.java index a413bd8f8..4be8c5a54 100644 --- a/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization06Test.java +++ b/web/src/main/java/org/jboss/cdi/tck/tests/lookup/modules/specialization/alternative/Specialization06Test.java @@ -1,3 +1,18 @@ +/* + * Copyright 2021, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative; import static org.jboss.cdi.tck.TestGroups.JAVAEE_FULL; diff --git a/web/src/test/java/org/jboss/cdi/tck/test/ExclusionListsTest.java b/web/src/test/java/org/jboss/cdi/tck/test/ExclusionListsTest.java index cc6e45cc7..d4525f2f1 100644 --- a/web/src/test/java/org/jboss/cdi/tck/test/ExclusionListsTest.java +++ b/web/src/test/java/org/jboss/cdi/tck/test/ExclusionListsTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023, Red Hat, Inc., and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jboss.cdi.tck.test; import org.testng.annotations.Test;