From eb8f68d17b00a1633cc704caa3b67b1c293a1f28 Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Thu, 22 Nov 2018 13:29:47 +1100 Subject: [PATCH] Apache License Version 2.0 --- LICENSE.txt | 202 ++++++++++++++++++ agroal/deployment/pom.xml | 16 ++ .../shamrock/agroal/AgroalProcessor.java | 16 ++ agroal/pom.xml | 16 ++ agroal/runtime/pom.xml | 16 ++ .../agroal/runtime/DataSourceConfig.java | 16 ++ .../agroal/runtime/DataSourceProducer.java | 26 +-- .../agroal/runtime/DataSourceTemplate.java | 16 ++ .../graal/AgroalDataSourceReplacement.java | 16 ++ arc/deployment/pom.xml | 16 ++ .../deployment/ArcAnnotationProcessor.java | 16 ++ .../deployment/BeanRegistrarBuildItem.java | 16 ++ arc/pom.xml | 16 ++ arc/runtime/pom.xml | 16 ++ .../arc/runtime/ArcDeploymentTemplate.java | 16 ++ .../runtime/InterceptorBindingProvider.java | 16 ++ .../arc/runtime/LifecycleEventRunner.java | 16 ++ ...runtime.InterceptorBindingService$Provider | 32 +++ bean-validation/deployment/pom.xml | 16 ++ .../BeanValidationProcessor.java | 16 ++ bean-validation/pom.xml | 16 ++ bean-validation/runtime/pom.xml | 16 ++ .../runtime/ValidatorProvider.java | 16 ++ .../runtime/ValidatorTemplate.java | 16 ++ .../graal/ConfigurationImplSubstitution.java | 16 ++ .../graal/ConstraintHelperSubstitution.java | 16 ++ ...formResourceBundleLocatorSubstitution.java | 16 ++ builder/pom.xml | 4 +- .../java/org/jboss/builder/BuildChain.java | 4 +- .../org/jboss/builder/BuildChainBuilder.java | 4 +- .../java/org/jboss/builder/BuildContext.java | 4 +- .../org/jboss/builder/BuildException.java | 4 +- .../jboss/builder/BuildExecutionBuilder.java | 4 +- .../java/org/jboss/builder/BuildProvider.java | 4 +- .../java/org/jboss/builder/BuildResult.java | 4 +- .../java/org/jboss/builder/BuildStep.java | 4 +- .../org/jboss/builder/BuildStepBuilder.java | 4 +- .../jboss/builder/ChainBuildException.java | 4 +- .../java/org/jboss/builder/Constraint.java | 4 +- .../main/java/org/jboss/builder/Consume.java | 4 +- .../java/org/jboss/builder/ConsumeFlag.java | 4 +- .../java/org/jboss/builder/ConsumeFlags.java | 4 +- .../java/org/jboss/builder/Execution.java | 4 +- .../java/org/jboss/builder/FinalStep.java | 4 +- .../main/java/org/jboss/builder/ItemId.java | 4 +- .../main/java/org/jboss/builder/Messages.java | 4 +- .../main/java/org/jboss/builder/Produce.java | 4 +- .../java/org/jboss/builder/ProduceFlag.java | 4 +- .../java/org/jboss/builder/ProduceFlags.java | 4 +- .../main/java/org/jboss/builder/StepInfo.java | 4 +- .../src/main/java/org/jboss/builder/Util.java | 4 +- .../main/java/org/jboss/builder/Version.java | 4 +- .../java/org/jboss/builder/Version.properties | 4 +- .../org/jboss/builder/diag/Diagnostic.java | 4 +- .../org/jboss/builder/item/BuildItem.java | 4 +- .../builder/item/EnumNamedBuildItem.java | 4 +- .../builder/item/EnumNamedMultiBuildItem.java | 4 +- .../jboss/builder/item/MultiBuildItem.java | 4 +- .../jboss/builder/item/NamedBuildItem.java | 4 +- .../builder/item/NamedMultiBuildItem.java | 4 +- .../jboss/builder/item/SimpleBuildItem.java | 4 +- .../jboss/builder/item/SymbolicBuildItem.java | 4 +- .../org/jboss/builder/location/Location.java | 4 +- .../java/org/jboss/builder/BasicTests.java | 4 +- core/deployment-api/pom.xml | 16 ++ .../annotations/BuildAnnotationProcessor.java | 16 ++ .../shamrock/annotations/BuildProducer.java | 16 ++ .../jboss/shamrock/annotations/BuildStep.java | 16 ++ .../shamrock/annotations/ExecutionTime.java | 16 ++ .../jboss/shamrock/annotations/Record.java | 16 ++ .../javax.annotation.processing.Processor | 32 +++ core/deployment/pom.xml | 16 ++ .../deployment/ApplicationArchive.java | 16 ++ .../deployment/ApplicationArchiveImpl.java | 16 ++ .../deployment/BeanArchiveProcessor.java | 16 ++ .../deployment/BuildProducerImpl.java | 16 ++ .../shamrock/deployment/Capabilities.java | 16 ++ .../shamrock/deployment/ClassOutput.java | 16 ++ .../deployment/ShamrockAugumentor.java | 16 ++ .../shamrock/deployment/ShamrockConfig.java | 16 ++ .../builditem/AdditionalBeanBuildItem.java | 16 ++ .../ApplicationArchivesBuildItem.java | 16 ++ .../builditem/ArchiveRootBuildItem.java | 16 ++ .../builditem/BeanArchiveIndexBuildItem.java | 16 ++ .../builditem/BeanContainerBuildItem.java | 16 ++ .../BytecodeTransformerBuildItem.java | 16 ++ .../builditem/CapabilityBuildItem.java | 16 ++ .../builditem/ClassOutputBuildItem.java | 16 ++ .../builditem/CombinedIndexBuildItem.java | 16 ++ .../builditem/ExecutorBuildItem.java | 4 +- .../builditem/GeneratedClassBuildItem.java | 16 ++ .../builditem/GeneratedResourceBuildItem.java | 16 ++ .../builditem/InjectionFactoryBuildItem.java | 16 ++ .../builditem/InjectionProviderBuildItem.java | 16 ++ .../MainBytecodeRecorderBuildItem.java | 16 ++ .../builditem/MainClassBuildItem.java | 16 ++ .../builditem/ServiceStartBuildItem.java | 16 ++ .../builditem/ShutdownContextBuildItem.java | 16 ++ .../StaticBytecodeRecorderBuildItem.java | 16 ++ .../builditem/SystemPropertyBuildItem.java | 16 ++ .../builditem/WiringClassBuildItem.java | 16 ++ .../substrate/ReflectiveClassBuildItem.java | 16 ++ .../substrate/ReflectiveFieldBuildItem.java | 16 ++ .../ReflectiveHierarchyBuildItem.java | 16 ++ .../substrate/ReflectiveMethodBuildItem.java | 16 ++ .../RuntimeInitializedClassBuildItem.java | 16 ++ .../substrate/ServiceProviderBuildItem.java | 16 ++ .../substrate/SubstrateConfigBuildItem.java | 16 ++ .../substrate/SubstrateOutputBuildItem.java | 16 ++ .../SubstrateProxyDefinitionBuildItem.java | 16 ++ .../substrate/SubstrateResourceBuildItem.java | 16 ++ .../SubstrateResourceBundleBuildItem.java | 16 ++ .../SubstrateSystemPropertyBuildItem.java | 16 ++ .../cdi/AnnotationTransformerBuildItem.java | 16 ++ .../cdi/BeanContainerListenerBuildItem.java | 16 ++ .../deployment/cdi/CdiExtensionBuildItem.java | 16 ++ .../cdi/GeneratedBeanBuildItem.java | 16 ++ .../cdi/ResourceAnnotationBuildItem.java | 16 ++ .../configuration/ConfigurationError.java | 16 ++ .../index/ApplicationArchiveLoader.java | 16 ++ .../deployment/index/ArtifactIndex.java | 16 ++ .../deployment/index/ArtifactResolver.java | 16 ++ .../index/ClassPathArtifactResolver.java | 16 ++ .../deployment/index/MapArtifactResolver.java | 16 ++ .../deployment/index/ResolvedArtifact.java | 16 ++ .../recording/BytecodeRecorderImpl.java | 16 ++ .../recording/ObjectSubstitution.java | 16 ++ .../deployment/recording/RecorderContext.java | 16 ++ .../steps/CapabilityAggregationStep.java | 16 ++ .../deployment/steps/CapabilityBuildStep.java | 16 ++ .../steps/CombinedIndexBuildStep.java | 16 ++ .../steps/InjectionFactoryBuildStep.java | 16 ++ .../deployment/steps/MainClassBuildStep.java | 16 ++ .../steps/ReflectiveHierarchyStep.java | 16 ++ .../steps/RegisterForReflectionBuildStep.java | 16 ++ .../steps/SignalHandlerThreadStep.java | 4 +- .../steps/SubstrateAutoFeatureStep.java | 16 ++ .../steps/SubstrateConfigBuildStep.java | 16 ++ .../SubstrateSystemPropertiesBuildStep.java | 16 ++ .../deployment/steps/ThreadPoolSetup.java | 4 +- .../shamrock/runner/RuntimeClassLoader.java | 16 ++ .../jboss/shamrock/runner/RuntimeRunner.java | 16 ++ .../recording/BytecodeRecorderTestCase.java | 16 ++ .../deployment/recording/NonSerializable.java | 16 ++ .../deployment/recording/TestJavaBean.java | 16 ++ .../deployment/recording/TestTemplate.java | 16 ++ core/pom.xml | 16 ++ core/runtime/pom.xml | 16 ++ .../jboss/shamrock/runtime/Application.java | 4 +- .../shamrock/runtime/CloseableResource.java | 16 ++ .../jboss/shamrock/runtime/ConfigHelper.java | 16 ++ .../shamrock/runtime/ConfiguredType.java | 16 ++ .../ConfiguredTypeAnnotationProcessor.java | 16 ++ .../runtime/DefaultInjectionTemplate.java | 16 ++ .../shamrock/runtime/ExecutorTemplate.java | 16 ++ .../shamrock/runtime/InjectionFactory.java | 16 ++ .../shamrock/runtime/InjectionInstance.java | 16 ++ .../runtime/InterceptorBindingService.java | 16 ++ .../runtime/RegisterForReflection.java | 16 ++ .../shamrock/runtime/ResourceHelper.java | 16 ++ .../jboss/shamrock/runtime/RuntimeValue.java | 16 ++ .../org/jboss/shamrock/runtime/Shamrock.java | 16 ++ .../shamrock/runtime/ShutdownContext.java | 16 ++ .../jboss/shamrock/runtime/ShutdownEvent.java | 16 ++ .../shamrock/runtime/StartupContext.java | 16 ++ .../jboss/shamrock/runtime/StartupEvent.java | 16 ++ .../jboss/shamrock/runtime/StartupTask.java | 16 ++ .../org/jboss/shamrock/runtime/Template.java | 16 ++ .../org/jboss/shamrock/runtime/Timing.java | 16 ++ .../shamrock/runtime/cdi/BeanContainer.java | 16 ++ .../runtime/cdi/BeanContainerListener.java | 16 ++ .../runtime/graal/ConstructorReplacement.java | 16 ++ .../runtime/graal/FieldReplacement.java | 16 ++ .../graal/MappedByteBufferReplacement.java | 16 ++ .../runtime/graal/MethodReplacement.java | 16 ++ .../runtime/graal/ParameterReplacement.java | 16 ++ .../runtime/graal/ShamrockReplacement.java | 16 ++ .../runtime/graal/ShutdownHookThread.java | 4 +- .../runtime/graal/SignalHandlerThread.java | 4 +- .../graal/Target_javax_management_JMX.java | 16 ++ ...Target_javax_xml_TransformerException.java | 16 ++ .../runtime/graal/TimingReplacement.java | 16 ++ .../javax.annotation.processing.Processor | 32 +++ docs/assembly.xml | 34 ++- docs/pom.xml | 4 +- examples/class-transformer/pom.xml | 16 ++ .../ClassTransformerProcessor.java | 16 ++ examples/common-jpa-entities/pom.xml | 16 ++ .../jboss/shamrock/examples/common/Clown.java | 16 ++ examples/jpa-strict/pom.xml | 16 ++ .../jboss/shamrock/example/MainMethod.java | 16 ++ .../jboss/shamrock/example/jpa/Address.java | 16 ++ .../jboss/shamrock/example/jpa/Animal.java | 16 ++ .../jboss/shamrock/example/jpa/Customer.java | 16 ++ .../org/jboss/shamrock/example/jpa/Human.java | 16 ++ .../jpa/JPAFunctionalityTestEndpoint.java | 16 ++ .../jpa/JPATestReflectionEndpoint.java | 16 ++ .../example/jpa/NotAnEntityNotReferenced.java | 16 ++ .../jboss/shamrock/example/jpa/Person.java | 16 ++ .../example/jpa/SequencedAddress.java | 16 ++ .../jboss/shamrock/example/jpa/Status.java | 16 ++ .../shamrock/example/jpa/WorkAddress.java | 16 ++ .../src/main/resources/META-INF/beans.xml | 16 ++ .../META-INF/microprofile-config.properties | 16 ++ .../main/resources/META-INF/persistence.xml | 16 ++ .../test/JPAFunctionalityInGraalITCase.java | 16 ++ .../example/test/JPAFunctionalityTest.java | 16 ++ .../test/JPAReflectionInGraalITCase.java | 16 ++ .../example/testutils/URLResponse.java | 16 ++ .../shamrock/example/testutils/URLTester.java | 16 ++ examples/permissive/pom.xml | 16 ++ .../jboss/shamrock/example/CustomMain.java | 16 ++ .../shamrock/example/InjectionServlet.java | 16 ++ .../jboss/shamrock/example/MessageBean.java | 16 ++ .../example/faulttolerance/Service.java | 16 ++ .../example/faulttolerance/TestResource.java | 16 ++ .../example/rest/InjectionResource.java | 16 ++ .../example/rest/TestApplication.java | 16 ++ .../src/main/resources/META-INF/beans.xml | 16 ++ .../example/test/FaultToleranceITCase.java | 16 ++ .../example/test/FaultToleranceTestCase.java | 16 ++ .../example/test/JaxRSInjectionITCase.java | 16 ++ .../example/test/JaxRSInjectionTestCase.java | 16 ++ .../shamrock/example/test/LoggingConfig.java | 4 +- .../shamrock/example/test/OpenApiITCase.java | 16 ++ .../example/test/OpenApiTestCase.java | 16 ++ .../example/test/ServletInjectionITCase.java | 16 ++ .../test/ServletInjectionTestCase.java | 16 ++ .../org.jboss.logmanager.EmbeddedConfigurator | 32 +++ examples/pom.xml | 16 ++ examples/shared-library/pom.xml | 16 ++ .../example/shared/SharedResource.java | 16 ++ .../src/main/resources/META-INF/beans.xml | 16 ++ examples/strict/pom.xml | 16 ++ .../jboss/shamrock/example/MainMethod.java | 16 ++ .../example/arc/RequestScopedBean.java | 16 ++ .../example/arc/TestRequestScopeEndpoint.java | 16 ++ .../example/arc/somepackage/Superclass.java | 16 ++ .../corestuff/ReflectionTestEndpoint.java | 16 ++ .../corestuff/SomeReflectionObject.java | 16 ++ .../datasource/DatasourceResource.java | 16 ++ .../example/datasource/DatasourceSetup.java | 16 ++ .../example/health/SimpleHealthCheck.java | 16 ++ .../jboss/shamrock/example/jpa/Address.java | 16 ++ .../jboss/shamrock/example/jpa/Animal.java | 16 ++ .../jboss/shamrock/example/jpa/Customer.java | 16 ++ .../org/jboss/shamrock/example/jpa/Human.java | 16 ++ .../example/jpa/JPATestBootstrapEndpoint.java | 16 ++ .../jpa/JPATestEMInjectionEndpoint.java | 16 ++ .../jpa/JPATestReflectionEndpoint.java | 16 ++ .../shamrock/example/jpa/JpaProducer.java | 16 ++ .../example/jpa/NotAnEntityNotReferenced.java | 16 ++ .../jboss/shamrock/example/jpa/Person.java | 16 ++ .../example/jpa/SequencedAddress.java | 16 ++ .../shamrock/example/jpa/WorkAddress.java | 16 ++ .../example/metrics/MetricsResource.java | 16 ++ .../opentracing/OpenTracingResource.java | 16 ++ .../reactive/ReactiveStreamOpsResource.java | 16 ++ .../shamrock/example/rest/ClientResource.java | 16 ++ .../shamrock/example/rest/CollectionType.java | 16 ++ .../shamrock/example/rest/ComponentType.java | 16 ++ .../shamrock/example/rest/RestInterface.java | 16 ++ .../shamrock/example/rest/SubComponent.java | 16 ++ .../example/rest/TestApplication.java | 16 ++ .../shamrock/example/rest/TestResource.java | 16 ++ .../transaction/TransactionResource.java | 16 ++ .../validator/TestValidatorEndpoint.java | 16 ++ .../shamrock/example/web/TestFilter.java | 16 ++ .../example/web/TestSecureServlet.java | 16 ++ .../shamrock/example/web/TestServlet.java | 16 ++ .../example/websocket/EchoSocket.java | 16 ++ .../src/main/resources/META-INF/beans.xml | 16 ++ .../META-INF/microprofile-config.properties | 16 ++ .../main/resources/META-INF/persistence.xml | 16 ++ .../resources/META-INF/resources/index.html | 16 ++ .../test/CoreReflectionInGraalITCase.java | 16 ++ .../test/DataSourceTransactionITCase.java | 16 ++ .../test/DataSourceTransactionTestCase.java | 16 ++ .../example/test/DatasourceITCase.java | 16 ++ .../example/test/DatasourceTestCase.java | 16 ++ .../example/test/ExternalIndexITCase.java | 16 ++ .../example/test/ExternalIndexTestCase.java | 16 ++ .../shamrock/example/test/HealthITCase.java | 16 ++ .../shamrock/example/test/HealthTestCase.java | 16 ++ .../example/test/JPABootstrapITCase.java | 16 ++ .../example/test/JPABootstrapTestCase.java | 16 ++ .../JPAEntityManagerInjectionTestCase.java | 16 ++ .../test/JPAReflectionInGraalITCase.java | 16 ++ .../shamrock/example/test/JaxRSITCase.java | 16 ++ .../shamrock/example/test/JaxRSTestCase.java | 16 ++ .../shamrock/example/test/MetricsITCase.java | 16 ++ .../example/test/MetricsTestCase.java | 16 ++ .../shamrock/example/test/OpenApiITCase.java | 16 ++ .../example/test/OpenApiTestCase.java | 16 ++ .../example/test/OpenTracingITCase.java | 16 ++ .../example/test/OpenTracingTestCase.java | 16 ++ .../test/ReactiveStreamsOperatorsITCase.java | 16 ++ .../ReactiveStreamsOperatorsTestCase.java | 16 ++ .../example/test/RequestScopeITCase.java | 16 ++ .../example/test/RequestScopeTestCase.java | 16 ++ .../example/test/RestClientITCase.java | 16 ++ .../example/test/RestClientTestCase.java | 16 ++ .../shamrock/example/test/ServletITCase.java | 16 ++ .../example/test/ServletTestCase.java | 16 ++ .../example/test/TransactionITCase.java | 16 ++ .../example/test/TransactionTestCase.java | 16 ++ .../example/test/ValidatorITCase.java | 16 ++ .../example/test/ValidatorTestCase.java | 16 ++ .../example/test/WebsocketITCase.java | 16 ++ .../example/test/WebsocketTestCase.java | 16 ++ examples/undertow/pom.xml | 16 ++ .../example/undertow/TestServlet.java | 16 ++ .../example/test/ServletTestCase.java | 16 ++ .../example/testutils/URLResponse.java | 16 ++ .../shamrock/example/testutils/URLTester.java | 16 ++ ext/arc/example/pom.xml | 16 ++ .../java/org/jboss/protean/arc/ArcMain.java | 16 ++ .../java/org/jboss/protean/arc/Generated.java | 16 ++ .../protean/arc/GeneratedStringObserver.java | 16 ++ .../protean/arc/GeneratedStringProducer.java | 16 ++ .../java/org/jboss/protean/arc/Generator.java | 16 ++ .../java/org/jboss/protean/arc/WeldMain.java | 16 ++ .../src/main/resources/META-INF/beans.xml | 16 ++ ext/arc/maven-plugin/pom.xml | 16 ++ .../org/jboss/protean/arc/maven/BeanMojo.java | 16 ++ ext/arc/pom.xml | 16 ++ ext/arc/processor/pom.xml | 16 ++ .../arc/processor/AbstractGenerator.java | 16 ++ .../processor/AnnotationLiteralGenerator.java | 16 ++ .../processor/AnnotationLiteralProcessor.java | 16 ++ .../arc/processor/AnnotationStore.java | 16 ++ .../protean/arc/processor/Annotations.java | 16 ++ .../arc/processor/AnnotationsTransformer.java | 16 ++ .../arc/processor/BeanConfigurator.java | 16 ++ .../protean/arc/processor/BeanDeployment.java | 16 ++ .../processor/BeanDeploymentValidator.java | 16 ++ .../protean/arc/processor/BeanGenerator.java | 16 ++ .../jboss/protean/arc/processor/BeanInfo.java | 16 ++ .../protean/arc/processor/BeanProcessor.java | 16 ++ .../protean/arc/processor/BeanRegistrar.java | 16 ++ .../protean/arc/processor/BeanResolver.java | 16 ++ .../jboss/protean/arc/processor/Beans.java | 16 ++ .../protean/arc/processor/BuildExtension.java | 16 ++ .../protean/arc/processor/BuiltinBean.java | 16 ++ .../arc/processor/BuiltinQualifier.java | 16 ++ .../arc/processor/ClientProxyGenerator.java | 16 ++ .../ComponentsProviderGenerator.java | 16 ++ .../arc/processor/DeploymentEnhancer.java | 16 ++ .../protean/arc/processor/DisposerInfo.java | 16 ++ .../jboss/protean/arc/processor/DotNames.java | 16 ++ .../protean/arc/processor/Injection.java | 16 ++ .../arc/processor/InjectionPointInfo.java | 16 ++ .../arc/processor/InterceptorGenerator.java | 16 ++ .../arc/processor/InterceptorInfo.java | 16 ++ .../arc/processor/InterceptorResolver.java | 16 ++ .../protean/arc/processor/Interceptors.java | 16 ++ .../arc/processor/MethodDescriptors.java | 16 ++ .../jboss/protean/arc/processor/Methods.java | 16 ++ .../arc/processor/ObserverGenerator.java | 16 ++ .../protean/arc/processor/ObserverInfo.java | 16 ++ .../arc/processor/ReflectionRegistration.java | 16 ++ .../arc/processor/ResourceClassOutput.java | 16 ++ .../protean/arc/processor/ResourceImpl.java | 16 ++ .../protean/arc/processor/ResourceOutput.java | 16 ++ .../protean/arc/processor/ScopeInfo.java | 16 ++ .../protean/arc/processor/StereotypeInfo.java | 16 ++ .../arc/processor/SubclassGenerator.java | 16 ++ .../protean/arc/processor/Transformation.java | 16 ++ .../jboss/protean/arc/processor/Types.java | 16 ++ .../jboss/protean/arc/processor/Basics.java | 16 ++ .../arc/processor/BeanGeneratorTest.java | 16 ++ .../arc/processor/BeanInfoInjectionsTest.java | 16 ++ .../arc/processor/BeanInfoQualifiersTest.java | 16 ++ .../arc/processor/BeanInfoTypesTest.java | 16 ++ .../processor/ClientProxyGeneratorTest.java | 16 ++ .../processor/InterceptorGeneratorTest.java | 16 ++ .../arc/processor/SubclassGeneratorTest.java | 16 ++ .../protean/arc/processor/TypesTest.java | 16 ++ .../protean/arc/processor/types/Bar.java | 16 ++ .../protean/arc/processor/types/Baz.java | 16 ++ .../protean/arc/processor/types/Foo.java | 16 ++ .../arc/processor/types/FooQualifier.java | 16 ++ ext/arc/runtime/pom.xml | 16 ++ .../protean/arc/AbstractSharedContext.java | 16 ++ .../ActivateRequestContextInterceptor.java | 16 ++ .../jboss/protean/arc/ApplicationContext.java | 16 ++ .../main/java/org/jboss/protean/arc/Arc.java | 16 ++ .../org/jboss/protean/arc/ArcContainer.java | 16 ++ .../jboss/protean/arc/ArcContainerImpl.java | 16 ++ .../protean/arc/AsyncEventDeliveryStage.java | 9 +- .../org/jboss/protean/arc/BeanCreator.java | 16 ++ .../org/jboss/protean/arc/BeanDestroyer.java | 16 ++ .../jboss/protean/arc/BeanManagerImpl.java | 16 ++ .../protean/arc/BeanManagerProvider.java | 16 ++ .../protean/arc/BeanMetadataProvider.java | 16 ++ .../arc/BeanTypeAssignabilityRules.java | 9 +- .../org/jboss/protean/arc/ClientProxy.java | 16 ++ .../org/jboss/protean/arc/Components.java | 16 ++ .../jboss/protean/arc/ComponentsProvider.java | 16 ++ .../org/jboss/protean/arc/ComputingCache.java | 16 ++ .../org/jboss/protean/arc/CovariantTypes.java | 16 ++ .../protean/arc/CreationalContextImpl.java | 16 ++ .../arc/CurrentInjectionPointProvider.java | 16 ++ .../java/org/jboss/protean/arc/EventImpl.java | 16 ++ .../arc/EventObjectTypeResolverBuilder.java | 16 ++ .../org/jboss/protean/arc/EventProvider.java | 16 ++ .../arc/EventTypeAssignabilityRules.java | 16 ++ .../protean/arc/GenericArrayTypeImpl.java | 16 ++ .../jboss/protean/arc/HierarchyDiscovery.java | 16 ++ .../protean/arc/InitializedInterceptor.java | 16 ++ .../org/jboss/protean/arc/InjectableBean.java | 16 ++ .../jboss/protean/arc/InjectableContext.java | 16 ++ .../protean/arc/InjectableInterceptor.java | 16 ++ .../protean/arc/InjectableObserverMethod.java | 16 ++ .../arc/InjectableReferenceProvider.java | 16 ++ .../protean/arc/InjectionPointProvider.java | 16 ++ .../org/jboss/protean/arc/InstanceHandle.java | 16 ++ .../jboss/protean/arc/InstanceHandleImpl.java | 16 ++ .../org/jboss/protean/arc/InstanceImpl.java | 16 ++ .../jboss/protean/arc/InstanceProvider.java | 16 ++ .../org/jboss/protean/arc/InvariantTypes.java | 16 ++ .../protean/arc/InvocationContextImpl.java | 16 ++ .../java/org/jboss/protean/arc/LazyValue.java | 16 ++ .../org/jboss/protean/arc/ManagedContext.java | 16 ++ .../protean/arc/ParameterizedTypeImpl.java | 16 ++ .../org/jboss/protean/arc/Qualifiers.java | 16 ++ .../org/jboss/protean/arc/Reflections.java | 16 ++ .../org/jboss/protean/arc/RequestContext.java | 16 ++ .../jboss/protean/arc/ResourceProvider.java | 16 ++ .../arc/ResourceReferenceProvider.java | 16 ++ .../jboss/protean/arc/SingletonContext.java | 16 ++ .../java/org/jboss/protean/arc/Subclass.java | 16 ++ .../org/jboss/protean/arc/TypeResolver.java | 16 ++ .../jboss/protean/arc/TypeVariableImpl.java | 16 ++ .../java/org/jboss/protean/arc/Types.java | 16 ++ .../jboss/protean/arc/WildcardTypeImpl.java | 16 ++ .../services/org.jboss.weld.arc.BeanProvider | 32 +++ ext/arc/tests/pom.xml | 16 ++ .../protean/arc/test/ArcTestContainer.java | 16 ++ .../jboss/protean/arc/test/MyQualifier.java | 16 ++ .../AlternativesPriorityTest.java | 16 ++ .../test/alternatives/AlternativesTest.java | 16 ++ .../arc/test/beanmanager/BeanManagerTest.java | 16 ++ .../processor/AnnotationsTransformerTest.java | 16 ++ .../BeanDeploymentValidatorTest.java | 16 ++ .../build/processor/BeanRegistrarTest.java | 16 ++ .../processor/DeploymentEnhancerTest.java | 16 ++ .../clientproxy/ProducerClientProxyTest.java | 16 ++ .../ApplicationInitializedTest.java | 16 ++ .../assignability/ListJdkElementTypeTest.java | 16 ++ .../OptionalAssignabilityTest.java | 16 ++ .../PrivateConstructorInjectionTest.java | 16 ++ .../PrivateFieldInjectionTest.java | 16 ++ .../PrivateInitializerInjectionTest.java | 16 ++ .../resource/ResourceInjectionTest.java | 16 ++ .../superclass/SuperclassInjectionTest.java | 16 ++ .../superclass/foo/FooHarvester.java | 16 ++ .../instance/destroy/InstanceDestroyTest.java | 16 ++ .../arc/test/interceptors/Counter.java | 16 ++ .../arc/test/interceptors/Lifecycle.java | 16 ++ .../interceptors/LifecycleInterceptor.java | 16 ++ .../arc/test/interceptors/Logging.java | 16 ++ .../test/interceptors/LoggingInterceptor.java | 16 ++ .../protean/arc/test/interceptors/Simple.java | 16 ++ .../arc/test/interceptors/SimpleBean.java | 16 ++ .../test/interceptors/SimpleInterceptor.java | 16 ++ .../interceptors/SimpleInterceptorTest.java | 16 ++ .../BindingDefaultValueTest.java | 16 ++ .../bindingdefaultvalue/MyTransactional.java | 16 ++ .../InvocationContextBindingsTest.java | 16 ++ .../bindings/MyTransactional.java | 16 ++ .../PrivateInterceptorMethodTest.java | 16 ++ .../arc/test/metadata/BeanMetadataTest.java | 16 ++ .../protean/arc/test/metadata/Controller.java | 16 ++ .../metadata/InjectionPointMetadataTest.java | 16 ++ .../observers/ParameterizedPayloadTest.java | 16 ++ .../arc/test/observers/RuntimeClassTest.java | 16 ++ .../test/observers/SimpleObserverTest.java | 16 ++ .../async/AsyncObserverExceptionTest.java | 16 ++ .../observers/async/AsyncObserverTest.java | 16 ++ .../ordering/ObserverOrderingTest.java | 16 ++ .../producer/async/AsyncProducerTest.java | 16 ++ .../producer/dependent/DeclaringBeanTest.java | 16 ++ .../test/producer/disposer/DisposerTest.java | 16 ++ .../PrivateProducerFieldTest.java | 16 ++ .../PrivateProducerMethodTest.java | 16 ++ .../arc/test/requestcontext/Controller.java | 16 ++ .../test/requestcontext/ControllerClient.java | 16 ++ .../requestcontext/RequestContextTest.java | 16 ++ .../RequestContextPropagationTest.java | 16 ++ .../propagation/SuperButton.java | 16 ++ .../propagation/SuperController.java | 16 ++ .../resolution/RuntimeResolutionTest.java | 16 ++ .../arc/test/stereotypes/SimpleBinding.java | 16 ++ .../test/stereotypes/SimpleInterceptor.java | 16 ++ .../StereotypeAlternativeTest.java | 16 ++ .../StereotypeInterceptorTest.java | 16 ++ .../test/stereotypes/StereotypeScopeTest.java | 16 ++ .../protean/arc/test/vetoed/VetoedTest.java | 16 ++ ext/gizmo/pom.xml | 16 ++ .../jboss/protean/gizmo/AnnotatedElement.java | 16 ++ .../protean/gizmo/AnnotationCreator.java | 16 ++ .../protean/gizmo/AnnotationCreatorImpl.java | 16 ++ .../org/jboss/protean/gizmo/BranchResult.java | 16 ++ .../jboss/protean/gizmo/BranchResultImpl.java | 16 ++ .../jboss/protean/gizmo/BytecodeCreator.java | 16 ++ .../protean/gizmo/BytecodeCreatorImpl.java | 16 ++ .../protean/gizmo/CatchBlockCreator.java | 16 ++ .../protean/gizmo/CatchBlockCreatorImpl.java | 16 ++ .../org/jboss/protean/gizmo/ClassCreator.java | 16 ++ .../org/jboss/protean/gizmo/ClassOutput.java | 16 ++ .../jboss/protean/gizmo/DescriptorUtils.java | 16 ++ .../jboss/protean/gizmo/ErrorReporter.java | 16 ++ .../org/jboss/protean/gizmo/FieldCreator.java | 16 ++ .../jboss/protean/gizmo/FieldCreatorImpl.java | 16 ++ .../jboss/protean/gizmo/FieldDescriptor.java | 16 ++ .../jboss/protean/gizmo/FunctionCreator.java | 16 ++ .../protean/gizmo/FunctionCreatorImpl.java | 16 ++ .../jboss/protean/gizmo/MemberCreator.java | 16 ++ .../jboss/protean/gizmo/MethodCreator.java | 16 ++ .../protean/gizmo/MethodCreatorImpl.java | 16 ++ .../jboss/protean/gizmo/MethodDescriptor.java | 16 ++ .../org/jboss/protean/gizmo/ResultHandle.java | 16 ++ .../org/jboss/protean/gizmo/TryBlock.java | 4 +- .../org/jboss/protean/gizmo/TryBlockImpl.java | 4 +- .../jboss/protean/gizmo/ArrayTestCase.java | 16 ++ .../jboss/protean/gizmo/ExceptionClass.java | 16 ++ .../gizmo/ExceptionThrowingTestCase.java | 16 ++ .../protean/gizmo/FieldModifiersTest.java | 16 ++ .../jboss/protean/gizmo/FunctionTestCase.java | 16 ++ .../protean/gizmo/LoadClassTestCase.java | 16 ++ .../jboss/protean/gizmo/LoadNullTestCase.java | 16 ++ .../org/jboss/protean/gizmo/MessageClass.java | 16 ++ .../org/jboss/protean/gizmo/MyInterface.java | 16 ++ .../org/jboss/protean/gizmo/SampleTest.java | 16 ++ .../org/jboss/protean/gizmo/Superclass.java | 16 ++ .../jboss/protean/gizmo/TestClassLoader.java | 16 ++ .../jboss/protean/gizmo/TryCatchTestCase.java | 16 ++ .../hibernate-orm-protean-example/pom.xml | 16 ++ .../src/main/java/com/example/Address.java | 16 ++ .../src/main/java/com/example/Main.java | 16 ++ .../src/main/java/com/example/Person.java | 16 ++ .../main/resources/META-INF/persistence.xml | 16 ++ .../hibernate-orm-protean/pom.xml | 16 ++ .../java/org/hibernate/protean/Hibernate.java | 16 ++ .../FastBootEntityManagerFactoryBuilder.java | 16 ++ .../protean/impl/FastBootMetadataBuilder.java | 16 ++ .../impl/FastbootHibernateProvider.java | 16 ++ .../protean/impl/FlatClassLoaderService.java | 16 ++ .../impl/LightPersistenceXmlDescriptor.java | 16 ++ .../hibernate/protean/impl/PPResolver.java | 16 ++ .../impl/PersistenceProviderSetup.java | 16 ++ .../protean/impl/PersistenceUnitsHolder.java | 16 ++ .../impl/SubstitutingMetadataImplementor.java | 16 ++ .../MirroringIntegratorService.java | 16 ++ .../MirroringStrategySelector.java | 16 ++ .../PreconfiguredServiceRegistryBuilder.java | 16 ++ .../ProteanJdbcEnvironmentInitiator.java | 16 ++ .../recording/DialectFactoryInitiator.java | 16 ++ .../recording/RecordableBootstrap.java | 16 ++ .../protean/recording/RecordedState.java | 16 ++ .../recording/RecordingDialectFactory.java | 16 ++ .../CfgXmlAccessServiceInitiatorProtean.java | 16 ++ .../customservices/DisabledJMXInitiator.java | 16 ++ .../ProteanJtaPlatformResolver.java | 16 ++ .../protean/substitutions/JmxServiceImpl.java | 16 ++ ...eOriginalHibernatePersistenceProvider.java | 16 ++ .../sizereduction/RemoveConfigXsdSupport.java | 16 ++ ext/hibernate-protean/pom.xml | 16 ++ fault-tolerance/deployment/pom.xml | 16 ++ .../FaultToleranceAnnotationProcessor.java | 16 ++ .../substitutions/rxjava/UnsafeAccess.java | 16 ++ fault-tolerance/pom.xml | 16 ++ fault-tolerance/runtime/pom.xml | 16 ++ .../ShamrockFallbackHandlerProvider.java | 16 ++ ...amrockFaultToleranceOperationProvider.java | 16 ++ ...lerance_DefaultMethodFallbackProvider.java | 16 ++ health/deployment/pom.xml | 16 ++ .../shamrock/health/HealthProcessor.java | 16 ++ health/pom.xml | 16 ++ health/runtime/pom.xml | 16 ++ .../health/runtime/HealthServlet.java | 16 ++ jaxrs/deployment/pom.xml | 16 ++ .../jaxrs/JaxrsProviderBuildItem.java | 16 ++ .../jaxrs/JaxrsScanningProcessor.java | 26 +-- jaxrs/pom.xml | 16 ++ jaxrs/runtime/pom.xml | 16 ++ .../runtime/graal/DeleteIIOImageProvider.java | 16 ++ .../runtime/graal/ImageIOSubstitutions.java | 16 ++ ...ernalLocatableAnnotationSubstitutions.java | 16 ++ .../jaxrs/runtime/graal/JaxrsTemplate.java | 16 ++ .../runtime/graal/LCMSSubstitutions.java | 16 ++ .../LocatableAnnotationSubstitutions.java | 16 ++ .../graal/ShamrockConstructorInjector.java | 16 ++ .../graal/ShamrockInjectorFactory.java | 16 ++ jboss-logging-embedded/pom.xml | 16 ++ .../jboss/logging/AbstractLoggerProvider.java | 4 +- .../logging/AbstractMdcLoggerProvider.java | 4 +- .../java/org/jboss/logging/BasicLogger.java | 5 +- .../jboss/logging/DelegatingBasicLogger.java | 5 +- .../jboss/logging/JBossLogManagerLogger.java | 10 +- .../logging/JBossLogManagerProvider.java | 4 +- .../org/jboss/logging/JBossLogRecord.java | 4 +- .../main/java/org/jboss/logging/JDKLevel.java | 4 +- .../java/org/jboss/logging/JDKLogger.java | 4 +- .../org/jboss/logging/JDKLoggerProvider.java | 4 +- .../java/org/jboss/logging/Log4j2Logger.java | 4 +- .../jboss/logging/Log4j2LoggerProvider.java | 4 +- .../java/org/jboss/logging/Log4jLogger.java | 4 +- .../jboss/logging/Log4jLoggerProvider.java | 4 +- .../main/java/org/jboss/logging/Logger.java | 4 +- .../org/jboss/logging/LoggerProvider.java | 4 +- .../org/jboss/logging/LoggerProviders.java | 4 +- .../java/org/jboss/logging/LoggingLocale.java | 6 +- .../src/main/java/org/jboss/logging/MDC.java | 4 +- .../main/java/org/jboss/logging/Messages.java | 5 +- .../src/main/java/org/jboss/logging/NDC.java | 4 +- .../org/jboss/logging/ParameterConverter.java | 5 +- .../org/jboss/logging/SerializedLogger.java | 4 +- .../logging/Slf4jLocationAwareLogger.java | 4 +- .../java/org/jboss/logging/Slf4jLogger.java | 4 +- .../jboss/logging/Slf4jLoggerProvider.java | 4 +- jboss-logmanager-embedded/pom.xml | 5 +- .../org/jboss/logmanager/AtomicArray.java | 5 +- .../org/jboss/logmanager/CopyOnWriteMap.java | 5 +- .../logmanager/EmbeddedConfigurator.java | 4 +- .../org/jboss/logmanager/ExtFormatter.java | 5 +- .../java/org/jboss/logmanager/ExtHandler.java | 5 +- .../org/jboss/logmanager/ExtLogRecord.java | 5 +- .../org/jboss/logmanager/FastCopyHashMap.java | 5 +- .../org/jboss/logmanager/JDKSpecific.java | 5 +- .../jboss/logmanager/JDKSpecific_Subs.java | 16 ++ .../main/java/org/jboss/logmanager/Level.java | 5 +- .../java/org/jboss/logmanager/LogContext.java | 5 +- .../java/org/jboss/logmanager/LogManager.java | 5 +- .../java/org/jboss/logmanager/Logger.java | 5 +- .../java/org/jboss/logmanager/LoggerNode.java | 5 +- .../LoggingUncaughtExceptionHandler.java | 5 +- .../main/java/org/jboss/logmanager/MDC.java | 5 +- .../main/java/org/jboss/logmanager/NDC.java | 5 +- .../org/jboss/logmanager/PropertyValues.java | 5 +- .../jboss/logmanager/SerializedLogger.java | 5 +- .../logmanager/StandardOutputStreams.java | 5 +- .../jboss/logmanager/WrappedExtLogRecord.java | 5 +- .../errormanager/OnlyOnceErrorManager.java | 5 +- .../logmanager/filters/AcceptAllFilter.java | 5 +- .../jboss/logmanager/filters/AllFilter.java | 5 +- .../jboss/logmanager/filters/AnyFilter.java | 5 +- .../logmanager/filters/DenyAllFilter.java | 5 +- .../logmanager/filters/InvertFilter.java | 5 +- .../filters/LevelChangingFilter.java | 5 +- .../jboss/logmanager/filters/LevelFilter.java | 5 +- .../logmanager/filters/LevelRangeFilter.java | 5 +- .../jboss/logmanager/filters/RegexFilter.java | 5 +- .../logmanager/filters/SubstituteFilter.java | 5 +- .../jboss/logmanager/formatters/ColorMap.java | 5 +- .../formatters/ColorPatternFormatter.java | 4 +- .../logmanager/formatters/ColorPrintf.java | 4 +- .../logmanager/formatters/ColorUtil.java | 4 +- .../formatters/CompoundFormatStep.java | 4 +- .../logmanager/formatters/FormatStep.java | 5 +- .../formatters/FormatStringParser.java | 5 +- .../logmanager/formatters/Formatters.java | 5 +- .../formatters/IndentingXmlWriter.java | 5 +- .../logmanager/formatters/JsonFormatter.java | 5 +- .../formatters/MultistepFormatter.java | 5 +- .../formatters/PatternFormatter.java | 5 +- .../formatters/StackTraceFormatter.java | 5 +- .../formatters/StringBuilderWriter.java | 5 +- .../formatters/StructuredFormatter.java | 5 +- .../logmanager/formatters/XmlFormatter.java | 5 +- .../logmanager/handlers/AsyncHandler.java | 5 +- .../handlers/ByteStringBuilder.java | 5 +- .../handlers/ClientSocketFactory.java | 5 +- .../logmanager/handlers/ConsoleHandler.java | 5 +- .../handlers/CountingOutputStream.java | 5 +- .../logmanager/handlers/DelayedHandler.java | 5 +- .../logmanager/handlers/FileHandler.java | 5 +- .../handlers/FlushableCloseable.java | 5 +- .../jboss/logmanager/handlers/Handlers.java | 5 +- .../logmanager/handlers/NullHandler.java | 5 +- .../handlers/OutputStreamHandler.java | 5 +- .../handlers/PeriodicRotatingFileHandler.java | 5 +- .../PeriodicSizeRotatingFileHandler.java | 5 +- .../logmanager/handlers/QueueHandler.java | 5 +- .../handlers/SizeRotatingFileHandler.java | 5 +- .../logmanager/handlers/SocketHandler.java | 5 +- .../handlers/SslTcpOutputStream.java | 5 +- .../logmanager/handlers/SuffixRotator.java | 5 +- .../logmanager/handlers/SyslogHandler.java | 5 +- .../logmanager/handlers/TcpOutputStream.java | 5 +- .../logmanager/handlers/UdpOutputStream.java | 5 +- .../handlers/UncloseableOutputStream.java | 5 +- .../handlers/UncloseableWriter.java | 5 +- .../handlers/UninterruptibleOutputStream.java | 5 +- .../logmanager/handlers/WriterHandler.java | 5 +- .../services/java.util.logging.LogManager | 32 +++ .../src/main/resources/xml-formatter.xsd | 5 +- .../org/jboss/logmanager/AcceptFilter.java | 5 +- .../FileHandlerPerformanceTests.java | 5 +- .../org/jboss/logmanager/FilterTests.java | 5 +- .../org/jboss/logmanager/HandlerTests.java | 5 +- .../org/jboss/logmanager/LoggerTests.java | 5 +- .../org/jboss/logmanager/MapTestUtils.java | 5 +- .../jboss/logmanager/StringListHandler.java | 5 +- .../org/jboss/logmanager/TestFileHandler.java | 5 +- .../logmanager/formatters/AbstractTest.java | 5 +- .../formatters/PatternFormatterTests.java | 5 +- .../formatters/StackTraceFormatterTests.java | 5 +- .../handlers/AbstractHandlerTest.java | 5 +- .../handlers/AsyncHandlerTests.java | 5 +- .../logmanager/handlers/ExtHandlerTests.java | 5 +- .../handlers/OutputStreamHandlerTest.java | 5 +- .../PeriodicRotatingFileHandlerTests.java | 5 +- .../PeriodicSizeRotatingFileHandlerTests.java | 5 +- .../handlers/QueueHandlerTests.java | 5 +- .../logmanager/handlers/SimpleServer.java | 16 ++ .../SizeRotatingFileHandlerTests.java | 5 +- .../handlers/SyslogHandlerTests.java | 5 +- .../jboss/logmanager/LoggerTests.properties | 5 +- .../logmanager/LoggerTests_en.properties | 5 +- .../logmanager/default-logging.properties | 5 +- .../expected-spaced-value-logging.properties | 5 +- .../logmanager/expression-logging.properties | 5 +- .../logmanager/invalid-logging.properties | 5 +- .../logmanager/simple-logging.properties | 5 +- .../spaced-value-logging.properties | 5 +- .../jdbc-postgresql-deployment/pom.xml | 16 ++ .../deployment/PostgreSQLJDBCReflections.java | 16 ++ .../jdbc-postgresql-runtime/pom.xml | 16 ++ jdbc/jdbc-postgresql/pom.xml | 16 ++ jdbc/pom.xml | 16 ++ jpa/deployment/pom.xml | 16 ++ .../shamrock/jpa/HibernateEntityEnhancer.java | 16 ++ .../jpa/HibernateReflectiveNeeds.java | 16 ++ .../jpa/HibernateResourceProcessor.java | 16 ++ .../shamrock/jpa/JpaJandexScavenger.java | 16 ++ .../shamrock/jpa/KnownDomainObjects.java | 16 ++ .../PersistenceUnitDescriptorBuildItem.java | 16 ++ .../shamrock/jpa/HqlNodeScannerTestCase.java | 16 ++ .../jboss/shamrock/jpa/enhancer/Address.java | 16 ++ .../enhancer/HibernateEntityEnhancerTest.java | 16 ++ jpa/pom.xml | 16 ++ jpa/runtime/pom.xml | 16 ++ .../DefaultEntityManagerFactoryProducer.java | 16 ++ .../runtime/DefaultEntityManagerProducer.java | 16 ++ .../jpa/runtime/ForwardingEntityManager.java | 16 ++ .../jboss/shamrock/jpa/runtime/JPAConfig.java | 16 ++ .../jpa/runtime/JPADeploymentTemplate.java | 16 ++ .../runtime/JPAResourceReferenceProvider.java | 16 ++ .../shamrock/jpa/runtime/ShamrockScanner.java | 16 ++ .../runtime/TransactionEntityManagers.java | 16 ++ .../TransactionScopedEntityManager.java | 16 ++ legacy/launcher/pom.xml | 16 ++ .../jboss/shamrock/legacy/launcher/Main.java | 16 ++ legacy/pom.xml | 16 ++ legacy/runner/pom.xml | 16 ++ .../java/org/jboss/shamrock/legacy/Main.java | 16 ++ logging/deployment/pom.xml | 16 ++ .../logging/deployment/CategoryConfig.java | 16 ++ .../logging/deployment/ConsoleConfig.java | 16 ++ .../logging/deployment/FileConfig.java | 16 ++ .../deployment/LoggingResourceProcessor.java | 4 +- logging/pom.xml | 16 ++ logging/runtime/pom.xml | 16 ++ .../logging/runtime/Substitutions.java | 4 +- maven/pom.xml | 16 ++ .../org/jboss/shamrock/maven/BuildMojo.java | 16 ++ .../org/jboss/shamrock/maven/CopyUtils.java | 16 ++ .../shamrock/maven/ExampleConfigMojo.java | 16 ++ .../jboss/shamrock/maven/NativeImageMojo.java | 16 ++ .../jboss/shamrock/maven/ProcessReader.java | 16 ++ .../maven/runner/ClassLoaderCompiler.java | 29 ++- .../maven/runner/ReplacementDebugPage.java | 14 +- .../jboss/shamrock/maven/runner/RunMojo.java | 16 ++ .../shamrock/maven/runner/RunMojoMain.java | 16 ++ .../maven/runner/RuntimeCompilationSetup.java | 16 ++ .../maven/runner/RuntimeUpdatesHandler.java | 16 ++ metrics/deployment/pom.xml | 16 ++ .../shamrock/metrics/MetricsProcessor.java | 16 ++ metrics/pom.xml | 16 ++ metrics/runtime/pom.xml | 16 ++ .../metrics/runtime/LambdaCounter.java | 16 ++ .../shamrock/metrics/runtime/LambdaGauge.java | 16 ++ .../runtime/MetricsDeploymentTemplate.java | 16 ++ .../metrics/runtime/MetricsServlet.java | 16 ++ openapi/deployment/pom.xml | 16 ++ .../shamrock/openapi/OpenApiProcessor.java | 16 ++ openapi/pom.xml | 16 ++ openapi/runtime/pom.xml | 16 ++ .../runtime/OpenApiDeploymentTemplate.java | 16 ++ .../runtime/OpenApiDocumentProducer.java | 16 ++ .../openapi/runtime/OpenApiServlet.java | 16 ++ openssl/deployment/pom.xml | 16 ++ .../openssl/OpenSSLResourceProcessor.java | 16 ++ openssl/pom.xml | 16 ++ openssl/runtime/pom.xml | 16 ++ .../runtime/graal/SSLContextSubstitution.java | 4 +- .../runtime/graal/SSLSubstitution.java | 4 +- opentracing/deployment/pom.xml | 16 ++ .../opentracing/OpentracingProcessor.java | 16 ++ opentracing/pom.xml | 16 ++ opentracing/runtime/pom.xml | 16 ++ .../opentracing/runtime/ShamrockTracer.java | 16 ++ .../ShamrockTracingDynamicFeature.java | 16 ++ .../opentracing/runtime/TargetTracer.java | 16 ++ .../runtime/Target_LoggingReporter.java | 16 ++ .../opentracing/runtime/TracerProducer.java | 16 ++ .../runtime/TracingDeploymentTemplate.java | 16 ++ pom.xml | 24 +++ reactive-streams-operators/pom.xml | 16 ++ .../deployment/pom.xml | 16 ++ .../ReactiveStreamsOperatorsProcessor.java | 16 ++ .../reactive-streams-operators/pom.xml | 16 ++ rest-client/deployment/pom.xml | 16 ++ .../restclient/RestClientProcessor.java | 16 ++ rest-client/pom.xml | 16 ++ rest-client/runtime/pom.xml | 16 ++ .../restclient/runtime/BuilderResolver.java | 6 +- .../runtime/ConfigurationWrapper.java | 6 +- .../DefaultResponseExceptionMapper.java | 6 +- .../restclient/runtime/ExceptionMapping.java | 6 +- .../restclient/runtime/PartialResponse.java | 6 +- .../restclient/runtime/RestClientBase.java | 16 ++ .../runtime/RestClientBuilderImpl.java | 12 +- .../restclient/runtime/RestClientProxy.java | 6 +- .../graal/ClientBuilderReplacement.java | 16 ++ .../RestClientBuilderResolverReplacement.java | 16 ++ ....rest.client.spi.RestClientBuilderResolver | 32 +++ test-framework/junit/pom.xml | 16 ++ .../org/jboss/shamrock/test/Deployment.java | 16 ++ .../org/jboss/shamrock/test/ShamrockTest.java | 16 ++ .../jboss/shamrock/test/ShamrockUnitTest.java | 16 ++ .../jboss/shamrock/test/SubstrateTest.java | 16 ++ .../org/jboss/shamrock/test/URLResponse.java | 16 ++ .../org/jboss/shamrock/test/URLTester.java | 16 ++ test-framework/pom.xml | 16 ++ transactions/deployment/pom.xml | 16 ++ .../transactions/TransactionsProcessor.java | 16 ++ transactions/pom.xml | 16 ++ transactions/runtime/pom.xml | 16 ++ .../runtime/ShamrockPropertiesFactory.java | 16 ++ .../runtime/TransactionProducers.java | 16 ++ .../runtime/TransactionTemplate.java | 16 ++ .../graal/ConfigurationInfoSubstitution.java | 16 ++ .../graal/PropertiesFactorySubstitution.java | 16 ++ .../TransactionalInterceptorBase.java | 26 +-- .../TransactionalInterceptorMandatory.java | 26 +-- .../TransactionalInterceptorNever.java | 26 +-- .../TransactionalInterceptorNotSupported.java | 26 +-- .../TransactionalInterceptorRequired.java | 26 +-- .../TransactionalInterceptorRequiresNew.java | 26 +-- .../TransactionalInterceptorSupports.java | 26 +-- undertow/deployment/pom.xml | 16 ++ .../shamrock/undertow/FilterBuildItem.java | 16 ++ .../undertow/HttpHandlerWrapperBuildItem.java | 16 ++ .../shamrock/undertow/ServletBuildItem.java | 16 ++ .../ServletContextAttributeBuildItem.java | 16 ++ .../undertow/ServletExtensionBuildItem.java | 16 ++ .../undertow/ServletHandlerBuildItem.java | 16 ++ .../undertow/ServletInitParamBuildItem.java | 16 ++ .../shamrock/undertow/UndertowBuildStep.java | 16 ++ .../test/AnnotationServletTestCase.java | 16 ++ .../undertow/test/ServletWebXmlTestCase.java | 16 ++ .../shamrock/undertow/test/TestServlet.java | 16 ++ .../shamrock/undertow/test/WebXmlServlet.java | 16 ++ undertow/pom.xml | 16 ++ undertow/runtime/pom.xml | 16 ++ .../shamrock/undertow/runtime/HttpConfig.java | 16 ++ .../runtime/KnownPathResourceManager.java | 16 ++ .../runtime/ShamrockInstanceFactory.java | 16 ++ .../runtime/UndertowDeploymentTemplate.java | 16 ++ .../graal/ALPNManagerSubstitution.java | 16 ++ .../runtime/graal/ChannelsSubstitution.java | 16 ++ .../graal/URLResourceSubstitution.java | 16 ++ .../runtime/graal/XnioSubstitution.java | 16 ++ vertx/deployment/pom.xml | 16 ++ .../jboss/shamrock/vertx/VertxProcessor.java | 16 ++ vertx/pom.xml | 16 ++ vertx/runtime/pom.xml | 16 ++ .../vertx/runtime/graal/JdkSubstitutions.java | 16 ++ .../runtime/graal/NettySubstitutions.java | 16 ++ .../runtime/graal/VertxSubstitutions.java | 16 ++ websockets/deployment/pom.xml | 16 ++ .../websockets/WebsocketBuildStep.java | 16 ++ websockets/pom.xml | 16 ++ websockets/runtime/pom.xml | 16 ++ .../websockets/runtime/WebsocketTemplate.java | 16 ++ weld/deployment/pom.xml | 16 ++ .../deployment/WeldAnnotationProcessor.java | 16 ++ weld/pom.xml | 16 ++ weld/runtime/pom.xml | 16 ++ .../runtime/InterceptorBindingProvider.java | 16 ++ .../weld/runtime/WeldDeploymentTemplate.java | 16 ++ ...runtime.InterceptorBindingService$Provider | 32 +++ 895 files changed, 11779 insertions(+), 865 deletions(-) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/agroal/deployment/pom.xml b/agroal/deployment/pom.xml index 9e0b7235a..5ec3bda35 100644 --- a/agroal/deployment/pom.xml +++ b/agroal/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/agroal/deployment/src/main/java/org/jboss/shamrock/agroal/AgroalProcessor.java b/agroal/deployment/src/main/java/org/jboss/shamrock/agroal/AgroalProcessor.java index cc0034b26..fc61e4a29 100644 --- a/agroal/deployment/src/main/java/org/jboss/shamrock/agroal/AgroalProcessor.java +++ b/agroal/deployment/src/main/java/org/jboss/shamrock/agroal/AgroalProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.agroal; import static org.jboss.shamrock.annotations.ExecutionTime.STATIC_INIT; diff --git a/agroal/pom.xml b/agroal/pom.xml index e20b48a75..d02e1bd86 100644 --- a/agroal/pom.xml +++ b/agroal/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/agroal/runtime/pom.xml b/agroal/runtime/pom.xml index 29d10f1ca..9b83bf1bc 100644 --- a/agroal/runtime/pom.xml +++ b/agroal/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceConfig.java b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceConfig.java index b066ac575..903fb081d 100644 --- a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceConfig.java +++ b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.agroal.runtime; import java.util.Optional; diff --git a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceProducer.java b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceProducer.java index fc2548d9b..f3fa3d0ce 100644 --- a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceProducer.java +++ b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceProducer.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2017, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.agroal.runtime; diff --git a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceTemplate.java b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceTemplate.java index 7bf819842..5e0b08952 100644 --- a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceTemplate.java +++ b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/DataSourceTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.agroal.runtime; import org.jboss.shamrock.runtime.Template; diff --git a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/graal/AgroalDataSourceReplacement.java b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/graal/AgroalDataSourceReplacement.java index fa08b05d6..55dbb1ae4 100644 --- a/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/graal/AgroalDataSourceReplacement.java +++ b/agroal/runtime/src/main/java/org/jboss/shamrock/agroal/runtime/graal/AgroalDataSourceReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.agroal.runtime.graal; import java.sql.SQLException; diff --git a/arc/deployment/pom.xml b/arc/deployment/pom.xml index 4fdfd338c..6734c9f4b 100644 --- a/arc/deployment/pom.xml +++ b/arc/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java b/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java index 11f7d6c73..d5d2835c7 100644 --- a/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java +++ b/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.arc.deployment; import static org.jboss.shamrock.annotations.ExecutionTime.RUNTIME_INIT; diff --git a/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/BeanRegistrarBuildItem.java b/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/BeanRegistrarBuildItem.java index 63f800c26..f753a0cd7 100644 --- a/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/BeanRegistrarBuildItem.java +++ b/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/BeanRegistrarBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.arc.deployment; import org.jboss.builder.item.MultiBuildItem; diff --git a/arc/pom.xml b/arc/pom.xml index 42653e645..e6bdbbc71 100644 --- a/arc/pom.xml +++ b/arc/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/arc/runtime/pom.xml b/arc/runtime/pom.xml index 8196f8c4c..b4a19eabf 100644 --- a/arc/runtime/pom.xml +++ b/arc/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/ArcDeploymentTemplate.java b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/ArcDeploymentTemplate.java index c4e5e8c3e..a3de5ad02 100644 --- a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/ArcDeploymentTemplate.java +++ b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/ArcDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.arc.runtime; import java.io.Closeable; diff --git a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/InterceptorBindingProvider.java b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/InterceptorBindingProvider.java index 5fef16786..f7e8c5e31 100644 --- a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/InterceptorBindingProvider.java +++ b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/InterceptorBindingProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.arc.runtime; import java.lang.annotation.Annotation; diff --git a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/LifecycleEventRunner.java b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/LifecycleEventRunner.java index 553926639..b43be5d00 100644 --- a/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/LifecycleEventRunner.java +++ b/arc/runtime/src/main/java/org/jboss/shamrock/arc/runtime/LifecycleEventRunner.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.arc.runtime; import javax.enterprise.context.Dependent; diff --git a/arc/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider b/arc/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider index 8614a7080..479906bac 100644 --- a/arc/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider +++ b/arc/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.arc.runtime.InterceptorBindingProvider \ No newline at end of file diff --git a/bean-validation/deployment/pom.xml b/bean-validation/deployment/pom.xml index 654958ed7..635ea3672 100644 --- a/bean-validation/deployment/pom.xml +++ b/bean-validation/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/bean-validation/deployment/src/main/java/org/jboss/shamrock/beanvalidation/BeanValidationProcessor.java b/bean-validation/deployment/src/main/java/org/jboss/shamrock/beanvalidation/BeanValidationProcessor.java index 91916f902..ce4bad657 100644 --- a/bean-validation/deployment/src/main/java/org/jboss/shamrock/beanvalidation/BeanValidationProcessor.java +++ b/bean-validation/deployment/src/main/java/org/jboss/shamrock/beanvalidation/BeanValidationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation; import static org.jboss.shamrock.annotations.ExecutionTime.STATIC_INIT; diff --git a/bean-validation/pom.xml b/bean-validation/pom.xml index 0076a47d9..6d36d355c 100644 --- a/bean-validation/pom.xml +++ b/bean-validation/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/bean-validation/runtime/pom.xml b/bean-validation/runtime/pom.xml index 604671ff0..de66e4a97 100644 --- a/bean-validation/runtime/pom.xml +++ b/bean-validation/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorProvider.java b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorProvider.java index 066445883..0e63ee5b6 100644 --- a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorProvider.java +++ b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation.runtime; import java.lang.reflect.Method; diff --git a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorTemplate.java b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorTemplate.java index b117fc1b7..65649e2e0 100644 --- a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorTemplate.java +++ b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/ValidatorTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation.runtime; import javax.validation.Validator; diff --git a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConfigurationImplSubstitution.java b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConfigurationImplSubstitution.java index 52b77c760..29c38baf9 100644 --- a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConfigurationImplSubstitution.java +++ b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConfigurationImplSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation.runtime.graal; import java.util.function.Predicate; diff --git a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConstraintHelperSubstitution.java b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConstraintHelperSubstitution.java index 13250842f..bcfe0e71d 100644 --- a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConstraintHelperSubstitution.java +++ b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/ConstraintHelperSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation.runtime.graal; import java.lang.annotation.Annotation; diff --git a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/PlatformResourceBundleLocatorSubstitution.java b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/PlatformResourceBundleLocatorSubstitution.java index 32d195f29..689017185 100644 --- a/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/PlatformResourceBundleLocatorSubstitution.java +++ b/bean-validation/runtime/src/main/java/org/jboss/shamrock/beanvalidation/runtime/graal/PlatformResourceBundleLocatorSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.beanvalidation.runtime.graal; import static org.hibernate.validator.internal.util.CollectionHelper.newHashSet; diff --git a/builder/pom.xml b/builder/pom.xml index afeec2951..78f31b01d 100644 --- a/builder/pom.xml +++ b/builder/pom.xml @@ -1,8 +1,6 @@ + diff --git a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildAnnotationProcessor.java b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildAnnotationProcessor.java index 351a06db2..85e4aee53 100644 --- a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildAnnotationProcessor.java +++ b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildAnnotationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.annotations; import static javax.lang.model.util.ElementFilter.fieldsIn; diff --git a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildProducer.java b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildProducer.java index a279cac71..1a9c90e54 100644 --- a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildProducer.java +++ b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.annotations; import org.jboss.builder.item.BuildItem; diff --git a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildStep.java b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildStep.java index fb7b9fede..e3588f9c1 100644 --- a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildStep.java +++ b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/BuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.annotations; import java.lang.annotation.ElementType; diff --git a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/ExecutionTime.java b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/ExecutionTime.java index 7351c4c3f..82d720a47 100644 --- a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/ExecutionTime.java +++ b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/ExecutionTime.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.annotations; /** diff --git a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/Record.java b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/Record.java index 73ac4b7fb..e9a139acb 100644 --- a/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/Record.java +++ b/core/deployment-api/src/main/java/org/jboss/shamrock/annotations/Record.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.annotations; import java.lang.annotation.ElementType; diff --git a/core/deployment-api/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/core/deployment-api/src/main/resources/META-INF/services/javax.annotation.processing.Processor index 69b4ffba9..97585ac85 100644 --- a/core/deployment-api/src/main/resources/META-INF/services/javax.annotation.processing.Processor +++ b/core/deployment-api/src/main/resources/META-INF/services/javax.annotation.processing.Processor @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.annotations.BuildAnnotationProcessor \ No newline at end of file diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml index 584ee1236..625285a76 100644 --- a/core/deployment/pom.xml +++ b/core/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchive.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchive.java index c3a93e58f..c3d58fe84 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchive.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchive.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.io.Closeable; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchiveImpl.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchiveImpl.java index 602a53f3c..c340ae9b3 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchiveImpl.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ApplicationArchiveImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.io.Closeable; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/BeanArchiveProcessor.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/BeanArchiveProcessor.java index 2ca924f1d..4f303ff1a 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/BeanArchiveProcessor.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/BeanArchiveProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.util.ArrayList; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/BuildProducerImpl.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/BuildProducerImpl.java index c7b626fb9..cf8abb2d7 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/BuildProducerImpl.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/BuildProducerImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import org.jboss.builder.BuildContext; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/Capabilities.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/Capabilities.java index 50b67b8e7..767fa7b02 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/Capabilities.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/Capabilities.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.util.Set; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ClassOutput.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ClassOutput.java index 4dad63e24..fb8789501 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ClassOutput.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ClassOutput.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.io.IOException; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockAugumentor.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockAugumentor.java index 969b26e76..fcc603180 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockAugumentor.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockAugumentor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.io.IOException; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockConfig.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockConfig.java index d87b68184..312c177ff 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockConfig.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/ShamrockConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment; import java.util.HashSet; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/AdditionalBeanBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/AdditionalBeanBuildItem.java index 03826db0e..0e469c157 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/AdditionalBeanBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/AdditionalBeanBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import java.util.ArrayList; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ApplicationArchivesBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ApplicationArchivesBuildItem.java index 929401f6d..7947530bd 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ApplicationArchivesBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ApplicationArchivesBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import java.util.Collection; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ArchiveRootBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ArchiveRootBuildItem.java index d1140019b..c90114864 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ArchiveRootBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ArchiveRootBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import java.nio.file.Path; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanArchiveIndexBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanArchiveIndexBuildItem.java index 9e6ff5677..a1748a4d6 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanArchiveIndexBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanArchiveIndexBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanContainerBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanContainerBuildItem.java index 90c487560..61c9ad75f 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanContainerBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BeanContainerBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BytecodeTransformerBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BytecodeTransformerBuildItem.java index d254be7e2..16e118977 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BytecodeTransformerBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/BytecodeTransformerBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import java.util.function.BiFunction; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CapabilityBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CapabilityBuildItem.java index 42ce362f6..6ba7db83b 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CapabilityBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CapabilityBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ClassOutputBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ClassOutputBuildItem.java index 6a246f6b1..6af841b8c 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ClassOutputBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ClassOutputBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CombinedIndexBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CombinedIndexBuildItem.java index c230f9977..a97ddfafa 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CombinedIndexBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/CombinedIndexBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ExecutorBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ExecutorBuildItem.java index 650b42660..45e1e3aae 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ExecutorBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ExecutorBuildItem.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedClassBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedClassBuildItem.java index c90e90030..99530b29c 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedClassBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedClassBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedResourceBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedResourceBuildItem.java index 1220adfba..60123e4be 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedResourceBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/GeneratedResourceBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionFactoryBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionFactoryBuildItem.java index 6dc0979ed..914dac3e3 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionFactoryBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionFactoryBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionProviderBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionProviderBuildItem.java index c5e8b42ed..6ad7294c4 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionProviderBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/InjectionProviderBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainBytecodeRecorderBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainBytecodeRecorderBuildItem.java index ea661d41c..79dfe0831 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainBytecodeRecorderBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainBytecodeRecorderBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainClassBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainClassBuildItem.java index 055760ded..4ccaa73b8 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainClassBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/MainClassBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ServiceStartBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ServiceStartBuildItem.java index f128bafca..f583136a4 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ServiceStartBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ServiceStartBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ShutdownContextBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ShutdownContextBuildItem.java index 6a9025076..e95d13b6b 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ShutdownContextBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/ShutdownContextBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.SimpleBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/StaticBytecodeRecorderBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/StaticBytecodeRecorderBuildItem.java index 308e037ce..bd705c525 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/StaticBytecodeRecorderBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/StaticBytecodeRecorderBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/SystemPropertyBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/SystemPropertyBuildItem.java index 9ba089683..079770f06 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/SystemPropertyBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/SystemPropertyBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/WiringClassBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/WiringClassBuildItem.java index ad3d330ac..e34f3a934 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/WiringClassBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/WiringClassBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveClassBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveClassBuildItem.java index e1105e8a6..25fd7943d 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveClassBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveClassBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.util.Arrays; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveFieldBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveFieldBuildItem.java index 7b907bd03..10fba6a3b 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveFieldBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveFieldBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.lang.reflect.Field; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveHierarchyBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveHierarchyBuildItem.java index b129b9fc5..2d0b5aab3 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveHierarchyBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveHierarchyBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveMethodBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveMethodBuildItem.java index 3b40dd974..09d329756 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveMethodBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ReflectiveMethodBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.lang.reflect.Method; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/RuntimeInitializedClassBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/RuntimeInitializedClassBuildItem.java index 28ace6194..e0d26ac09 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/RuntimeInitializedClassBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/RuntimeInitializedClassBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ServiceProviderBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ServiceProviderBuildItem.java index fc123e6a5..36d508472 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ServiceProviderBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/ServiceProviderBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateConfigBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateConfigBuildItem.java index 0349402d8..522a985b4 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateConfigBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateConfigBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.util.Arrays; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateOutputBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateOutputBuildItem.java index 2af22fa8f..d739d0652 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateOutputBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateOutputBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateProxyDefinitionBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateProxyDefinitionBuildItem.java index a2e60ef7b..429d8c78c 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateProxyDefinitionBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateProxyDefinitionBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.util.ArrayList; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBuildItem.java index e67798d49..092e4ce85 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import java.util.ArrayList; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBundleBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBundleBuildItem.java index 08a59f021..2566c6778 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBundleBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateResourceBundleBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateSystemPropertyBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateSystemPropertyBuildItem.java index 56abbb284..387d1995e 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateSystemPropertyBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/builditem/substrate/SubstrateSystemPropertyBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.builditem.substrate; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/AnnotationTransformerBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/AnnotationTransformerBuildItem.java index c3c9aa792..4ad812ca7 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/AnnotationTransformerBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/AnnotationTransformerBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.cdi; import java.util.Collection; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/BeanContainerListenerBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/BeanContainerListenerBuildItem.java index f051c20ac..e3d6fbaf6 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/BeanContainerListenerBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/BeanContainerListenerBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.cdi; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/CdiExtensionBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/CdiExtensionBuildItem.java index c736eec16..8890057be 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/CdiExtensionBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/CdiExtensionBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.cdi; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/GeneratedBeanBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/GeneratedBeanBuildItem.java index 61a356c13..a3cb0903d 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/GeneratedBeanBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/GeneratedBeanBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.cdi; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/ResourceAnnotationBuildItem.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/ResourceAnnotationBuildItem.java index 36bc6d5f2..4d71d3514 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/ResourceAnnotationBuildItem.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/cdi/ResourceAnnotationBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.cdi; import org.jboss.builder.item.MultiBuildItem; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/configuration/ConfigurationError.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/configuration/ConfigurationError.java index 76eee5ba9..c97653b7a 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/configuration/ConfigurationError.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/configuration/ConfigurationError.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.configuration; public class ConfigurationError extends RuntimeException { diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ApplicationArchiveLoader.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ApplicationArchiveLoader.java index cc4de4df8..1baadf26b 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ApplicationArchiveLoader.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ApplicationArchiveLoader.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; import java.io.FileInputStream; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactIndex.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactIndex.java index 522f0b8bb..9f119b1a8 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactIndex.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactIndex.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; import java.nio.file.Path; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactResolver.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactResolver.java index 08abc7f32..c91bde47a 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactResolver.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ArtifactResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; /** diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ClassPathArtifactResolver.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ClassPathArtifactResolver.java index 2ce77b63a..5879ebd85 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ClassPathArtifactResolver.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ClassPathArtifactResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; import java.io.IOException; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/MapArtifactResolver.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/MapArtifactResolver.java index 8a96c51cb..9bcc3d552 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/MapArtifactResolver.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/MapArtifactResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; import java.util.HashMap; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ResolvedArtifact.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ResolvedArtifact.java index 097229657..d390ccfd5 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ResolvedArtifact.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/index/ResolvedArtifact.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.index; import java.nio.file.Path; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderImpl.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderImpl.java index bb37bdbb4..25aecb360 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderImpl.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import static org.jboss.protean.gizmo.MethodDescriptor.ofConstructor; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/ObjectSubstitution.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/ObjectSubstitution.java index 8d6f10a29..be5412e36 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/ObjectSubstitution.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/ObjectSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; /** diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/RecorderContext.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/RecorderContext.java index b8f28a14d..31ba1695e 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/RecorderContext.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/recording/RecorderContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import java.lang.reflect.Constructor; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityAggregationStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityAggregationStep.java index 3349a2b36..76dc459be 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityAggregationStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityAggregationStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.util.HashSet; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityBuildStep.java index 8dee2b2df..65dc5b37c 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CapabilityBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import org.jboss.builder.BuildContext; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CombinedIndexBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CombinedIndexBuildStep.java index 8a859e8a7..e0a7f7978 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CombinedIndexBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/CombinedIndexBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.util.ArrayList; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/InjectionFactoryBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/InjectionFactoryBuildStep.java index 6dc2e7b3e..17cb6feb9 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/InjectionFactoryBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/InjectionFactoryBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.util.List; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/MainClassBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/MainClassBuildStep.java index 08ba0ec7c..67d3705b8 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/MainClassBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/MainClassBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import static org.jboss.protean.gizmo.MethodDescriptor.ofConstructor; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ReflectiveHierarchyStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ReflectiveHierarchyStep.java index 40b9492ab..d548d39ac 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ReflectiveHierarchyStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ReflectiveHierarchyStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.util.HashSet; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/RegisterForReflectionBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/RegisterForReflectionBuildStep.java index 16488d8da..a8124aaed 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/RegisterForReflectionBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/RegisterForReflectionBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import javax.inject.Inject; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SignalHandlerThreadStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SignalHandlerThreadStep.java index 61190e75b..0fc798ca8 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SignalHandlerThreadStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SignalHandlerThreadStep.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateAutoFeatureStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateAutoFeatureStep.java index 3a1847a82..b1549f033 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateAutoFeatureStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateAutoFeatureStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import static org.jboss.protean.gizmo.MethodDescriptor.ofMethod; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateConfigBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateConfigBuildStep.java index 45fec40bd..e8f64d559 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateConfigBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateConfigBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.util.List; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateSystemPropertiesBuildStep.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateSystemPropertiesBuildStep.java index c77ce3c82..550d4d550 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateSystemPropertiesBuildStep.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/SubstrateSystemPropertiesBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.steps; import java.io.File; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ThreadPoolSetup.java b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ThreadPoolSetup.java index 841ea5e9e..9d22cfbaf 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ThreadPoolSetup.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/deployment/steps/ThreadPoolSetup.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeClassLoader.java b/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeClassLoader.java index 3f8a785fd..8605a84e1 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeClassLoader.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeClassLoader.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runner; import java.io.ByteArrayInputStream; diff --git a/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeRunner.java b/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeRunner.java index 8eee68f24..2d7434328 100644 --- a/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeRunner.java +++ b/core/deployment/src/main/java/org/jboss/shamrock/runner/RuntimeRunner.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runner; import java.io.Closeable; diff --git a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderTestCase.java b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderTestCase.java index fca580fc7..810c4ae7d 100644 --- a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderTestCase.java +++ b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/BytecodeRecorderTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import java.io.IOException; diff --git a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/NonSerializable.java b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/NonSerializable.java index f8fdd24c2..558404f4f 100644 --- a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/NonSerializable.java +++ b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/NonSerializable.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import java.util.Objects; diff --git a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestJavaBean.java b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestJavaBean.java index 5a7b3a6c1..b71677c46 100644 --- a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestJavaBean.java +++ b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestJavaBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import java.util.Objects; diff --git a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestTemplate.java b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestTemplate.java index f267f8c93..49bfb2550 100644 --- a/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestTemplate.java +++ b/core/deployment/src/test/java/org/jboss/shamrock/deployment/recording/TestTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.deployment.recording; import java.util.ArrayDeque; diff --git a/core/pom.xml b/core/pom.xml index a542e78e5..d52dbf0f1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index 0234627ef..35d227125 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Application.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Application.java index 8592d7582..461f675c5 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Application.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Application.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/CloseableResource.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/CloseableResource.java index 1a10d2ef1..bfe5f48b9 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/CloseableResource.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/CloseableResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.annotation.Retention; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfigHelper.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfigHelper.java index 8e871c189..a2ff2e6fa 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfigHelper.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfigHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.util.Optional; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredType.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredType.java index c9aef9e54..e85e249b8 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredType.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredType.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.annotation.ElementType; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredTypeAnnotationProcessor.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredTypeAnnotationProcessor.java index 68a4b04b6..d747f448d 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredTypeAnnotationProcessor.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ConfiguredTypeAnnotationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import static javax.lang.model.util.ElementFilter.fieldsIn; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/DefaultInjectionTemplate.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/DefaultInjectionTemplate.java index 2a05bf0fd..177510bb2 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/DefaultInjectionTemplate.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/DefaultInjectionTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; @Template diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ExecutorTemplate.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ExecutorTemplate.java index c209607c8..7bddc3c9c 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ExecutorTemplate.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ExecutorTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.util.Optional; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionFactory.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionFactory.java index 817c8f34f..0f1d89b12 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionFactory.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; public interface InjectionFactory { diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionInstance.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionInstance.java index facd9684c..276b1a8d2 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionInstance.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InjectionInstance.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; public interface InjectionInstance { diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InterceptorBindingService.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InterceptorBindingService.java index db0239039..d161cf625 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/InterceptorBindingService.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/InterceptorBindingService.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/RegisterForReflection.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/RegisterForReflection.java index 3ccf86f3f..169afae7f 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/RegisterForReflection.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/RegisterForReflection.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.annotation.ElementType; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ResourceHelper.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ResourceHelper.java index 4e9869d62..b97a77dee 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ResourceHelper.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ResourceHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.io.InputStream; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/RuntimeValue.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/RuntimeValue.java index 5e2114ef5..03e629291 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/RuntimeValue.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/RuntimeValue.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Shamrock.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Shamrock.java index f6b86223e..9b6be8bb1 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Shamrock.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Shamrock.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.reflect.Constructor; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownContext.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownContext.java index 11a025c40..09446039b 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownContext.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownEvent.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownEvent.java index 9860fe5a9..dec91d186 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownEvent.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/ShutdownEvent.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupContext.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupContext.java index 872b40572..97b366426 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupContext.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.io.Closeable; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupEvent.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupEvent.java index 129bd9e1a..442449991 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupEvent.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupEvent.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupTask.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupTask.java index 6a516c4bb..c54d0b29a 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupTask.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/StartupTask.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Template.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Template.java index b1947224e..8cd90ab98 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Template.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Template.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import java.lang.annotation.ElementType; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Timing.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Timing.java index 7a1ca5bc3..ca0ed1268 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/Timing.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/Timing.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime; import org.jboss.logging.Logger; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainer.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainer.java index 8c0c2e114..542098e24 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainer.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.cdi; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainerListener.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainerListener.java index 25ffd810a..58b942b79 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainerListener.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/cdi/BeanContainerListener.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.cdi; /** diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ConstructorReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ConstructorReplacement.java index de21a9e07..d723c01b2 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ConstructorReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ConstructorReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/FieldReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/FieldReplacement.java index 85f85a589..52187dc27 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/FieldReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/FieldReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MappedByteBufferReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MappedByteBufferReplacement.java index 4cfff40ad..2cba8ad26 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MappedByteBufferReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MappedByteBufferReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import java.io.FileDescriptor; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MethodReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MethodReplacement.java index 66b417b35..a9ce3b7ca 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MethodReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/MethodReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ParameterReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ParameterReplacement.java index 1d16909d4..4a11fdf38 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ParameterReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ParameterReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import java.lang.annotation.Annotation; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShamrockReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShamrockReplacement.java index 63bdabb2a..2380d4ec3 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShamrockReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShamrockReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import org.jboss.shamrock.runtime.Shamrock; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShutdownHookThread.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShutdownHookThread.java index 1a17c6be2..0d9a7cd94 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShutdownHookThread.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/ShutdownHookThread.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/SignalHandlerThread.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/SignalHandlerThread.java index 6644594ec..8ce37d890 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/SignalHandlerThread.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/SignalHandlerThread.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_management_JMX.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_management_JMX.java index c80552c59..50ec234a5 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_management_JMX.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_management_JMX.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import javax.management.JMX; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_xml_TransformerException.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_xml_TransformerException.java index e130c2f87..7ed8cec52 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_xml_TransformerException.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/Target_javax_xml_TransformerException.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import com.oracle.svm.core.annotate.Substitute; diff --git a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/TimingReplacement.java b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/TimingReplacement.java index 27958fc05..093a58211 100644 --- a/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/TimingReplacement.java +++ b/core/runtime/src/main/java/org/jboss/shamrock/runtime/graal/TimingReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.runtime.graal; import org.jboss.shamrock.runtime.Timing; diff --git a/core/runtime/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/core/runtime/src/main/resources/META-INF/services/javax.annotation.processing.Processor index dacfa3e3e..6e1767d0e 100644 --- a/core/runtime/src/main/resources/META-INF/services/javax.annotation.processing.Processor +++ b/core/runtime/src/main/resources/META-INF/services/javax.annotation.processing.Processor @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.runtime.ConfiguredTypeAnnotationProcessor \ No newline at end of file diff --git a/docs/assembly.xml b/docs/assembly.xml index 557c7335d..049a107dc 100644 --- a/docs/assembly.xml +++ b/docs/assembly.xml @@ -1,26 +1,18 @@ + diff --git a/examples/class-transformer/src/main/java/org/jboss/shamrock/example/classtransformer/ClassTransformerProcessor.java b/examples/class-transformer/src/main/java/org/jboss/shamrock/example/classtransformer/ClassTransformerProcessor.java index 3884215e8..854520c3f 100644 --- a/examples/class-transformer/src/main/java/org/jboss/shamrock/example/classtransformer/ClassTransformerProcessor.java +++ b/examples/class-transformer/src/main/java/org/jboss/shamrock/example/classtransformer/ClassTransformerProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.classtransformer; import java.lang.reflect.Modifier; diff --git a/examples/common-jpa-entities/pom.xml b/examples/common-jpa-entities/pom.xml index 7fbd818de..aeceb2246 100644 --- a/examples/common-jpa-entities/pom.xml +++ b/examples/common-jpa-entities/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/common-jpa-entities/src/main/java/org/jboss/shamrock/examples/common/Clown.java b/examples/common-jpa-entities/src/main/java/org/jboss/shamrock/examples/common/Clown.java index 47ff38ad4..804dfa5d7 100644 --- a/examples/common-jpa-entities/src/main/java/org/jboss/shamrock/examples/common/Clown.java +++ b/examples/common-jpa-entities/src/main/java/org/jboss/shamrock/examples/common/Clown.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.examples.common; import javax.persistence.Entity; diff --git a/examples/jpa-strict/pom.xml b/examples/jpa-strict/pom.xml index 21488d3fb..ea9c54ecf 100644 --- a/examples/jpa-strict/pom.xml +++ b/examples/jpa-strict/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/MainMethod.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/MainMethod.java index f5d63cfc6..e6d192f42 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/MainMethod.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/MainMethod.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example; public class MainMethod { diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java index 523980d99..5e957f376 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embeddable; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java index 405c85b0a..4564448da 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; /** diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java index 943d1e153..adefa19a7 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embedded; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java index 487af53d5..c90716e79 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.MappedSuperclass; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPAFunctionalityTestEndpoint.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPAFunctionalityTestEndpoint.java index 9247ed391..73e5aa4a7 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPAFunctionalityTestEndpoint.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPAFunctionalityTestEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import java.io.IOException; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java index 2ee3bd85d..bdc8423df 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.servlet.annotation.WebServlet; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java index f918171bd..0ac67dd18 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; /** diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java index 075c602db..ae52bc9e3 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.CascadeType; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java index 101b263b0..ec32b5c7c 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Entity; diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Status.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Status.java index d30a53284..7dce9da5d 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Status.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/Status.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; public enum Status { diff --git a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java index 2a2c37e0b..4676d5787 100644 --- a/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java +++ b/examples/jpa-strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embeddable; diff --git a/examples/jpa-strict/src/main/resources/META-INF/beans.xml b/examples/jpa-strict/src/main/resources/META-INF/beans.xml index e69de29bb..c11c621e8 100644 --- a/examples/jpa-strict/src/main/resources/META-INF/beans.xml +++ b/examples/jpa-strict/src/main/resources/META-INF/beans.xml @@ -0,0 +1,16 @@ + + diff --git a/examples/jpa-strict/src/main/resources/META-INF/microprofile-config.properties b/examples/jpa-strict/src/main/resources/META-INF/microprofile-config.properties index 3b7b835cf..1f59e364f 100644 --- a/examples/jpa-strict/src/main/resources/META-INF/microprofile-config.properties +++ b/examples/jpa-strict/src/main/resources/META-INF/microprofile-config.properties @@ -1,3 +1,19 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.example.rest.RestInterface/mp-rest/url=http://localhost:8080/rest shamrock.datasource.url=${postgres.url} shamrock.datasource.driver=org.postgresql.Driver diff --git a/examples/jpa-strict/src/main/resources/META-INF/persistence.xml b/examples/jpa-strict/src/main/resources/META-INF/persistence.xml index 38e6919e6..021144570 100644 --- a/examples/jpa-strict/src/main/resources/META-INF/persistence.xml +++ b/examples/jpa-strict/src/main/resources/META-INF/persistence.xml @@ -1,3 +1,19 @@ + + + + diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/CustomMain.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/CustomMain.java index 25da6b2d2..3a6119456 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/CustomMain.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/CustomMain.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example; import org.jboss.shamrock.runtime.Shamrock; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/InjectionServlet.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/InjectionServlet.java index cc945ac29..9b90a399c 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/InjectionServlet.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/InjectionServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example; import java.io.IOException; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/MessageBean.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/MessageBean.java index 7723f71bc..95e701753 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/MessageBean.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/MessageBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example; import java.util.Optional; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/Service.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/Service.java index bb9c3b798..949e22314 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/Service.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/Service.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.faulttolerance; import java.util.concurrent.atomic.AtomicInteger; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/TestResource.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/TestResource.java index 0b37dc379..42b49615b 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/TestResource.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/faulttolerance/TestResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.faulttolerance; import java.util.concurrent.atomic.AtomicInteger; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/InjectionResource.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/InjectionResource.java index cc82bd559..14ab5b761 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/InjectionResource.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/InjectionResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import javax.inject.Inject; diff --git a/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java b/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java index 9621e3c01..2b87c76ce 100644 --- a/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java +++ b/examples/permissive/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import javax.ws.rs.ApplicationPath; diff --git a/examples/permissive/src/main/resources/META-INF/beans.xml b/examples/permissive/src/main/resources/META-INF/beans.xml index e69de29bb..c11c621e8 100644 --- a/examples/permissive/src/main/resources/META-INF/beans.xml +++ b/examples/permissive/src/main/resources/META-INF/beans.xml @@ -0,0 +1,16 @@ + + diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceITCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceITCase.java index 04a24a0ec..a0b1d28a6 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceITCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceTestCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceTestCase.java index 66a5d8b01..d3578256b 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceTestCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/FaultToleranceTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayOutputStream; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionITCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionITCase.java index 8e8c84ac5..7b9e39b0a 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionITCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionTestCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionTestCase.java index 00d46546c..53798dd61 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionTestCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/JaxRSInjectionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayOutputStream; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/LoggingConfig.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/LoggingConfig.java index c8ac5db00..0a19cc78b 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/LoggingConfig.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/LoggingConfig.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java index 87298f182..6a639c526 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java index e9ace3b2f..434a5a940 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayInputStream; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionITCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionITCase.java index 94209d472..42248afc8 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionITCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionTestCase.java b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionTestCase.java index be62a7e7e..36ac9def8 100644 --- a/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionTestCase.java +++ b/examples/permissive/src/test/java/org/jboss/shamrock/example/test/ServletInjectionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayOutputStream; diff --git a/examples/permissive/src/test/resources/META-INF/services/org.jboss.logmanager.EmbeddedConfigurator b/examples/permissive/src/test/resources/META-INF/services/org.jboss.logmanager.EmbeddedConfigurator index d9ab6406a..cf8de8e50 100644 --- a/examples/permissive/src/test/resources/META-INF/services/org.jboss.logmanager.EmbeddedConfigurator +++ b/examples/permissive/src/test/resources/META-INF/services/org.jboss.logmanager.EmbeddedConfigurator @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.example.test.LoggingConfig diff --git a/examples/pom.xml b/examples/pom.xml index 00a39db6e..c76a81966 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/shared-library/pom.xml b/examples/shared-library/pom.xml index 6bf0e72b0..25f9c4587 100644 --- a/examples/shared-library/pom.xml +++ b/examples/shared-library/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/shared-library/src/main/java/org/jboss/shamrock/example/shared/SharedResource.java b/examples/shared-library/src/main/java/org/jboss/shamrock/example/shared/SharedResource.java index ab2efb338..054ade428 100644 --- a/examples/shared-library/src/main/java/org/jboss/shamrock/example/shared/SharedResource.java +++ b/examples/shared-library/src/main/java/org/jboss/shamrock/example/shared/SharedResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.shared; import javax.ws.rs.GET; diff --git a/examples/shared-library/src/main/resources/META-INF/beans.xml b/examples/shared-library/src/main/resources/META-INF/beans.xml index e69de29bb..c11c621e8 100644 --- a/examples/shared-library/src/main/resources/META-INF/beans.xml +++ b/examples/shared-library/src/main/resources/META-INF/beans.xml @@ -0,0 +1,16 @@ + + diff --git a/examples/strict/pom.xml b/examples/strict/pom.xml index 4048a7cbb..8619f0617 100644 --- a/examples/strict/pom.xml +++ b/examples/strict/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/MainMethod.java b/examples/strict/src/main/java/org/jboss/shamrock/example/MainMethod.java index f5d63cfc6..e6d192f42 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/MainMethod.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/MainMethod.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example; public class MainMethod { diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/RequestScopedBean.java b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/RequestScopedBean.java index 3447f386b..7d4ec1afd 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/RequestScopedBean.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/RequestScopedBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.arc; import javax.enterprise.context.RequestScoped; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/TestRequestScopeEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/TestRequestScopeEndpoint.java index cad366fce..561d34a63 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/TestRequestScopeEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/TestRequestScopeEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.arc; import javax.inject.Inject; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/somepackage/Superclass.java b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/somepackage/Superclass.java index 2e015f24a..1ad212fbd 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/arc/somepackage/Superclass.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/arc/somepackage/Superclass.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.arc.somepackage; public class Superclass { diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/ReflectionTestEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/ReflectionTestEndpoint.java index b700b0624..badaf540c 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/ReflectionTestEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/ReflectionTestEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.corestuff; import java.io.IOException; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/SomeReflectionObject.java b/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/SomeReflectionObject.java index 87582dbd2..d71a3b1af 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/SomeReflectionObject.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/corestuff/SomeReflectionObject.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.corestuff; public class SomeReflectionObject { diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceResource.java index 8ccc66f21..dce12bafa 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.datasource; import java.sql.Connection; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceSetup.java b/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceSetup.java index dae0a8427..021b5effc 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceSetup.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/datasource/DatasourceSetup.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.datasource; import java.sql.Connection; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/health/SimpleHealthCheck.java b/examples/strict/src/main/java/org/jboss/shamrock/example/health/SimpleHealthCheck.java index d906e99ad..56f4f245f 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/health/SimpleHealthCheck.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/health/SimpleHealthCheck.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.health; import java.util.Map; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java index 523980d99..5e957f376 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Address.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embeddable; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java index 405c85b0a..4564448da 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Animal.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; /** diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java index 943d1e153..adefa19a7 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Customer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embedded; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java index 487af53d5..c90716e79 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Human.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.MappedSuperclass; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestBootstrapEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestBootstrapEndpoint.java index cf01108b8..5fb8a7b6f 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestBootstrapEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestBootstrapEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import org.jboss.shamrock.examples.common.Clown; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestEMInjectionEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestEMInjectionEndpoint.java index 61f702ff7..6a8b01ba5 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestEMInjectionEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestEMInjectionEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import java.io.IOException; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java index 2ee3bd85d..bdc8423df 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JPATestReflectionEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.servlet.annotation.WebServlet; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JpaProducer.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JpaProducer.java index 67a08442f..4a0bc6ed5 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JpaProducer.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/JpaProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.enterprise.context.Dependent; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java index f918171bd..0ac67dd18 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/NotAnEntityNotReferenced.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; /** diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java index 3af490f65..5aeb16a6a 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/Person.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.CascadeType; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java index 101b263b0..ec32b5c7c 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/SequencedAddress.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Entity; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java index 2a2c37e0b..4676d5787 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/jpa/WorkAddress.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.jpa; import javax.persistence.Embeddable; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/metrics/MetricsResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/metrics/MetricsResource.java index 974b1be88..ad356b5c1 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/metrics/MetricsResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/metrics/MetricsResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.metrics; import javax.ws.rs.GET; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/opentracing/OpenTracingResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/opentracing/OpenTracingResource.java index acdb81e0e..c9dcbf542 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/opentracing/OpenTracingResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/opentracing/OpenTracingResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.opentracing; import javax.ws.rs.GET; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/reactive/ReactiveStreamOpsResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/reactive/ReactiveStreamOpsResource.java index 84a85e42e..7d11971be 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/reactive/ReactiveStreamOpsResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/reactive/ReactiveStreamOpsResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.reactive; import io.reactivex.Flowable; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ClientResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ClientResource.java index 81548689b..8f6844ddf 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ClientResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ClientResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import java.net.URL; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/CollectionType.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/CollectionType.java index 8c41a30de..da4343eeb 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/CollectionType.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/CollectionType.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; public class CollectionType { diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ComponentType.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ComponentType.java index 8c8853fbe..aa5dc7dbc 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ComponentType.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/ComponentType.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import java.util.HashSet; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/RestInterface.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/RestInterface.java index 2e127b077..0a7f60929 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/RestInterface.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/RestInterface.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import javax.ws.rs.GET; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/SubComponent.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/SubComponent.java index a057d8f12..c5e6c3c2f 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/SubComponent.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/SubComponent.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import java.util.ArrayList; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java index 9621e3c01..2b87c76ce 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import javax.ws.rs.ApplicationPath; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestResource.java index 47955a4aa..ee610eb60 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/rest/TestResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.rest; import java.util.Collections; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/transaction/TransactionResource.java b/examples/strict/src/main/java/org/jboss/shamrock/example/transaction/TransactionResource.java index 07bf88b32..f43522001 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/transaction/TransactionResource.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/transaction/TransactionResource.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.transaction; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/validator/TestValidatorEndpoint.java b/examples/strict/src/main/java/org/jboss/shamrock/example/validator/TestValidatorEndpoint.java index b7cb5e115..bac2b1010 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/validator/TestValidatorEndpoint.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/validator/TestValidatorEndpoint.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.validator; import java.util.Set; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestFilter.java b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestFilter.java index a98bd928a..a3718c56f 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestFilter.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestFilter.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.web; import java.io.IOException; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestSecureServlet.java b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestSecureServlet.java index f980c353f..cdeb2e1dc 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestSecureServlet.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestSecureServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.web; import java.io.IOException; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestServlet.java b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestServlet.java index d9ce6624d..c3a9055c5 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestServlet.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/web/TestServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.web; import java.io.IOException; diff --git a/examples/strict/src/main/java/org/jboss/shamrock/example/websocket/EchoSocket.java b/examples/strict/src/main/java/org/jboss/shamrock/example/websocket/EchoSocket.java index e2ce3844c..ceb0ee12d 100644 --- a/examples/strict/src/main/java/org/jboss/shamrock/example/websocket/EchoSocket.java +++ b/examples/strict/src/main/java/org/jboss/shamrock/example/websocket/EchoSocket.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.websocket; import javax.websocket.OnMessage; diff --git a/examples/strict/src/main/resources/META-INF/beans.xml b/examples/strict/src/main/resources/META-INF/beans.xml index e69de29bb..c11c621e8 100644 --- a/examples/strict/src/main/resources/META-INF/beans.xml +++ b/examples/strict/src/main/resources/META-INF/beans.xml @@ -0,0 +1,16 @@ + + diff --git a/examples/strict/src/main/resources/META-INF/microprofile-config.properties b/examples/strict/src/main/resources/META-INF/microprofile-config.properties index 6f457fe2d..50865b7a1 100644 --- a/examples/strict/src/main/resources/META-INF/microprofile-config.properties +++ b/examples/strict/src/main/resources/META-INF/microprofile-config.properties @@ -1,3 +1,19 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.example.rest.RestInterface/mp-rest/url=http://localhost:8080/rest shamrock.datasource.url: ${postgres.url} diff --git a/examples/strict/src/main/resources/META-INF/persistence.xml b/examples/strict/src/main/resources/META-INF/persistence.xml index 45f4f67af..c68175b9a 100644 --- a/examples/strict/src/main/resources/META-INF/persistence.xml +++ b/examples/strict/src/main/resources/META-INF/persistence.xml @@ -1,3 +1,19 @@ + + + A page diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/CoreReflectionInGraalITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/CoreReflectionInGraalITCase.java index 305e812c3..d575dd714 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/CoreReflectionInGraalITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/CoreReflectionInGraalITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import static org.junit.Assert.assertEquals; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionITCase.java index adb9ebe01..7e1329a24 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionTestCase.java index 166664096..abe351fba 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DataSourceTransactionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLResponse; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceITCase.java index 70fd44af3..b99981c4f 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceTestCase.java index 4a8d2f86f..949c96f05 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/DatasourceTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexITCase.java index b0202802f..4a5499b7d 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexTestCase.java index 4437630ad..ef553299c 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ExternalIndexTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthITCase.java index 65c6c848c..e274cebd2 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthTestCase.java index b839badf1..f7707b15f 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/HealthTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import javax.json.JsonArray; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapITCase.java index 75ff8526f..5f6f3c3ea 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapTestCase.java index add0e8645..44fd4ad97 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPABootstrapTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import static org.junit.Assert.assertEquals; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAEntityManagerInjectionTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAEntityManagerInjectionTestCase.java index e0e15d86c..84411cbe0 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAEntityManagerInjectionTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAEntityManagerInjectionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import static org.junit.Assert.assertEquals; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAReflectionInGraalITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAReflectionInGraalITCase.java index f71a00789..9ea0c885a 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAReflectionInGraalITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JPAReflectionInGraalITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import static org.junit.Assert.assertEquals; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSITCase.java index 7669e44f7..8ee1f64cc 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSTestCase.java index b8bb97283..d59a8ea6a 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/JaxRSTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.InputStream; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsITCase.java index 5215c0030..5b0c83b35 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsTestCase.java index 49a851ca4..cd468aeb3 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/MetricsTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java index 87298f182..6a639c526 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java index 6d87febea..7749182c9 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenApiTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayInputStream; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingITCase.java index 41b693bcc..e7b9ed5e6 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingTestCase.java index 15ac4be8b..5e83a6b0c 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/OpenTracingTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsITCase.java index 2a2e75b78..da8fc6f43 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsTestCase.java index bcfb7a92b..e6b9ffe14 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ReactiveStreamsOperatorsTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeITCase.java index 8d3d42e4b..97917d6ae 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeTestCase.java index 2f9a16c86..271f8814d 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RequestScopeTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientITCase.java index 3438f0ad0..2c09561ef 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientTestCase.java index dfcb2ed7f..7e1cb8d51 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/RestClientTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletITCase.java index 16614501d..470a3b776 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java index bc9aef27a..a48f245a5 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLResponse; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionITCase.java index 0db323e28..89b018956 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionTestCase.java index b20f2af4d..08ded131f 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/TransactionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.URLTester; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorITCase.java index 8b23d7b41..6d0669362 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorTestCase.java index 8dc69b813..f7ddf5f61 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/ValidatorTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.io.ByteArrayOutputStream; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketITCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketITCase.java index 322938642..8227c9333 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketITCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketITCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.test.SubstrateTest; diff --git a/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketTestCase.java b/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketTestCase.java index bbd3da20c..a02de1160 100644 --- a/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketTestCase.java +++ b/examples/strict/src/test/java/org/jboss/shamrock/example/test/WebsocketTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import java.net.URI; diff --git a/examples/undertow/pom.xml b/examples/undertow/pom.xml index 3629af545..9fe9e14ef 100644 --- a/examples/undertow/pom.xml +++ b/examples/undertow/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/examples/undertow/src/main/java/org/jboss/shamrock/example/undertow/TestServlet.java b/examples/undertow/src/main/java/org/jboss/shamrock/example/undertow/TestServlet.java index b745f17e3..8421f5648 100644 --- a/examples/undertow/src/main/java/org/jboss/shamrock/example/undertow/TestServlet.java +++ b/examples/undertow/src/main/java/org/jboss/shamrock/example/undertow/TestServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.undertow; import java.io.IOException; diff --git a/examples/undertow/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java b/examples/undertow/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java index 870f2263e..1242db001 100644 --- a/examples/undertow/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java +++ b/examples/undertow/src/test/java/org/jboss/shamrock/example/test/ServletTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.test; import org.jboss.shamrock.example.testutils.URLTester; diff --git a/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLResponse.java b/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLResponse.java index 50a2ad39a..2f2c538bb 100644 --- a/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLResponse.java +++ b/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLResponse.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.testutils; import java.io.InputStream; diff --git a/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLTester.java b/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLTester.java index b1b4cfaf0..de9e9387b 100644 --- a/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLTester.java +++ b/examples/undertow/src/test/java/org/jboss/shamrock/example/testutils/URLTester.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.example.testutils; import java.io.ByteArrayInputStream; diff --git a/ext/arc/example/pom.xml b/ext/arc/example/pom.xml index bc0752759..9d2b81e58 100644 --- a/ext/arc/example/pom.xml +++ b/ext/arc/example/pom.xml @@ -1,3 +1,19 @@ + + diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/ArcMain.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/ArcMain.java index 4ffecfc07..79dcdc54d 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/ArcMain.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/ArcMain.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import org.jboss.protean.arc.Arc; diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/Generated.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/Generated.java index 1f1c8893e..aa684d016 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/Generated.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/Generated.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import static java.lang.annotation.ElementType.FIELD; diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringObserver.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringObserver.java index e250ff864..54d4ebc98 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringObserver.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringObserver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.concurrent.atomic.AtomicInteger; diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringProducer.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringProducer.java index 7f185f916..9c02a2c51 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringProducer.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/GeneratedStringProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.ApplicationScoped; diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/Generator.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/Generator.java index d1bab62f3..ad75e1f7f 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/Generator.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/Generator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.concurrent.TimeUnit; diff --git a/ext/arc/example/src/main/java/org/jboss/protean/arc/WeldMain.java b/ext/arc/example/src/main/java/org/jboss/protean/arc/WeldMain.java index dcb9c4eeb..a8c3e1dcf 100644 --- a/ext/arc/example/src/main/java/org/jboss/protean/arc/WeldMain.java +++ b/ext/arc/example/src/main/java/org/jboss/protean/arc/WeldMain.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import org.jboss.weld.environment.se.Weld; diff --git a/ext/arc/example/src/main/resources/META-INF/beans.xml b/ext/arc/example/src/main/resources/META-INF/beans.xml index fc4e3b482..d6db476bd 100644 --- a/ext/arc/example/src/main/resources/META-INF/beans.xml +++ b/ext/arc/example/src/main/resources/META-INF/beans.xml @@ -1,4 +1,20 @@ + + + diff --git a/ext/arc/maven-plugin/src/main/java/org/jboss/protean/arc/maven/BeanMojo.java b/ext/arc/maven-plugin/src/main/java/org/jboss/protean/arc/maven/BeanMojo.java index 73a175416..fb6ae6552 100644 --- a/ext/arc/maven-plugin/src/main/java/org/jboss/protean/arc/maven/BeanMojo.java +++ b/ext/arc/maven-plugin/src/main/java/org/jboss/protean/arc/maven/BeanMojo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.maven; import java.io.File; diff --git a/ext/arc/pom.xml b/ext/arc/pom.xml index 2bd535047..4f6a7ff74 100644 --- a/ext/arc/pom.xml +++ b/ext/arc/pom.xml @@ -1,3 +1,19 @@ + + diff --git a/ext/arc/processor/pom.xml b/ext/arc/processor/pom.xml index 0e4674141..219dc8dbd 100644 --- a/ext/arc/processor/pom.xml +++ b/ext/arc/processor/pom.xml @@ -1,3 +1,19 @@ + + diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AbstractGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AbstractGenerator.java index cd1081b4f..c7f35f12f 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AbstractGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AbstractGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.reflect.Modifier; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralGenerator.java index 3da1a208a..d7a0bb793 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collection; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralProcessor.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralProcessor.java index f6139b09a..05b105a0f 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralProcessor.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationLiteralProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.List; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationStore.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationStore.java index 9f784e0bd..116e90c3d 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationStore.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationStore.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Annotations.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Annotations.java index 270a95415..8054ede49 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Annotations.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Annotations.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collection; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationsTransformer.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationsTransformer.java index 1a0ee0ccf..057999846 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationsTransformer.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/AnnotationsTransformer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collection; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanConfigurator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanConfigurator.java index 2735d4053..88e5837c9 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanConfigurator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanConfigurator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collections; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeployment.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeployment.java index 3653e1458..2f6a97ad4 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeployment.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeployment.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.reflect.Modifier; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeploymentValidator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeploymentValidator.java index fcad852bc..d6b1f5223 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeploymentValidator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanDeploymentValidator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import javax.enterprise.inject.spi.DeploymentException; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanGenerator.java index 677953706..c4201402f 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_BRIDGE; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanInfo.java index c009bdab7..a8fb15cd1 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanProcessor.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanProcessor.java index d3c9d2389..aef61e7d8 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanProcessor.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.io.IOException; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanRegistrar.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanRegistrar.java index c43de13e1..da673733a 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanRegistrar.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanRegistrar.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import org.jboss.protean.arc.InjectableBean; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanResolver.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanResolver.java index 611eaea58..a3d9db57d 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanResolver.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static java.util.Collections.singletonList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Beans.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Beans.java index 208ea35af..923aacb99 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Beans.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Beans.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuildExtension.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuildExtension.java index 8c726f78b..1894121d1 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuildExtension.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuildExtension.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.List; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinBean.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinBean.java index 641b48cf9..a22e190ef 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinBean.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.HashSet; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinQualifier.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinQualifier.java index d5213c475..df75c55b8 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinQualifier.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/BuiltinQualifier.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collections; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java index 8734a9a17..a9f2d6d4f 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_FINAL; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ComponentsProviderGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ComponentsProviderGenerator.java index 5b29d87a4..8e3a7cb25 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ComponentsProviderGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ComponentsProviderGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_PUBLIC; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DeploymentEnhancer.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DeploymentEnhancer.java index 0d6cab60f..d691acf8d 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DeploymentEnhancer.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DeploymentEnhancer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; /** diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DisposerInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DisposerInfo.java index 6290b7358..3acaf04cf 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DisposerInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DisposerInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DotNames.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DotNames.java index e79205dc9..fc7aa4451 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DotNames.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/DotNames.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Map; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Injection.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Injection.java index 7938d4e8a..8f6d5f612 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Injection.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Injection.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java index 191ff682c..779a65920 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InjectionPointInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorGenerator.java index f80ec969d..b2bb1f5d6 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_FINAL; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorInfo.java index cd1dbfa18..3d23d16f1 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collections; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorResolver.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorResolver.java index 451bc1785..b876f7c89 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorResolver.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Interceptors.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Interceptors.java index 0387a06af..900084149 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Interceptors.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Interceptors.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.HashSet; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/MethodDescriptors.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/MethodDescriptors.java index ccc8fe453..bf299c256 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/MethodDescriptors.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/MethodDescriptors.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.reflect.Constructor; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Methods.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Methods.java index f5d04d744..588091e29 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Methods.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Methods.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.reflect.Modifier; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverGenerator.java index 8b442b400..a8aa2d979 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_FINAL; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverInfo.java index d63ce16f7..29eeccb16 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ObserverInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ReflectionRegistration.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ReflectionRegistration.java index 5591905c8..cfb5a15f6 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ReflectionRegistration.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ReflectionRegistration.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import org.jboss.jandex.FieldInfo; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceClassOutput.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceClassOutput.java index 55ca43e54..0a20a49ec 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceClassOutput.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceClassOutput.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.ArrayList; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceImpl.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceImpl.java index 9e6feb70b..0a2ac4657 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceImpl.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.io.File; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceOutput.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceOutput.java index 28bc2b442..21071e639 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceOutput.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ResourceOutput.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.io.File; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ScopeInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ScopeInfo.java index 01b190d10..39ee191d6 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ScopeInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/ScopeInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.annotation.Annotation; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/StereotypeInfo.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/StereotypeInfo.java index 1ebf4903a..ec09e2bb9 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/StereotypeInfo.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/StereotypeInfo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.List; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/SubclassGenerator.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/SubclassGenerator.java index 0e4017536..375e88f8e 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/SubclassGenerator.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/SubclassGenerator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.objectweb.asm.Opcodes.ACC_FINAL; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Transformation.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Transformation.java index 35ce123e4..45d9e1b6b 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Transformation.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Transformation.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.lang.annotation.Annotation; diff --git a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Types.java b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Types.java index dd633572d..4a73956a9 100644 --- a/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Types.java +++ b/ext/arc/processor/src/main/java/org/jboss/protean/arc/processor/Types.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.util.Collections; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/Basics.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/Basics.java index 92bf282e6..7eed287d0 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/Basics.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/Basics.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import java.io.IOException; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanGeneratorTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanGeneratorTest.java index 905e99602..5d7bd44e5 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanGeneratorTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoInjectionsTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoInjectionsTest.java index 9915bf5fa..60e3cf701 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoInjectionsTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoInjectionsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoQualifiersTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoQualifiersTest.java index be8baef1f..b18028925 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoQualifiersTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoQualifiersTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoTypesTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoTypesTest.java index 3f0d044fc..8ef3a47d6 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoTypesTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/BeanInfoTypesTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/ClientProxyGeneratorTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/ClientProxyGeneratorTest.java index 8e45dc5b4..464365f4b 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/ClientProxyGeneratorTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/ClientProxyGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/InterceptorGeneratorTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/InterceptorGeneratorTest.java index 80875dd30..797785835 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/InterceptorGeneratorTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/InterceptorGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static org.jboss.protean.arc.processor.Basics.index; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/SubclassGeneratorTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/SubclassGeneratorTest.java index ebafee1bf..49b9438be 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/SubclassGeneratorTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/SubclassGeneratorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/TypesTest.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/TypesTest.java index fdf29ce0d..0625219c4 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/TypesTest.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/TypesTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor; public class TypesTest { diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Bar.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Bar.java index 8dc6eea77..727260951 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Bar.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Bar.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor.types; import java.util.List; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Baz.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Baz.java index f2dd06a81..aa5ec3026 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Baz.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Baz.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor.types; import java.util.List; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Foo.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Foo.java index 08145f8e8..4aee9ccc0 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Foo.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/Foo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor.types; import java.util.AbstractList; diff --git a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/FooQualifier.java b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/FooQualifier.java index c72c9f5c3..659bbdbc1 100644 --- a/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/FooQualifier.java +++ b/ext/arc/processor/src/test/java/org/jboss/protean/arc/processor/types/FooQualifier.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.processor.types; import static java.lang.annotation.ElementType.FIELD; diff --git a/ext/arc/runtime/pom.xml b/ext/arc/runtime/pom.xml index e2dfb9ae3..896b1514d 100644 --- a/ext/arc/runtime/pom.xml +++ b/ext/arc/runtime/pom.xml @@ -1,3 +1,19 @@ + + diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AbstractSharedContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AbstractSharedContext.java index d2e8226c7..96bf4bd4d 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AbstractSharedContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AbstractSharedContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.ArrayList; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ActivateRequestContextInterceptor.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ActivateRequestContextInterceptor.java index ee6214450..ce210d113 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ActivateRequestContextInterceptor.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ActivateRequestContextInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.annotation.Priority; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ApplicationContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ApplicationContext.java index f460da017..ebdebb8b6 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ApplicationContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ApplicationContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Arc.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Arc.java index 95ab0232d..45cb1a2ff 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Arc.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Arc.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainer.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainer.java index 1354841fa..61c7b0185 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainer.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainerImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainerImpl.java index dd512e1bb..45522ac35 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainerImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainerImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AsyncEventDeliveryStage.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AsyncEventDeliveryStage.java index d35bd8dd9..4e0002b9e 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AsyncEventDeliveryStage.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/AsyncEventDeliveryStage.java @@ -1,13 +1,12 @@ /* - * JBoss, Home of Professional Open Source - * 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. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanCreator.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanCreator.java index 513272ce8..55e7c2a2f 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanCreator.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Map; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanDestroyer.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanDestroyer.java index 043c3b374..019334aab 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanDestroyer.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanDestroyer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Map; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerImpl.java index ac62309a2..c38cb987b 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerProvider.java index bc8619ab4..f92d638aa 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanManagerProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.spi.CreationalContext; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanMetadataProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanMetadataProvider.java index 279107e51..d0981e985 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanMetadataProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanMetadataProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.spi.CreationalContext; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanTypeAssignabilityRules.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanTypeAssignabilityRules.java index 8f57b3ad6..fd45f2faa 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanTypeAssignabilityRules.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/BeanTypeAssignabilityRules.java @@ -1,13 +1,12 @@ /* - * JBoss, Home of Professional Open Source - * 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. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ClientProxy.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ClientProxy.java index 9d70d5af9..4b0137867 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ClientProxy.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ClientProxy.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; /** diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Components.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Components.java index 04557b082..308b3b740 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Components.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Components.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Collection; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComponentsProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComponentsProvider.java index c63571ca1..295198def 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComponentsProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComponentsProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; /** diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComputingCache.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComputingCache.java index bf48cb8cf..6fdedbd3a 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComputingCache.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ComputingCache.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Map; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CovariantTypes.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CovariantTypes.java index 9494fd72a..bda5d3f25 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CovariantTypes.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CovariantTypes.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.GenericArrayType; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CreationalContextImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CreationalContextImpl.java index f1cfa4565..b6068c78c 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CreationalContextImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CreationalContextImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.ArrayList; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CurrentInjectionPointProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CurrentInjectionPointProvider.java index 4b4c0a9a0..4c95fa380 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CurrentInjectionPointProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/CurrentInjectionPointProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventImpl.java index 3c9dac306..892aba4e3 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventObjectTypeResolverBuilder.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventObjectTypeResolverBuilder.java index 321a4764e..068fe98d1 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventObjectTypeResolverBuilder.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventObjectTypeResolverBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.ParameterizedType; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventProvider.java index 3a1a03749..1d097648b 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventTypeAssignabilityRules.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventTypeAssignabilityRules.java index 7407f8393..9d3c184b5 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventTypeAssignabilityRules.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/EventTypeAssignabilityRules.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.ParameterizedType; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/GenericArrayTypeImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/GenericArrayTypeImpl.java index 46fffd4a9..2cbafec59 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/GenericArrayTypeImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/GenericArrayTypeImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.GenericArrayType; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/HierarchyDiscovery.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/HierarchyDiscovery.java index 03d455637..2143a87a6 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/HierarchyDiscovery.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/HierarchyDiscovery.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.Array; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InitializedInterceptor.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InitializedInterceptor.java index f5049c302..fffea0665 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InitializedInterceptor.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InitializedInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableBean.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableBean.java index 373ddeae5..2c23de914 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableBean.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableContext.java index e71df32f5..0ee267497 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Collection; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableInterceptor.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableInterceptor.java index 402e76a3c..c8b3f8e3e 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableInterceptor.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableObserverMethod.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableObserverMethod.java index ac0d6566f..3a8dc80a1 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableObserverMethod.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableObserverMethod.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableReferenceProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableReferenceProvider.java index 7e2932e7d..4eef2cca5 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableReferenceProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectableReferenceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.spi.CreationalContext; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectionPointProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectionPointProvider.java index 11082eefe..e8531b298 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectionPointProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InjectionPointProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.spi.CreationalContext; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandle.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandle.java index 0ddec8bef..592c237f4 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandle.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandle.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; /** diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandleImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandleImpl.java index 6a723928b..4de403e82 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandleImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceHandleImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import javax.enterprise.context.Dependent; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceImpl.java index c4c008b7e..f50979bae 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceProvider.java index cf4e9d13f..ab609180b 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InstanceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvariantTypes.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvariantTypes.java index b934f6821..5a272fb99 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvariantTypes.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvariantTypes.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.GenericArrayType; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvocationContextImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvocationContextImpl.java index ae5ff8644..1caa83d2b 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvocationContextImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/InvocationContextImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/LazyValue.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/LazyValue.java index ee89e3e48..604b34042 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/LazyValue.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/LazyValue.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.function.Supplier; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ManagedContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ManagedContext.java index 28694c132..586f2e4cf 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ManagedContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ManagedContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.util.Collection; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ParameterizedTypeImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ParameterizedTypeImpl.java index 11563e7b4..56795c3c3 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ParameterizedTypeImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ParameterizedTypeImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.io.Serializable; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Qualifiers.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Qualifiers.java index 17d701116..f81e8e256 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Qualifiers.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Qualifiers.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Reflections.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Reflections.java index 10624e8ea..ad4ad59fa 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Reflections.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Reflections.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.Constructor; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java index 8a36cf02b..5ef92500c 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceProvider.java index bc57d4102..8956a3bf8 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceReferenceProvider.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceReferenceProvider.java index a089209cd..f7281abfe 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceReferenceProvider.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/ResourceReferenceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/SingletonContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/SingletonContext.java index 319ee916e..e5539465f 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/SingletonContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/SingletonContext.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Subclass.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Subclass.java index 45dfb88c1..be7759f97 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Subclass.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Subclass.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; /** diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeResolver.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeResolver.java index da63172cd..9f0d34277 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeResolver.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.Array; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeVariableImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeVariableImpl.java index 02ff907c9..05379086d 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeVariableImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/TypeVariableImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.annotation.Annotation; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Types.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Types.java index 2df6c117a..06cceeb5d 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Types.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/Types.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.Array; diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/WildcardTypeImpl.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/WildcardTypeImpl.java index 026384717..1f533821c 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/WildcardTypeImpl.java +++ b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/WildcardTypeImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc; import java.lang.reflect.Type; diff --git a/ext/arc/runtime/src/test/resources/META-INF/services/org.jboss.weld.arc.BeanProvider b/ext/arc/runtime/src/test/resources/META-INF/services/org.jboss.weld.arc.BeanProvider index e84d37310..3826b822d 100644 --- a/ext/arc/runtime/src/test/resources/META-INF/services/org.jboss.weld.arc.BeanProvider +++ b/ext/arc/runtime/src/test/resources/META-INF/services/org.jboss.weld.arc.BeanProvider @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.weld.arc.generate.TestBeanProvider \ No newline at end of file diff --git a/ext/arc/tests/pom.xml b/ext/arc/tests/pom.xml index 61d918d20..516338a99 100644 --- a/ext/arc/tests/pom.xml +++ b/ext/arc/tests/pom.xml @@ -1,3 +1,19 @@ + + diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/ArcTestContainer.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/ArcTestContainer.java index 4d0797775..7108ccd75 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/ArcTestContainer.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/ArcTestContainer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test; import java.io.File; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/MyQualifier.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/MyQualifier.java index b8428bb8e..c5d3aa5e1 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/MyQualifier.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/MyQualifier.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test; import static java.lang.annotation.ElementType.FIELD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesPriorityTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesPriorityTest.java index 9905fa4d7..fe281edde 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesPriorityTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesPriorityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.alternatives; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesTest.java index 60c7b92f4..9942765df 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/alternatives/AlternativesTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.alternatives; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/beanmanager/BeanManagerTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/beanmanager/BeanManagerTest.java index bb2fb3b9c..868bfbf1d 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/beanmanager/BeanManagerTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/beanmanager/BeanManagerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.beanmanager; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/AnnotationsTransformerTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/AnnotationsTransformerTest.java index 40ab7d613..fca05ec91 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/AnnotationsTransformerTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/AnnotationsTransformerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.build.processor; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanDeploymentValidatorTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanDeploymentValidatorTest.java index 4cb793681..6c541c928 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanDeploymentValidatorTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanDeploymentValidatorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.build.processor; import static org.junit.Assert.assertTrue; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanRegistrarTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanRegistrarTest.java index 787a54220..fcca22a32 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanRegistrarTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/BeanRegistrarTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.build.processor; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/DeploymentEnhancerTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/DeploymentEnhancerTest.java index 88169eb80..dca760c20 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/DeploymentEnhancerTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/build/processor/DeploymentEnhancerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.build.processor; import static org.junit.Assert.assertTrue; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/clientproxy/ProducerClientProxyTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/clientproxy/ProducerClientProxyTest.java index eb323c7a6..3409029cf 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/clientproxy/ProducerClientProxyTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/clientproxy/ProducerClientProxyTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.clientproxy; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/contexts/application/ApplicationInitializedTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/contexts/application/ApplicationInitializedTest.java index cb96bee20..72d8321a2 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/contexts/application/ApplicationInitializedTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/contexts/application/ApplicationInitializedTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.contexts.application; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/ListJdkElementTypeTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/ListJdkElementTypeTest.java index 5a2b266f1..abf18f482 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/ListJdkElementTypeTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/ListJdkElementTypeTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.assignability; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/OptionalAssignabilityTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/OptionalAssignabilityTest.java index a3cf55b94..a6217ddae 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/OptionalAssignabilityTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/assignability/OptionalAssignabilityTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.assignability; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateconstructor/PrivateConstructorInjectionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateconstructor/PrivateConstructorInjectionTest.java index eaad71a4b..da9a3931f 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateconstructor/PrivateConstructorInjectionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateconstructor/PrivateConstructorInjectionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.privateconstructor; import static org.junit.Assert.assertNotNull; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privatefield/PrivateFieldInjectionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privatefield/PrivateFieldInjectionTest.java index 765734cfa..e070c33cf 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privatefield/PrivateFieldInjectionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privatefield/PrivateFieldInjectionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.privatefield; import static org.junit.Assert.assertNotNull; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateinitializer/PrivateInitializerInjectionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateinitializer/PrivateInitializerInjectionTest.java index 7d57f9c7e..717d75af9 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateinitializer/PrivateInitializerInjectionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/privateinitializer/PrivateInitializerInjectionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.privateinitializer; import static org.junit.Assert.assertNotNull; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/resource/ResourceInjectionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/resource/ResourceInjectionTest.java index ff4ef2125..e32de7b35 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/resource/ResourceInjectionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/resource/ResourceInjectionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.resource; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/SuperclassInjectionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/SuperclassInjectionTest.java index ea6efd472..eb0b9ab70 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/SuperclassInjectionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/SuperclassInjectionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.superclass; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/foo/FooHarvester.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/foo/FooHarvester.java index 71ba71570..f6bcbdcb7 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/foo/FooHarvester.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/injection/superclass/foo/FooHarvester.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.injection.superclass.foo; import javax.inject.Inject; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/instance/destroy/InstanceDestroyTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/instance/destroy/InstanceDestroyTest.java index bdd5ddf59..29065118d 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/instance/destroy/InstanceDestroyTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/instance/destroy/InstanceDestroyTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.instance.destroy; import static org.junit.Assert.assertFalse; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Counter.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Counter.java index 4b714aa9a..52cfd3c23 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Counter.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Counter.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import java.util.concurrent.atomic.AtomicInteger; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Lifecycle.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Lifecycle.java index c57872bbe..48f5a24e4 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Lifecycle.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Lifecycle.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LifecycleInterceptor.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LifecycleInterceptor.java index 84e1e9dc1..e4e602185 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LifecycleInterceptor.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LifecycleInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import java.util.List; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Logging.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Logging.java index faae775c5..e419b1e60 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Logging.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Logging.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LoggingInterceptor.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LoggingInterceptor.java index 4c86a38f5..dfd5a0b24 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LoggingInterceptor.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/LoggingInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import java.util.concurrent.atomic.AtomicReference; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Simple.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Simple.java index 4d6fc5f82..4d7c7a056 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Simple.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/Simple.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleBean.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleBean.java index ef4a1a555..df724b119 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleBean.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleBean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import javax.annotation.PostConstruct; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptor.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptor.java index 5c29e16f9..9757dc87b 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptor.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import javax.annotation.Priority; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptorTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptorTest.java index 4d824514d..a9827b589 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptorTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/SimpleInterceptorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/BindingDefaultValueTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/BindingDefaultValueTest.java index fb240588a..c96ba3f23 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/BindingDefaultValueTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/BindingDefaultValueTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors.bindingdefaultvalue; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/MyTransactional.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/MyTransactional.java index dbc2d5a99..1550a9080 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/MyTransactional.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindingdefaultvalue/MyTransactional.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors.bindingdefaultvalue; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/InvocationContextBindingsTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/InvocationContextBindingsTest.java index 3757dd6f8..ab4fd45f1 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/InvocationContextBindingsTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/InvocationContextBindingsTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors.bindings; import static org.junit.Assert.assertTrue; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/MyTransactional.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/MyTransactional.java index 4d5e6262d..faa1f088a 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/MyTransactional.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/bindings/MyTransactional.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors.bindings; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/privatemethod/PrivateInterceptorMethodTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/privatemethod/PrivateInterceptorMethodTest.java index 481e662d6..e13349a87 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/privatemethod/PrivateInterceptorMethodTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/interceptors/privatemethod/PrivateInterceptorMethodTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.interceptors.privatemethod; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/BeanMetadataTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/BeanMetadataTest.java index f984232e6..04573b259 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/BeanMetadataTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/BeanMetadataTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.metadata; import javax.enterprise.util.AnnotationLiteral; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/Controller.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/Controller.java index b74c2348e..21bcf418c 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/Controller.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/Controller.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.metadata; import javax.enterprise.context.Dependent; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/InjectionPointMetadataTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/InjectionPointMetadataTest.java index 34ce68633..8c54232ff 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/InjectionPointMetadataTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/metadata/InjectionPointMetadataTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.metadata; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ParameterizedPayloadTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ParameterizedPayloadTest.java index 6505d0f4c..983a0ab15 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ParameterizedPayloadTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ParameterizedPayloadTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/RuntimeClassTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/RuntimeClassTest.java index e77d6a540..23bbfa897 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/RuntimeClassTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/RuntimeClassTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/SimpleObserverTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/SimpleObserverTest.java index 41c81de03..eb44f93ce 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/SimpleObserverTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/SimpleObserverTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverExceptionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverExceptionTest.java index 6d0d5e6f2..208f4ea4c 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverExceptionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverExceptionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers.async; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverTest.java index 37f899929..dad291855 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/async/AsyncObserverTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers.async; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ordering/ObserverOrderingTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ordering/ObserverOrderingTest.java index d8f3e5dab..da391667c 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ordering/ObserverOrderingTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/observers/ordering/ObserverOrderingTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.observers.ordering; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/async/AsyncProducerTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/async/AsyncProducerTest.java index c00cd810d..e108e2b07 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/async/AsyncProducerTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/async/AsyncProducerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.producer.async; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/dependent/DeclaringBeanTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/dependent/DeclaringBeanTest.java index 9bc2c2482..85243dae2 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/dependent/DeclaringBeanTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/dependent/DeclaringBeanTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.producer.dependent; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/disposer/DisposerTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/disposer/DisposerTest.java index 827bbb287..dd0de4484 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/disposer/DisposerTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/disposer/DisposerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.producer.disposer; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerFieldTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerFieldTest.java index d1cab1814..8aeb41cec 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerFieldTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerFieldTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.producer.privatemember; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerMethodTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerMethodTest.java index f3e66719b..b1ee86006 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerMethodTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/producer/privatemember/PrivateProducerMethodTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.producer.privatemember; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/Controller.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/Controller.java index 23506e79f..7cc772011 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/Controller.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/Controller.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext; import java.util.UUID; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/ControllerClient.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/ControllerClient.java index 6d5d0089b..d4b640bd4 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/ControllerClient.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/ControllerClient.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext; import javax.enterprise.context.ApplicationScoped; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/RequestContextTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/RequestContextTest.java index 252320df5..ec708cb3c 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/RequestContextTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/RequestContextTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/RequestContextPropagationTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/RequestContextPropagationTest.java index 433a2fb15..2135cb77f 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/RequestContextPropagationTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/RequestContextPropagationTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext.propagation; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperButton.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperButton.java index e3aeaf3cc..64e6c3d60 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperButton.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperButton.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext.propagation; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperController.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperController.java index 742366f78..49749f648 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperController.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/requestcontext/propagation/SuperController.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.requestcontext.propagation; import java.util.UUID; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/resolution/RuntimeResolutionTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/resolution/RuntimeResolutionTest.java index 8c782788e..d2ad54086 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/resolution/RuntimeResolutionTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/resolution/RuntimeResolutionTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.resolution; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleBinding.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleBinding.java index b959b39ba..62ee8c469 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleBinding.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleBinding.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.stereotypes; import static java.lang.annotation.ElementType.METHOD; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleInterceptor.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleInterceptor.java index 90bd0e2bb..a473cbe32 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleInterceptor.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/SimpleInterceptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.stereotypes; import javax.annotation.Priority; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeAlternativeTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeAlternativeTest.java index 1a3ad82d2..f3b54f036 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeAlternativeTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeAlternativeTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.stereotypes; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeInterceptorTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeInterceptorTest.java index 0b49960c0..2053c2dbc 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeInterceptorTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeInterceptorTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.stereotypes; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeScopeTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeScopeTest.java index b54bb1782..d7ce071d4 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeScopeTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/stereotypes/StereotypeScopeTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.stereotypes; import static org.junit.Assert.assertEquals; diff --git a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/vetoed/VetoedTest.java b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/vetoed/VetoedTest.java index f1828c44f..5d8a2609a 100644 --- a/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/vetoed/VetoedTest.java +++ b/ext/arc/tests/src/test/java/org/jboss/protean/arc/test/vetoed/VetoedTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.arc.test.vetoed; import static org.junit.Assert.assertEquals; diff --git a/ext/gizmo/pom.xml b/ext/gizmo/pom.xml index 4f4be429a..c9974b506 100644 --- a/ext/gizmo/pom.xml +++ b/ext/gizmo/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotatedElement.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotatedElement.java index a501a71c2..47103b7b9 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotatedElement.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotatedElement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.jboss.jandex.AnnotationInstance; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreator.java index ea80e7e8e..26b7f6de2 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; //TODO: support for nestled annotations diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreatorImpl.java index a9127ee96..f5cca588a 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/AnnotationCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.HashMap; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResult.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResult.java index 865afab0c..9d01f9851 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResult.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResult.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.objectweb.asm.Type; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResultImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResultImpl.java index 78f9345d6..5326af6e9 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResultImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BranchResultImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; class BranchResultImpl implements BranchResult { diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreator.java index 6703fe86b..be05f72d2 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.jboss.jandex.FieldInfo; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreatorImpl.java index a2b58b58d..c70a29d4a 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/BytecodeCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.lang.reflect.Method; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreator.java index ce6079193..06aaf3fb4 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; /** diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreatorImpl.java index f75e4f7f2..f5712699e 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/CatchBlockCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.objectweb.asm.MethodVisitor; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassCreator.java index 0188b9078..d5322a53c 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import static org.objectweb.asm.Opcodes.ACC_PUBLIC; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassOutput.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassOutput.java index 1446462b2..1cbe0bb93 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassOutput.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ClassOutput.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public interface ClassOutput { diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/DescriptorUtils.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/DescriptorUtils.java index b7488dc54..72430ac91 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/DescriptorUtils.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/DescriptorUtils.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.jboss.jandex.ArrayType; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ErrorReporter.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ErrorReporter.java index 2be4dab19..7e4f47c53 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ErrorReporter.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ErrorReporter.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public interface ErrorReporter { diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreator.java index f26fc5bf8..f7b6f5669 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreatorImpl.java index 1594a366e..6d112c0da 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.ArrayList; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldDescriptor.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldDescriptor.java index 50f844f06..b627c734f 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldDescriptor.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FieldDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.jboss.jandex.FieldInfo; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreator.java index 41588fa5a..0e727d18e 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public interface FunctionCreator { diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreatorImpl.java index a7f420e98..b4349b17d 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/FunctionCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.LinkedHashMap; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MemberCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MemberCreator.java index a93f9a8ac..b4c2c527b 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MemberCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MemberCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.objectweb.asm.ClassWriter; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreator.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreator.java index 1025e23f4..222acc798 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreator.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.List; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreatorImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreatorImpl.java index 6c1fafa0c..9bceaf32d 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreatorImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodCreatorImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.lang.reflect.Modifier; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodDescriptor.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodDescriptor.java index 2b10e6bfa..02b69f996 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodDescriptor.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/MethodDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.lang.reflect.Method; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ResultHandle.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ResultHandle.java index 96142b455..10e5fc47c 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ResultHandle.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/ResultHandle.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.Objects; diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlock.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlock.java index 626a0a08f..73a37d76e 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlock.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlock.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlockImpl.java b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlockImpl.java index 9857302ee..4847adb11 100644 --- a/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlockImpl.java +++ b/ext/gizmo/src/main/java/org/jboss/protean/gizmo/TryBlockImpl.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ArrayTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ArrayTestCase.java index 9e73aa130..96235b4a9 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ArrayTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ArrayTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.function.Supplier; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionClass.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionClass.java index 2c0789d58..880c8f904 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionClass.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionClass.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public class ExceptionClass { diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionThrowingTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionThrowingTestCase.java index 2ed5f1009..fe26fe8bb 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionThrowingTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/ExceptionThrowingTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.junit.Assert; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FieldModifiersTest.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FieldModifiersTest.java index ad11ea95f..a172a2f4c 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FieldModifiersTest.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FieldModifiersTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import static org.objectweb.asm.Opcodes.ACC_FINAL; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FunctionTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FunctionTestCase.java index 9c0bea10a..bb9d319ea 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FunctionTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/FunctionTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.function.Function; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadClassTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadClassTestCase.java index e6aab780f..9900d0d03 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadClassTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadClassTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.util.function.Supplier; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadNullTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadNullTestCase.java index 42e417dce..77e0e209a 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadNullTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/LoadNullTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import static org.junit.Assert.assertNull; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MessageClass.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MessageClass.java index e5a7760a1..eaa1aadb8 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MessageClass.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MessageClass.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public class MessageClass { diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MyInterface.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MyInterface.java index 36f9d5361..52016975c 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MyInterface.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/MyInterface.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public interface MyInterface { diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/SampleTest.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/SampleTest.java index 15aa8cab3..741e4f4a7 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/SampleTest.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/SampleTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.junit.Assert; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/Superclass.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/Superclass.java index 19a73213b..23707f5dc 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/Superclass.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/Superclass.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; public class Superclass { diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TestClassLoader.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TestClassLoader.java index 5fc7ff74b..a80c44210 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TestClassLoader.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TestClassLoader.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import java.io.File; diff --git a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TryCatchTestCase.java b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TryCatchTestCase.java index 6d2955b89..283adba30 100644 --- a/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TryCatchTestCase.java +++ b/ext/gizmo/src/test/java/org/jboss/protean/gizmo/TryCatchTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.protean.gizmo; import org.junit.Assert; diff --git a/ext/hibernate-protean/hibernate-orm-protean-example/pom.xml b/ext/hibernate-protean/hibernate-orm-protean-example/pom.xml index cdb569869..2826fd2bb 100644 --- a/ext/hibernate-protean/hibernate-orm-protean-example/pom.xml +++ b/ext/hibernate-protean/hibernate-orm-protean-example/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Address.java b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Address.java index 2475492ec..475be0646 100644 --- a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Address.java +++ b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Address.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.example; import javax.persistence.Entity; diff --git a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Main.java b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Main.java index 6bd712185..2f2a41e73 100644 --- a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Main.java +++ b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Main.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.example; import java.util.List; diff --git a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Person.java b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Person.java index 6cbec784d..e8424610d 100644 --- a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Person.java +++ b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/java/com/example/Person.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.example; import javax.persistence.CascadeType; diff --git a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/resources/META-INF/persistence.xml b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/resources/META-INF/persistence.xml index b8795e556..bfe093f0d 100644 --- a/ext/hibernate-protean/hibernate-orm-protean-example/src/main/resources/META-INF/persistence.xml +++ b/ext/hibernate-protean/hibernate-orm-protean-example/src/main/resources/META-INF/persistence.xml @@ -1,3 +1,19 @@ + + + + diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/Hibernate.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/Hibernate.java index 301c1a5db..fdc89fbd8 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/Hibernate.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/Hibernate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean; import org.hibernate.cfg.AvailableSettings; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootEntityManagerFactoryBuilder.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootEntityManagerFactoryBuilder.java index 2441528ca..9faafd477 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootEntityManagerFactoryBuilder.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootEntityManagerFactoryBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.io.Serializable; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootMetadataBuilder.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootMetadataBuilder.java index 6f17fd069..dcde62ef6 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootMetadataBuilder.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastBootMetadataBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.util.ArrayList; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastbootHibernateProvider.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastbootHibernateProvider.java index 131b7326b..1fee379fb 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastbootHibernateProvider.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FastbootHibernateProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.util.Collections; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FlatClassLoaderService.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FlatClassLoaderService.java index 6d205f985..db3d94450 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FlatClassLoaderService.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/FlatClassLoaderService.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.io.IOException; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/LightPersistenceXmlDescriptor.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/LightPersistenceXmlDescriptor.java index 18e7bb02a..090a171ed 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/LightPersistenceXmlDescriptor.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/LightPersistenceXmlDescriptor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.net.URL; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PPResolver.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PPResolver.java index a9dfa9cca..771ee7fb9 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PPResolver.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PPResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.util.Collections; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceProviderSetup.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceProviderSetup.java index 16744dfd3..b15d4d3b6 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceProviderSetup.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceProviderSetup.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; public final class PersistenceProviderSetup { diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceUnitsHolder.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceUnitsHolder.java index b0c35776e..9048dd1ed 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceUnitsHolder.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/PersistenceUnitsHolder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.util.Collections; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/SubstitutingMetadataImplementor.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/SubstitutingMetadataImplementor.java index b4e83e4c6..b3b539ef0 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/SubstitutingMetadataImplementor.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/SubstitutingMetadataImplementor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl; import java.util.Collection; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringIntegratorService.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringIntegratorService.java index 613c29671..d61b11dc8 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringIntegratorService.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringIntegratorService.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl.serviceregistry; import java.util.LinkedHashSet; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringStrategySelector.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringStrategySelector.java index fc3e690c1..bc5fb9a3c 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringStrategySelector.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/MirroringStrategySelector.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl.serviceregistry; import java.util.Collection; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/PreconfiguredServiceRegistryBuilder.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/PreconfiguredServiceRegistryBuilder.java index 9f5930954..0b8a1f35c 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/PreconfiguredServiceRegistryBuilder.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/PreconfiguredServiceRegistryBuilder.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl.serviceregistry; import java.util.ArrayList; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/ProteanJdbcEnvironmentInitiator.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/ProteanJdbcEnvironmentInitiator.java index 0fd1511f9..0910ac082 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/ProteanJdbcEnvironmentInitiator.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/impl/serviceregistry/ProteanJdbcEnvironmentInitiator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.impl.serviceregistry; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/DialectFactoryInitiator.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/DialectFactoryInitiator.java index a33ef7f11..dc25b3d43 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/DialectFactoryInitiator.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/DialectFactoryInitiator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordableBootstrap.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordableBootstrap.java index 80390fff3..fe3f939dd 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordableBootstrap.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordableBootstrap.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording; import java.io.File; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordedState.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordedState.java index 07eade1cf..c0f296456 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordedState.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordedState.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordingDialectFactory.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordingDialectFactory.java index fe4251886..e36ef4f48 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordingDialectFactory.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/RecordingDialectFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/CfgXmlAccessServiceInitiatorProtean.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/CfgXmlAccessServiceInitiatorProtean.java index 556a6ee05..2b33286b2 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/CfgXmlAccessServiceInitiatorProtean.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/CfgXmlAccessServiceInitiatorProtean.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording.customservices; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/DisabledJMXInitiator.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/DisabledJMXInitiator.java index 985c5c0b3..c472354ff 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/DisabledJMXInitiator.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/DisabledJMXInitiator.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording.customservices; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/ProteanJtaPlatformResolver.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/ProteanJtaPlatformResolver.java index e06643b30..0bc1703ca 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/ProteanJtaPlatformResolver.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/recording/customservices/ProteanJtaPlatformResolver.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.recording.customservices; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/JmxServiceImpl.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/JmxServiceImpl.java index 125a4c2f6..f63dd9093 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/JmxServiceImpl.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/JmxServiceImpl.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.substitutions; import java.util.Map; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/RemoveOriginalHibernatePersistenceProvider.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/RemoveOriginalHibernatePersistenceProvider.java index dae446d0c..ffae53a41 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/RemoveOriginalHibernatePersistenceProvider.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/RemoveOriginalHibernatePersistenceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.substitutions; import com.oracle.svm.core.annotate.Delete; diff --git a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/sizereduction/RemoveConfigXsdSupport.java b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/sizereduction/RemoveConfigXsdSupport.java index d009b0df7..f82dd805e 100644 --- a/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/sizereduction/RemoveConfigXsdSupport.java +++ b/ext/hibernate-protean/hibernate-orm-protean/src/main/java/org/hibernate/protean/substitutions/sizereduction/RemoveConfigXsdSupport.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.hibernate.protean.substitutions.sizereduction; import com.oracle.svm.core.annotate.Delete; diff --git a/ext/hibernate-protean/pom.xml b/ext/hibernate-protean/pom.xml index 0fe0022e5..ef3057429 100644 --- a/ext/hibernate-protean/pom.xml +++ b/ext/hibernate-protean/pom.xml @@ -1,3 +1,19 @@ + + 4.0.0 diff --git a/fault-tolerance/deployment/pom.xml b/fault-tolerance/deployment/pom.xml index 1508c1d7d..2b8558036 100644 --- a/fault-tolerance/deployment/pom.xml +++ b/fault-tolerance/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/FaultToleranceAnnotationProcessor.java b/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/FaultToleranceAnnotationProcessor.java index 83cb27258..47d2d53f0 100644 --- a/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/FaultToleranceAnnotationProcessor.java +++ b/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/FaultToleranceAnnotationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.faulttolerance.deployment; import java.util.ArrayList; diff --git a/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/substitutions/rxjava/UnsafeAccess.java b/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/substitutions/rxjava/UnsafeAccess.java index 207d929bd..52dff0214 100644 --- a/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/substitutions/rxjava/UnsafeAccess.java +++ b/fault-tolerance/deployment/src/main/java/org/jboss/shamrock/faulttolerance/deployment/substitutions/rxjava/UnsafeAccess.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.faulttolerance.deployment.substitutions.rxjava; import com.oracle.svm.core.annotate.Substitute; diff --git a/fault-tolerance/pom.xml b/fault-tolerance/pom.xml index 2154148e5..40bb0db4a 100644 --- a/fault-tolerance/pom.xml +++ b/fault-tolerance/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/fault-tolerance/runtime/pom.xml b/fault-tolerance/runtime/pom.xml index 8740b98a0..4b91940fd 100644 --- a/fault-tolerance/runtime/pom.xml +++ b/fault-tolerance/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFallbackHandlerProvider.java b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFallbackHandlerProvider.java index 64e25a3fa..de8a486a3 100644 --- a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFallbackHandlerProvider.java +++ b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFallbackHandlerProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.faulttolerance.runtime; import javax.annotation.Priority; diff --git a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFaultToleranceOperationProvider.java b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFaultToleranceOperationProvider.java index ce440c8b2..587d59532 100644 --- a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFaultToleranceOperationProvider.java +++ b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/ShamrockFaultToleranceOperationProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.faulttolerance.runtime; import java.lang.reflect.Method; diff --git a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/graal/Target_io_smallrye_faulttolerance_DefaultMethodFallbackProvider.java b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/graal/Target_io_smallrye_faulttolerance_DefaultMethodFallbackProvider.java index 7523f2e8e..6d43e8861 100644 --- a/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/graal/Target_io_smallrye_faulttolerance_DefaultMethodFallbackProvider.java +++ b/fault-tolerance/runtime/src/main/java/org/jboss/shamrock/faulttolerance/runtime/graal/Target_io_smallrye_faulttolerance_DefaultMethodFallbackProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.faulttolerance.runtime.graal; import java.lang.reflect.InvocationTargetException; diff --git a/health/deployment/pom.xml b/health/deployment/pom.xml index 15fc7838e..7fae5bdd9 100644 --- a/health/deployment/pom.xml +++ b/health/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/health/deployment/src/main/java/org/jboss/shamrock/health/HealthProcessor.java b/health/deployment/src/main/java/org/jboss/shamrock/health/HealthProcessor.java index 5ca32204e..36be69e9d 100644 --- a/health/deployment/src/main/java/org/jboss/shamrock/health/HealthProcessor.java +++ b/health/deployment/src/main/java/org/jboss/shamrock/health/HealthProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.health; import java.util.Arrays; diff --git a/health/pom.xml b/health/pom.xml index 8bdf9fac4..c0503338e 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/health/runtime/pom.xml b/health/runtime/pom.xml index 4b9e74e2a..400430f63 100644 --- a/health/runtime/pom.xml +++ b/health/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/health/runtime/src/main/java/org/jboss/shamrock/health/runtime/HealthServlet.java b/health/runtime/src/main/java/org/jboss/shamrock/health/runtime/HealthServlet.java index 958455ac8..0f51174ee 100644 --- a/health/runtime/src/main/java/org/jboss/shamrock/health/runtime/HealthServlet.java +++ b/health/runtime/src/main/java/org/jboss/shamrock/health/runtime/HealthServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.health.runtime; import java.io.IOException; diff --git a/jaxrs/deployment/pom.xml b/jaxrs/deployment/pom.xml index 58ee17720..bf8e38878 100644 --- a/jaxrs/deployment/pom.xml +++ b/jaxrs/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsProviderBuildItem.java b/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsProviderBuildItem.java index 54652f44c..705b5edff 100644 --- a/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsProviderBuildItem.java +++ b/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsProviderBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs; import org.jboss.builder.item.MultiBuildItem; diff --git a/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsScanningProcessor.java b/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsScanningProcessor.java index c6b720898..d41ecd8d6 100755 --- a/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsScanningProcessor.java +++ b/jaxrs/deployment/src/main/java/org/jboss/shamrock/jaxrs/JaxrsScanningProcessor.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat Inc., and individual contributors as indicated - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.jaxrs; diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index b9e562c53..092f1b4b3 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jaxrs/runtime/pom.xml b/jaxrs/runtime/pom.xml index 75f5218e9..941d6bd35 100644 --- a/jaxrs/runtime/pom.xml +++ b/jaxrs/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/DeleteIIOImageProvider.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/DeleteIIOImageProvider.java index 623a3b547..15bccbddc 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/DeleteIIOImageProvider.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/DeleteIIOImageProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.io.IOException; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ImageIOSubstitutions.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ImageIOSubstitutions.java index 3a29ce3ca..e61407e94 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ImageIOSubstitutions.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ImageIOSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.awt.image.BufferedImage; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/InternalLocatableAnnotationSubstitutions.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/InternalLocatableAnnotationSubstitutions.java index eaabe74a2..c375f8fbd 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/InternalLocatableAnnotationSubstitutions.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/InternalLocatableAnnotationSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.lang.annotation.Annotation; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/JaxrsTemplate.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/JaxrsTemplate.java index 43f77ac08..d43334f47 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/JaxrsTemplate.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/JaxrsTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import org.jboss.shamrock.runtime.Template; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LCMSSubstitutions.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LCMSSubstitutions.java index 7cf7a1e28..dd9f29c8a 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LCMSSubstitutions.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LCMSSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.awt.color.ICC_Profile; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LocatableAnnotationSubstitutions.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LocatableAnnotationSubstitutions.java index 3652f4b7b..1b71e4030 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LocatableAnnotationSubstitutions.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/LocatableAnnotationSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.lang.annotation.Annotation; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockConstructorInjector.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockConstructorInjector.java index a4d346c23..34d23e518 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockConstructorInjector.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockConstructorInjector.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.lang.reflect.Constructor; diff --git a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockInjectorFactory.java b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockInjectorFactory.java index dcef86cb3..5d22efee4 100644 --- a/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockInjectorFactory.java +++ b/jaxrs/runtime/src/main/java/org/jboss/shamrock/jaxrs/runtime/graal/ShamrockInjectorFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jaxrs.runtime.graal; import java.lang.reflect.Constructor; diff --git a/jboss-logging-embedded/pom.xml b/jboss-logging-embedded/pom.xml index ae92ca286..35a07343d 100644 --- a/jboss-logging-embedded/pom.xml +++ b/jboss-logging-embedded/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractLoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractLoggerProvider.java index f06b5eaca..6a006eb99 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractLoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractLoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractMdcLoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractMdcLoggerProvider.java index ba41e2efa..626cfb685 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractMdcLoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/AbstractMdcLoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/BasicLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/BasicLogger.java index 5d97b2a73..c90a679d8 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/BasicLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/BasicLogger.java @@ -1,8 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/DelegatingBasicLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/DelegatingBasicLogger.java index 099312ef6..128fca299 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/DelegatingBasicLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/DelegatingBasicLogger.java @@ -1,8 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2011 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerLogger.java index bb357b197..f03eda807 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -11,9 +9,9 @@ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied. See the License for the specific language governing - * permissions and limitations under the License. + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.logging; diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerProvider.java index 88fa8ffde..2941770ae 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogManagerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogRecord.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogRecord.java index a93ec7d26..dec428591 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogRecord.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JBossLogRecord.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLevel.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLevel.java index 9cb651036..5c85e7118 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLevel.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLevel.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLogger.java index 99a148e8b..c899bb51b 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLoggerProvider.java index b7f8f68f9..ced4c8da2 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/JDKLoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2Logger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2Logger.java index 360349975..5ab8aff4c 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2Logger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2Logger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2013 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2LoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2LoggerProvider.java index 84417d2c1..4dfe9f4ad 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2LoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4j2LoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2013 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLogger.java index 3f7a3f2e3..edcc274c5 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLoggerProvider.java index 69bdd5f36..330417c47 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Log4jLoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Logger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Logger.java index 953f92f97..f273c0f69 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Logger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Logger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2011 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProvider.java index 4042f0f62..d839c5671 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProviders.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProviders.java index ab589c462..f3b2492ef 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProviders.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggerProviders.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2011 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggingLocale.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggingLocale.java index 200fbe9f9..5311d6a61 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggingLocale.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/LoggingLocale.java @@ -1,13 +1,11 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2017 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/MDC.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/MDC.java index f227ef74e..001551153 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/MDC.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/MDC.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Messages.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Messages.java index 6ea3ceabd..ce84ad211 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Messages.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Messages.java @@ -1,8 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/NDC.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/NDC.java index f59afc901..66d3933e5 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/NDC.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/NDC.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/ParameterConverter.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/ParameterConverter.java index b21b73b94..f16019445 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/ParameterConverter.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/ParameterConverter.java @@ -1,8 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/SerializedLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/SerializedLogger.java index 30b2133e4..677868996 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/SerializedLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/SerializedLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLocationAwareLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLocationAwareLogger.java index 301695794..dbfe0ab86 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLocationAwareLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLocationAwareLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLogger.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLogger.java index 53eef0df6..3db63fdfe 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLogger.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLogger.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLoggerProvider.java b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLoggerProvider.java index e7d97a385..a1c882fd8 100644 --- a/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLoggerProvider.java +++ b/jboss-logging-embedded/src/main/java/org/jboss/logging/Slf4jLoggerProvider.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * - * Copyright 2010 Red Hat, Inc. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/jboss-logmanager-embedded/pom.xml b/jboss-logmanager-embedded/pom.xml index 564168bed..dd66effb8 100644 --- a/jboss-logmanager-embedded/pom.xml +++ b/jboss-logmanager-embedded/pom.xml @@ -1,8 +1,5 @@ + diff --git a/jdbc/jdbc-postgresql/jdbc-postgresql-deployment/src/main/java/org/jboss/shamrock/jdbc/postresql/deployment/PostgreSQLJDBCReflections.java b/jdbc/jdbc-postgresql/jdbc-postgresql-deployment/src/main/java/org/jboss/shamrock/jdbc/postresql/deployment/PostgreSQLJDBCReflections.java index 1c5de4e00..1fa7ed7f5 100644 --- a/jdbc/jdbc-postgresql/jdbc-postgresql-deployment/src/main/java/org/jboss/shamrock/jdbc/postresql/deployment/PostgreSQLJDBCReflections.java +++ b/jdbc/jdbc-postgresql/jdbc-postgresql-deployment/src/main/java/org/jboss/shamrock/jdbc/postresql/deployment/PostgreSQLJDBCReflections.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jdbc.postresql.deployment; import org.jboss.shamrock.annotations.BuildProducer; diff --git a/jdbc/jdbc-postgresql/jdbc-postgresql-runtime/pom.xml b/jdbc/jdbc-postgresql/jdbc-postgresql-runtime/pom.xml index 8e483d9f6..0a669fd47 100644 --- a/jdbc/jdbc-postgresql/jdbc-postgresql-runtime/pom.xml +++ b/jdbc/jdbc-postgresql/jdbc-postgresql-runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jdbc/jdbc-postgresql/pom.xml b/jdbc/jdbc-postgresql/pom.xml index 99d7e2704..ba15e5372 100644 --- a/jdbc/jdbc-postgresql/pom.xml +++ b/jdbc/jdbc-postgresql/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jdbc/pom.xml b/jdbc/pom.xml index fc972466f..afe89d771 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jpa/deployment/pom.xml b/jpa/deployment/pom.xml index 4dcbf8241..0978b2862 100644 --- a/jpa/deployment/pom.xml +++ b/jpa/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateEntityEnhancer.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateEntityEnhancer.java index 63d0f36fe..499a2e465 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateEntityEnhancer.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateEntityEnhancer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import java.util.Objects; diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateReflectiveNeeds.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateReflectiveNeeds.java index b858554a7..adbe45ca6 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateReflectiveNeeds.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateReflectiveNeeds.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import java.util.Objects; diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateResourceProcessor.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateResourceProcessor.java index 654685698..ed1a037f3 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateResourceProcessor.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/HibernateResourceProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import static org.jboss.shamrock.annotations.ExecutionTime.RUNTIME_INIT; diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/JpaJandexScavenger.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/JpaJandexScavenger.java index 48c9c0346..f03702cff 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/JpaJandexScavenger.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/JpaJandexScavenger.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import java.io.IOException; diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/KnownDomainObjects.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/KnownDomainObjects.java index 96ed5dbe5..1bbd69b2c 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/KnownDomainObjects.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/KnownDomainObjects.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import java.util.Set; diff --git a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/PersistenceUnitDescriptorBuildItem.java b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/PersistenceUnitDescriptorBuildItem.java index 788b935d9..cde426e41 100644 --- a/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/PersistenceUnitDescriptorBuildItem.java +++ b/jpa/deployment/src/main/java/org/jboss/shamrock/jpa/PersistenceUnitDescriptorBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor; diff --git a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/HqlNodeScannerTestCase.java b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/HqlNodeScannerTestCase.java index 6efddcb4a..7b1c7ad0f 100644 --- a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/HqlNodeScannerTestCase.java +++ b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/HqlNodeScannerTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa; import java.io.FileInputStream; diff --git a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/Address.java b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/Address.java index e9ec872e4..4ab7fd6df 100644 --- a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/Address.java +++ b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/Address.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.enhancer; import javax.persistence.Entity; diff --git a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/HibernateEntityEnhancerTest.java b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/HibernateEntityEnhancerTest.java index dea7a7503..8f3b83e20 100644 --- a/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/HibernateEntityEnhancerTest.java +++ b/jpa/deployment/src/test/java/org/jboss/shamrock/jpa/enhancer/HibernateEntityEnhancerTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.enhancer; import java.io.IOException; diff --git a/jpa/pom.xml b/jpa/pom.xml index a0a6eed8e..b01f01f16 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jpa/runtime/pom.xml b/jpa/runtime/pom.xml index fe9ee5561..25039a627 100644 --- a/jpa/runtime/pom.xml +++ b/jpa/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerFactoryProducer.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerFactoryProducer.java index ba7e53f35..2faa430cc 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerFactoryProducer.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerFactoryProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import javax.enterprise.inject.Produces; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerProducer.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerProducer.java index fce961965..cec8511ea 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerProducer.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/DefaultEntityManagerProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import javax.enterprise.inject.Produces; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ForwardingEntityManager.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ForwardingEntityManager.java index a2aa93d14..5a807caba 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ForwardingEntityManager.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ForwardingEntityManager.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.List; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAConfig.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAConfig.java index acb9fea8b..a3595530e 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAConfig.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.HashMap; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPADeploymentTemplate.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPADeploymentTemplate.java index 4e6c0c1f7..886a52209 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPADeploymentTemplate.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPADeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.ArrayList; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAResourceReferenceProvider.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAResourceReferenceProvider.java index 942645e1d..3629abfc5 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAResourceReferenceProvider.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/JPAResourceReferenceProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.lang.annotation.Annotation; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ShamrockScanner.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ShamrockScanner.java index 9db0df4f2..92793d81c 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ShamrockScanner.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/ShamrockScanner.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.Collections; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionEntityManagers.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionEntityManagers.java index f3030691d..d8036c526 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionEntityManagers.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionEntityManagers.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.HashMap; diff --git a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionScopedEntityManager.java b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionScopedEntityManager.java index f8bc56244..f88aa26f3 100644 --- a/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionScopedEntityManager.java +++ b/jpa/runtime/src/main/java/org/jboss/shamrock/jpa/runtime/TransactionScopedEntityManager.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.jpa.runtime; import java.util.List; diff --git a/legacy/launcher/pom.xml b/legacy/launcher/pom.xml index 2c692f19b..d7bdaa2d9 100644 --- a/legacy/launcher/pom.xml +++ b/legacy/launcher/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/legacy/launcher/src/main/java/org/jboss/shamrock/legacy/launcher/Main.java b/legacy/launcher/src/main/java/org/jboss/shamrock/legacy/launcher/Main.java index 96c3694fd..2b0e360a3 100644 --- a/legacy/launcher/src/main/java/org/jboss/shamrock/legacy/launcher/Main.java +++ b/legacy/launcher/src/main/java/org/jboss/shamrock/legacy/launcher/Main.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.legacy.launcher; import java.io.File; diff --git a/legacy/pom.xml b/legacy/pom.xml index 48d749534..8389ef44a 100644 --- a/legacy/pom.xml +++ b/legacy/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/legacy/runner/pom.xml b/legacy/runner/pom.xml index fa2d75eef..cec3d6853 100644 --- a/legacy/runner/pom.xml +++ b/legacy/runner/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/legacy/runner/src/main/java/org/jboss/shamrock/legacy/Main.java b/legacy/runner/src/main/java/org/jboss/shamrock/legacy/Main.java index 558f92fbe..19db19104 100644 --- a/legacy/runner/src/main/java/org/jboss/shamrock/legacy/Main.java +++ b/legacy/runner/src/main/java/org/jboss/shamrock/legacy/Main.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.legacy; import java.io.FileInputStream; diff --git a/logging/deployment/pom.xml b/logging/deployment/pom.xml index 9d47c57e7..192d5dedb 100644 --- a/logging/deployment/pom.xml +++ b/logging/deployment/pom.xml @@ -1,5 +1,21 @@ + + diff --git a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/CategoryConfig.java b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/CategoryConfig.java index 664ae26bd..0b4eb2427 100644 --- a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/CategoryConfig.java +++ b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/CategoryConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.logging.deployment; import org.eclipse.microprofile.config.inject.ConfigProperty; diff --git a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/ConsoleConfig.java b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/ConsoleConfig.java index b606b126a..f6982754e 100644 --- a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/ConsoleConfig.java +++ b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/ConsoleConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.logging.deployment; import org.eclipse.microprofile.config.inject.ConfigProperty; diff --git a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/FileConfig.java b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/FileConfig.java index e63fc536f..46d62359f 100644 --- a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/FileConfig.java +++ b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/FileConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.logging.deployment; import org.eclipse.microprofile.config.inject.ConfigProperty; diff --git a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/LoggingResourceProcessor.java b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/LoggingResourceProcessor.java index 26fa0c4fc..56e0a0244 100644 --- a/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/LoggingResourceProcessor.java +++ b/logging/deployment/src/main/java/org/jboss/shamrock/logging/deployment/LoggingResourceProcessor.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/logging/pom.xml b/logging/pom.xml index 2d5dc2eab..51176dcfe 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/logging/runtime/pom.xml b/logging/runtime/pom.xml index 875dc1974..5d178ff2c 100644 --- a/logging/runtime/pom.xml +++ b/logging/runtime/pom.xml @@ -1,5 +1,21 @@ + + diff --git a/logging/runtime/src/main/java/org/jboss/shamrock/logging/runtime/Substitutions.java b/logging/runtime/src/main/java/org/jboss/shamrock/logging/runtime/Substitutions.java index be7767d12..5266c857d 100644 --- a/logging/runtime/src/main/java/org/jboss/shamrock/logging/runtime/Substitutions.java +++ b/logging/runtime/src/main/java/org/jboss/shamrock/logging/runtime/Substitutions.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/maven/pom.xml b/maven/pom.xml index 561912f03..7bcb26b83 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/maven/src/main/java/org/jboss/shamrock/maven/BuildMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/BuildMojo.java index 32485c95f..634532c54 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/BuildMojo.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/BuildMojo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven; import java.io.BufferedOutputStream; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/CopyUtils.java b/maven/src/main/java/org/jboss/shamrock/maven/CopyUtils.java index e974ab407..fc2d028c0 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/CopyUtils.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/CopyUtils.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven; import java.io.ByteArrayOutputStream; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/ExampleConfigMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/ExampleConfigMojo.java index d2f22e30a..6ee258461 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/ExampleConfigMojo.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/ExampleConfigMojo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven; import java.io.File; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java index e85a5bc1a..4b7b90b45 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/NativeImageMojo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven; import java.io.File; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/ProcessReader.java b/maven/src/main/java/org/jboss/shamrock/maven/ProcessReader.java index e8b4870b6..2ca01a90f 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/ProcessReader.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/ProcessReader.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven; import java.io.IOException; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/ClassLoaderCompiler.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/ClassLoaderCompiler.java index 8b5099cca..a35f3d357 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/ClassLoaderCompiler.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/ClassLoaderCompiler.java @@ -1,20 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.maven.runner; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/ReplacementDebugPage.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/ReplacementDebugPage.java index c98a07a71..de61a5d9b 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/ReplacementDebugPage.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/ReplacementDebugPage.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2014 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -9,11 +7,11 @@ * * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.maven.runner; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojo.java index 6b20b2056..8003175b5 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojo.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojo.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven.runner; import java.io.File; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojoMain.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojoMain.java index 8a5126507..18ce34337 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojoMain.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/RunMojoMain.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven.runner; import java.io.Closeable; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeCompilationSetup.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeCompilationSetup.java index 3341d15e0..f8f60d57d 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeCompilationSetup.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeCompilationSetup.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven.runner; import java.io.File; diff --git a/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeUpdatesHandler.java b/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeUpdatesHandler.java index 981872802..eeb8f2e72 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeUpdatesHandler.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/runner/RuntimeUpdatesHandler.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.maven.runner; import java.io.ByteArrayOutputStream; diff --git a/metrics/deployment/pom.xml b/metrics/deployment/pom.xml index 3f972e351..0ddafb087 100644 --- a/metrics/deployment/pom.xml +++ b/metrics/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/metrics/deployment/src/main/java/org/jboss/shamrock/metrics/MetricsProcessor.java b/metrics/deployment/src/main/java/org/jboss/shamrock/metrics/MetricsProcessor.java index 41178d373..fb2c08190 100644 --- a/metrics/deployment/src/main/java/org/jboss/shamrock/metrics/MetricsProcessor.java +++ b/metrics/deployment/src/main/java/org/jboss/shamrock/metrics/MetricsProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.metrics; import static org.jboss.shamrock.annotations.ExecutionTime.RUNTIME_INIT; diff --git a/metrics/pom.xml b/metrics/pom.xml index 40aad25cf..8b642361c 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/metrics/runtime/pom.xml b/metrics/runtime/pom.xml index 9039f2fe0..9d7989dd1 100644 --- a/metrics/runtime/pom.xml +++ b/metrics/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaCounter.java b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaCounter.java index 295a8741d..4804a9c8c 100644 --- a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaCounter.java +++ b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaCounter.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.metrics.runtime; import java.util.concurrent.Callable; diff --git a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaGauge.java b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaGauge.java index c949d3319..c64c72974 100644 --- a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaGauge.java +++ b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/LambdaGauge.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.metrics.runtime; import java.util.concurrent.Callable; diff --git a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsDeploymentTemplate.java b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsDeploymentTemplate.java index 0d926f880..89b7a3cb2 100644 --- a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsDeploymentTemplate.java +++ b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.metrics.runtime; import java.lang.management.GarbageCollectorMXBean; diff --git a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsServlet.java b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsServlet.java index 261a3fdd7..e12ae2eb7 100644 --- a/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsServlet.java +++ b/metrics/runtime/src/main/java/org/jboss/shamrock/metrics/runtime/MetricsServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.metrics.runtime; import java.io.IOException; diff --git a/openapi/deployment/pom.xml b/openapi/deployment/pom.xml index 47b36c8a0..7677b0b7f 100644 --- a/openapi/deployment/pom.xml +++ b/openapi/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openapi/deployment/src/main/java/org/jboss/shamrock/openapi/OpenApiProcessor.java b/openapi/deployment/src/main/java/org/jboss/shamrock/openapi/OpenApiProcessor.java index b52aeffa4..b824daa8e 100644 --- a/openapi/deployment/src/main/java/org/jboss/shamrock/openapi/OpenApiProcessor.java +++ b/openapi/deployment/src/main/java/org/jboss/shamrock/openapi/OpenApiProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.openapi; import static org.jboss.shamrock.annotations.ExecutionTime.STATIC_INIT; diff --git a/openapi/pom.xml b/openapi/pom.xml index 69a21319f..ed2b4a3f0 100644 --- a/openapi/pom.xml +++ b/openapi/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openapi/runtime/pom.xml b/openapi/runtime/pom.xml index 23bfcbbea..bf530a06c 100644 --- a/openapi/runtime/pom.xml +++ b/openapi/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDeploymentTemplate.java b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDeploymentTemplate.java index 906ebfebf..06cf78cd2 100644 --- a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDeploymentTemplate.java +++ b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.openapi.runtime; import org.eclipse.microprofile.config.Config; diff --git a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDocumentProducer.java b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDocumentProducer.java index 3596d9714..9cb25b6b7 100644 --- a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDocumentProducer.java +++ b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiDocumentProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.openapi.runtime; import javax.enterprise.context.ApplicationScoped; diff --git a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiServlet.java b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiServlet.java index c46378003..c9fb3da5f 100644 --- a/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiServlet.java +++ b/openapi/runtime/src/main/java/org/jboss/shamrock/openapi/runtime/OpenApiServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.openapi.runtime; import java.io.IOException; diff --git a/openssl/deployment/pom.xml b/openssl/deployment/pom.xml index 97d3cf147..702ab6c44 100644 --- a/openssl/deployment/pom.xml +++ b/openssl/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openssl/deployment/src/main/java/org/jboss/shamrock/openssl/OpenSSLResourceProcessor.java b/openssl/deployment/src/main/java/org/jboss/shamrock/openssl/OpenSSLResourceProcessor.java index f22a18b80..d1a698dfd 100644 --- a/openssl/deployment/src/main/java/org/jboss/shamrock/openssl/OpenSSLResourceProcessor.java +++ b/openssl/deployment/src/main/java/org/jboss/shamrock/openssl/OpenSSLResourceProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.openssl; import javax.inject.Inject; diff --git a/openssl/pom.xml b/openssl/pom.xml index ecde5a8e9..73a51838b 100644 --- a/openssl/pom.xml +++ b/openssl/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openssl/runtime/pom.xml b/openssl/runtime/pom.xml index e3f21eeda..b22f27395 100644 --- a/openssl/runtime/pom.xml +++ b/openssl/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLContextSubstitution.java b/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLContextSubstitution.java index 561df504c..4518b4bfa 100644 --- a/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLContextSubstitution.java +++ b/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLContextSubstitution.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLSubstitution.java b/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLSubstitution.java index 316ec132d..51aff19df 100644 --- a/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLSubstitution.java +++ b/openssl/runtime/src/main/java/org/jboss/shamrock/openssl/runtime/graal/SSLSubstitution.java @@ -1,7 +1,5 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2018 Red Hat, Inc., and individual contributors - * as indicated by the @author tags. + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/opentracing/deployment/pom.xml b/opentracing/deployment/pom.xml index 225e533a5..e4d34a431 100644 --- a/opentracing/deployment/pom.xml +++ b/opentracing/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/opentracing/deployment/src/main/java/org/jboss/shamrock/opentracing/OpentracingProcessor.java b/opentracing/deployment/src/main/java/org/jboss/shamrock/opentracing/OpentracingProcessor.java index 4bdc9dcfb..5ad857c05 100644 --- a/opentracing/deployment/src/main/java/org/jboss/shamrock/opentracing/OpentracingProcessor.java +++ b/opentracing/deployment/src/main/java/org/jboss/shamrock/opentracing/OpentracingProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing; import java.lang.reflect.Method; diff --git a/opentracing/pom.xml b/opentracing/pom.xml index 06bdc3f01..e333d37ff 100644 --- a/opentracing/pom.xml +++ b/opentracing/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/opentracing/runtime/pom.xml b/opentracing/runtime/pom.xml index 3d4a3dd46..0a7c4f560 100644 --- a/opentracing/runtime/pom.xml +++ b/opentracing/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracer.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracer.java index 6be799639..5c2ab392e 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracer.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; import java.util.concurrent.atomic.AtomicReference; diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracingDynamicFeature.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracingDynamicFeature.java index 1c4e42e62..0eb8c405e 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracingDynamicFeature.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/ShamrockTracingDynamicFeature.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TargetTracer.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TargetTracer.java index d232c0dfd..424e5a4b3 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TargetTracer.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TargetTracer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; import com.oracle.svm.core.annotate.Substitute; import com.oracle.svm.core.annotate.TargetClass; diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/Target_LoggingReporter.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/Target_LoggingReporter.java index 4477cb98d..33300833f 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/Target_LoggingReporter.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/Target_LoggingReporter.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; import com.oracle.svm.core.annotate.Substitute; diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracerProducer.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracerProducer.java index 4db3bbc76..6255e488f 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracerProducer.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracerProducer.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; import javax.enterprise.context.Dependent; diff --git a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracingDeploymentTemplate.java b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracingDeploymentTemplate.java index 6e9a9a4f1..892a1e8a3 100644 --- a/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracingDeploymentTemplate.java +++ b/opentracing/runtime/src/main/java/org/jboss/shamrock/opentracing/runtime/TracingDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.opentracing.runtime; import org.jboss.shamrock.runtime.Template; diff --git a/pom.xml b/pom.xml index 967106b51..77bdfe3e8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,20 @@ + + @@ -14,6 +30,14 @@ 1.0.0.Alpha1-SNAPSHOT pom + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + 2.1.0.Beta1 4.0.0.Beta6 diff --git a/reactive-streams-operators/pom.xml b/reactive-streams-operators/pom.xml index 5733daa0a..cf52f315d 100644 --- a/reactive-streams-operators/pom.xml +++ b/reactive-streams-operators/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/reactive-streams-operators/reactive-streams-operators/deployment/pom.xml b/reactive-streams-operators/reactive-streams-operators/deployment/pom.xml index d6cc1afe3..20672a015 100644 --- a/reactive-streams-operators/reactive-streams-operators/deployment/pom.xml +++ b/reactive-streams-operators/reactive-streams-operators/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/reactive-streams-operators/reactive-streams-operators/deployment/src/main/java/org/jboss/shamrock/rsops/ReactiveStreamsOperatorsProcessor.java b/reactive-streams-operators/reactive-streams-operators/deployment/src/main/java/org/jboss/shamrock/rsops/ReactiveStreamsOperatorsProcessor.java index 8f653def2..ce3c67f19 100644 --- a/reactive-streams-operators/reactive-streams-operators/deployment/src/main/java/org/jboss/shamrock/rsops/ReactiveStreamsOperatorsProcessor.java +++ b/reactive-streams-operators/reactive-streams-operators/deployment/src/main/java/org/jboss/shamrock/rsops/ReactiveStreamsOperatorsProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.rsops; import io.smallrye.reactive.streams.Engine; diff --git a/reactive-streams-operators/reactive-streams-operators/pom.xml b/reactive-streams-operators/reactive-streams-operators/pom.xml index cdd95271a..fb17a47b6 100644 --- a/reactive-streams-operators/reactive-streams-operators/pom.xml +++ b/reactive-streams-operators/reactive-streams-operators/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-client/deployment/pom.xml b/rest-client/deployment/pom.xml index 84d44e9ea..7d959074f 100644 --- a/rest-client/deployment/pom.xml +++ b/rest-client/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-client/deployment/src/main/java/org/jboss/shamrock/restclient/RestClientProcessor.java b/rest-client/deployment/src/main/java/org/jboss/shamrock/restclient/RestClientProcessor.java index 155f09e21..9be3cd956 100644 --- a/rest-client/deployment/src/main/java/org/jboss/shamrock/restclient/RestClientProcessor.java +++ b/rest-client/deployment/src/main/java/org/jboss/shamrock/restclient/RestClientProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.restclient; import java.lang.reflect.Modifier; diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 5fbe0177b..73edce964 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-client/runtime/pom.xml b/rest-client/runtime/pom.xml index 29e92c67b..923e8d681 100644 --- a/rest-client/runtime/pom.xml +++ b/rest-client/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/BuilderResolver.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/BuilderResolver.java index e9b09d59e..9eafe551b 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/BuilderResolver.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/BuilderResolver.java @@ -1,11 +1,11 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ConfigurationWrapper.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ConfigurationWrapper.java index 05c44163a..cded71d7f 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ConfigurationWrapper.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ConfigurationWrapper.java @@ -1,11 +1,11 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/DefaultResponseExceptionMapper.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/DefaultResponseExceptionMapper.java index 25f6922e9..91ed85fd4 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/DefaultResponseExceptionMapper.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/DefaultResponseExceptionMapper.java @@ -1,11 +1,11 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ExceptionMapping.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ExceptionMapping.java index 3f1ff6e76..b4cd5ed93 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ExceptionMapping.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/ExceptionMapping.java @@ -1,11 +1,11 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/PartialResponse.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/PartialResponse.java index 2b32472df..b514c4762 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/PartialResponse.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/PartialResponse.java @@ -1,11 +1,11 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBase.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBase.java index 8e87949a4..21362ffd8 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBase.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.restclient.runtime; import java.net.MalformedURLException; diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBuilderImpl.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBuilderImpl.java index 29865b83c..00312fc3d 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBuilderImpl.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientBuilderImpl.java @@ -1,12 +1,12 @@ -/** - * Copyright 2015-2017 Red Hat, Inc, and individual contributors. - *

+/* + * Copyright 2018 Red Hat, Inc. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientProxy.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientProxy.java index ed49e3301..f2c5e964f 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientProxy.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/RestClientProxy.java @@ -1,11 +1,11 @@ -/** - * Copyright 2018 Red Hat, Inc, and individual contributors. +/* + * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/ClientBuilderReplacement.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/ClientBuilderReplacement.java index ff63fee54..07df5d08d 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/ClientBuilderReplacement.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/ClientBuilderReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.restclient.runtime.graal; import javax.ws.rs.client.ClientBuilder; diff --git a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/RestClientBuilderResolverReplacement.java b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/RestClientBuilderResolverReplacement.java index 6285a7a84..c43cd921b 100644 --- a/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/RestClientBuilderResolverReplacement.java +++ b/rest-client/runtime/src/main/java/org/jboss/shamrock/restclient/runtime/graal/RestClientBuilderResolverReplacement.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.restclient.runtime.graal; import org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver; diff --git a/rest-client/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver b/rest-client/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver index a4a3dbfb0..ede7dbe42 100644 --- a/rest-client/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver +++ b/rest-client/runtime/src/main/resources/META-INF/services/org.eclipse.microprofile.rest.client.spi.RestClientBuilderResolver @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.restclient.runtime.BuilderResolver \ No newline at end of file diff --git a/test-framework/junit/pom.xml b/test-framework/junit/pom.xml index a9fb0d6ab..619190d7b 100644 --- a/test-framework/junit/pom.xml +++ b/test-framework/junit/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/Deployment.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/Deployment.java index 672434630..5b09098a5 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/Deployment.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/Deployment.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.lang.annotation.ElementType; diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockTest.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockTest.java index 8ccdf34f9..24622b0fe 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockTest.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.net.URL; diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockUnitTest.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockUnitTest.java index 8d76114c3..e5e7e8c11 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockUnitTest.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/ShamrockUnitTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.io.IOException; diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/SubstrateTest.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/SubstrateTest.java index 3f132ee8d..82a6fb7fd 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/SubstrateTest.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/SubstrateTest.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.io.File; diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLResponse.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLResponse.java index 9c0383fa4..339d5c097 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLResponse.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLResponse.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.io.IOException; diff --git a/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLTester.java b/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLTester.java index 5015c0d54..47b18a8a6 100644 --- a/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLTester.java +++ b/test-framework/junit/src/main/java/org/jboss/shamrock/test/URLTester.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.test; import java.io.ByteArrayInputStream; diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 9b82d3771..8ca479f0e 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/transactions/deployment/pom.xml b/transactions/deployment/pom.xml index f9eac320f..ef6954f4b 100644 --- a/transactions/deployment/pom.xml +++ b/transactions/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/transactions/deployment/src/main/java/org/jboss/shamrock/transactions/TransactionsProcessor.java b/transactions/deployment/src/main/java/org/jboss/shamrock/transactions/TransactionsProcessor.java index 90ecc0916..d15c8ce52 100644 --- a/transactions/deployment/src/main/java/org/jboss/shamrock/transactions/TransactionsProcessor.java +++ b/transactions/deployment/src/main/java/org/jboss/shamrock/transactions/TransactionsProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions; import static org.jboss.shamrock.annotations.ExecutionTime.STATIC_INIT; diff --git a/transactions/pom.xml b/transactions/pom.xml index 247b6c7b9..0699531db 100644 --- a/transactions/pom.xml +++ b/transactions/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/transactions/runtime/pom.xml b/transactions/runtime/pom.xml index 519d9b398..738d534fa 100644 --- a/transactions/runtime/pom.xml +++ b/transactions/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/ShamrockPropertiesFactory.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/ShamrockPropertiesFactory.java index f1f601d5e..bb5d3edd5 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/ShamrockPropertiesFactory.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/ShamrockPropertiesFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions.runtime; import java.io.IOException; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionProducers.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionProducers.java index 0c553b292..1ceb5ed8c 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionProducers.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionProducers.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions.runtime; import javax.enterprise.context.ApplicationScoped; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionTemplate.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionTemplate.java index e166292a0..b051ba26a 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionTemplate.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/TransactionTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions.runtime; import java.lang.reflect.Field; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/ConfigurationInfoSubstitution.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/ConfigurationInfoSubstitution.java index 4d2056cbd..20857d082 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/ConfigurationInfoSubstitution.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/ConfigurationInfoSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions.runtime.graal; import com.arjuna.common.util.ConfigurationInfo; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/PropertiesFactorySubstitution.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/PropertiesFactorySubstitution.java index e4eed3a42..fcc95420e 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/PropertiesFactorySubstitution.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/graal/PropertiesFactorySubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.transactions.runtime.graal; import java.util.Properties; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorBase.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorBase.java index 798682b8f..f7a3e90cb 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorBase.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorBase.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorMandatory.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorMandatory.java index 912fa5433..80ade2501 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorMandatory.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorMandatory.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNever.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNever.java index 61da1a421..fad83a0ec 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNever.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNever.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNotSupported.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNotSupported.java index 1ec978403..aef56eff7 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNotSupported.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorNotSupported.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequired.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequired.java index e8f61ae02..d85ea504a 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequired.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequired.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequiresNew.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequiresNew.java index 107f957aa..4e7a2ede2 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequiresNew.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorRequiresNew.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorSupports.java b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorSupports.java index d62ae05de..243b228ce 100644 --- a/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorSupports.java +++ b/transactions/runtime/src/main/java/org/jboss/shamrock/transactions/runtime/interceptor/TransactionalInterceptorSupports.java @@ -1,23 +1,17 @@ /* - * JBoss, Home of Professional Open Source. - * Copyright 2013, Red Hat, Inc., and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. + * Copyright 2018 Red Hat, Inc. * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * http://www.apache.org/licenses/LICENSE-2.0 * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.jboss.shamrock.transactions.runtime.interceptor; diff --git a/undertow/deployment/pom.xml b/undertow/deployment/pom.xml index f33b6c41c..070567276 100644 --- a/undertow/deployment/pom.xml +++ b/undertow/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/FilterBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/FilterBuildItem.java index ddf8dea2e..6de7f076f 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/FilterBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/FilterBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import java.util.ArrayList; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/HttpHandlerWrapperBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/HttpHandlerWrapperBuildItem.java index 88db88a16..d494bd703 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/HttpHandlerWrapperBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/HttpHandlerWrapperBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import org.jboss.builder.item.MultiBuildItem; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletBuildItem.java index a9b36c843..b955cde1a 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import java.util.ArrayList; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletContextAttributeBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletContextAttributeBuildItem.java index ac101bb8b..ee2e7484d 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletContextAttributeBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletContextAttributeBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import org.jboss.builder.item.MultiBuildItem; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletExtensionBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletExtensionBuildItem.java index 9f1e52aa2..8e744ebb9 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletExtensionBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletExtensionBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import org.jboss.builder.item.MultiBuildItem; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletHandlerBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletHandlerBuildItem.java index dc27b55da..5c7ade650 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletHandlerBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletHandlerBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import org.jboss.builder.item.SimpleBuildItem; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletInitParamBuildItem.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletInitParamBuildItem.java index e5c29104a..731a99eac 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletInitParamBuildItem.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/ServletInitParamBuildItem.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import org.jboss.builder.item.MultiBuildItem; diff --git a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/UndertowBuildStep.java b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/UndertowBuildStep.java index ea9c90f86..9454bd767 100644 --- a/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/UndertowBuildStep.java +++ b/undertow/deployment/src/main/java/org/jboss/shamrock/undertow/UndertowBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow; import static io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic.DENY; diff --git a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/AnnotationServletTestCase.java b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/AnnotationServletTestCase.java index c7410cac9..6903d6c91 100644 --- a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/AnnotationServletTestCase.java +++ b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/AnnotationServletTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.test; import org.jboss.shamrock.test.Deployment; diff --git a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/ServletWebXmlTestCase.java b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/ServletWebXmlTestCase.java index 352f22729..a5ee4d476 100644 --- a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/ServletWebXmlTestCase.java +++ b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/ServletWebXmlTestCase.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.test; import org.jboss.shamrock.test.Deployment; diff --git a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/TestServlet.java b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/TestServlet.java index 54810f1bd..c8d8f4826 100644 --- a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/TestServlet.java +++ b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/TestServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.test; import java.io.IOException; diff --git a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/WebXmlServlet.java b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/WebXmlServlet.java index bff4bcc90..db3611149 100644 --- a/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/WebXmlServlet.java +++ b/undertow/deployment/src/test/java/org/jboss/shamrock/undertow/test/WebXmlServlet.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.test; import java.io.IOException; diff --git a/undertow/pom.xml b/undertow/pom.xml index fb6de1717..51372a642 100644 --- a/undertow/pom.xml +++ b/undertow/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/undertow/runtime/pom.xml b/undertow/runtime/pom.xml index 399328748..de3cb5316 100644 --- a/undertow/runtime/pom.xml +++ b/undertow/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/HttpConfig.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/HttpConfig.java index 72d8e495f..91ac9f271 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/HttpConfig.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/HttpConfig.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime; import java.util.Optional; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/KnownPathResourceManager.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/KnownPathResourceManager.java index ef043a054..a840cbb90 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/KnownPathResourceManager.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/KnownPathResourceManager.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime; import java.io.File; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/ShamrockInstanceFactory.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/ShamrockInstanceFactory.java index b962f9eb7..b3dd0faec 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/ShamrockInstanceFactory.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/ShamrockInstanceFactory.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime; import org.jboss.shamrock.runtime.InjectionInstance; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/UndertowDeploymentTemplate.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/UndertowDeploymentTemplate.java index bf837f1d6..1f345535a 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/UndertowDeploymentTemplate.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/UndertowDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime; import java.nio.file.Paths; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ALPNManagerSubstitution.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ALPNManagerSubstitution.java index 4dfdc9af0..ddd13e552 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ALPNManagerSubstitution.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ALPNManagerSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime.graal; import javax.net.ssl.SSLEngine; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ChannelsSubstitution.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ChannelsSubstitution.java index a043c8cff..a6fa96e26 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ChannelsSubstitution.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/ChannelsSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime.graal; import java.io.IOException; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/URLResourceSubstitution.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/URLResourceSubstitution.java index d80c09af4..842ffda2b 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/URLResourceSubstitution.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/URLResourceSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime.graal; import java.io.IOException; diff --git a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/XnioSubstitution.java b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/XnioSubstitution.java index 658e0645f..0c306fa50 100644 --- a/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/XnioSubstitution.java +++ b/undertow/runtime/src/main/java/org/jboss/shamrock/undertow/runtime/graal/XnioSubstitution.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.undertow.runtime.graal; import java.io.Closeable; diff --git a/vertx/deployment/pom.xml b/vertx/deployment/pom.xml index f2243bbad..8596b8bd9 100644 --- a/vertx/deployment/pom.xml +++ b/vertx/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java b/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java index 0dc2f7e6f..cca6ca375 100644 --- a/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java +++ b/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.vertx; import javax.inject.Inject; diff --git a/vertx/pom.xml b/vertx/pom.xml index 439ee0de6..2332e654c 100644 --- a/vertx/pom.xml +++ b/vertx/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/vertx/runtime/pom.xml b/vertx/runtime/pom.xml index 6cb36d8c5..79164b9c1 100644 --- a/vertx/runtime/pom.xml +++ b/vertx/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/JdkSubstitutions.java b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/JdkSubstitutions.java index ad7f4c708..92b7e1710 100644 --- a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/JdkSubstitutions.java +++ b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/JdkSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.vertx.runtime.graal; import java.io.FileDescriptor; diff --git a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/NettySubstitutions.java b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/NettySubstitutions.java index 2e1b27506..4a889cc5a 100644 --- a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/NettySubstitutions.java +++ b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/NettySubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.vertx.runtime.graal; import java.security.PrivateKey; diff --git a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/VertxSubstitutions.java b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/VertxSubstitutions.java index 1ef827311..f2cab79af 100644 --- a/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/VertxSubstitutions.java +++ b/vertx/runtime/src/main/java/org/jboss/shamrock/vertx/runtime/graal/VertxSubstitutions.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.vertx.runtime.graal; import com.oracle.svm.core.annotate.Substitute; diff --git a/websockets/deployment/pom.xml b/websockets/deployment/pom.xml index ed0d9d602..dc0720fe3 100644 --- a/websockets/deployment/pom.xml +++ b/websockets/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/websockets/deployment/src/main/java/org/jboss/shamrock/websockets/WebsocketBuildStep.java b/websockets/deployment/src/main/java/org/jboss/shamrock/websockets/WebsocketBuildStep.java index 0bff699db..b247911a3 100644 --- a/websockets/deployment/src/main/java/org/jboss/shamrock/websockets/WebsocketBuildStep.java +++ b/websockets/deployment/src/main/java/org/jboss/shamrock/websockets/WebsocketBuildStep.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.websockets; import java.lang.reflect.Modifier; diff --git a/websockets/pom.xml b/websockets/pom.xml index 429a90abf..f4e2be123 100644 --- a/websockets/pom.xml +++ b/websockets/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/websockets/runtime/pom.xml b/websockets/runtime/pom.xml index ea2cc09ab..2fbeb7d94 100644 --- a/websockets/runtime/pom.xml +++ b/websockets/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/websockets/runtime/src/main/java/org/jboss/shamrock/websockets/runtime/WebsocketTemplate.java b/websockets/runtime/src/main/java/org/jboss/shamrock/websockets/runtime/WebsocketTemplate.java index d82115fa9..0e0c2a951 100644 --- a/websockets/runtime/src/main/java/org/jboss/shamrock/websockets/runtime/WebsocketTemplate.java +++ b/websockets/runtime/src/main/java/org/jboss/shamrock/websockets/runtime/WebsocketTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.websockets.runtime; import java.util.HashSet; diff --git a/weld/deployment/pom.xml b/weld/deployment/pom.xml index cafef7e1a..e977dea25 100644 --- a/weld/deployment/pom.xml +++ b/weld/deployment/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/weld/deployment/src/main/java/org/jboss/shamrock/weld/deployment/WeldAnnotationProcessor.java b/weld/deployment/src/main/java/org/jboss/shamrock/weld/deployment/WeldAnnotationProcessor.java index d5baef2e5..c8c1a5a65 100644 --- a/weld/deployment/src/main/java/org/jboss/shamrock/weld/deployment/WeldAnnotationProcessor.java +++ b/weld/deployment/src/main/java/org/jboss/shamrock/weld/deployment/WeldAnnotationProcessor.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.weld.deployment; import static org.jboss.shamrock.annotations.ExecutionTime.STATIC_INIT; diff --git a/weld/pom.xml b/weld/pom.xml index d613c360e..d593379b0 100644 --- a/weld/pom.xml +++ b/weld/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/weld/runtime/pom.xml b/weld/runtime/pom.xml index a12b031d4..e73c9a9e7 100644 --- a/weld/runtime/pom.xml +++ b/weld/runtime/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/InterceptorBindingProvider.java b/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/InterceptorBindingProvider.java index 01e3c710a..3ed07d078 100644 --- a/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/InterceptorBindingProvider.java +++ b/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/InterceptorBindingProvider.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.weld.runtime; import java.lang.annotation.Annotation; diff --git a/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/WeldDeploymentTemplate.java b/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/WeldDeploymentTemplate.java index d5400b695..8efc5483e 100644 --- a/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/WeldDeploymentTemplate.java +++ b/weld/runtime/src/main/java/org/jboss/shamrock/weld/runtime/WeldDeploymentTemplate.java @@ -1,3 +1,19 @@ +/* + * Copyright 2018 Red Hat, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.jboss.shamrock.weld.runtime; import java.io.IOException; diff --git a/weld/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider b/weld/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider index b2c6e6d29..ddfcbd396 100644 --- a/weld/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider +++ b/weld/runtime/src/main/resources/META-INF/services/org.jboss.shamrock.runtime.InterceptorBindingService$Provider @@ -1 +1,33 @@ +# +# Copyright 2018 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Copyright 2018 Red Hat Pty Ltd +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + org.jboss.shamrock.weld.runtime.InterceptorBindingProvider \ No newline at end of file