From 7a39e3640eaa95c217bc82476b1c5e28b5a3e26c Mon Sep 17 00:00:00 2001 From: Tim Hess Date: Mon, 1 Jun 2020 15:03:47 -0400 Subject: [PATCH] Use streamlined, dateless copyright headers --- .../CancellationTokenExtensions.cs | 16 +++------------- .../HystrixConfigStreamController.cs | 16 +++------------- .../HystrixMetricsStreamController.cs | 16 +++------------- .../HystrixRequestEventStreamController.cs | 16 +++------------- .../Controllers/HystrixStreamBaseController.cs | 16 +++------------- .../HystrixUtilizationStreamController.cs | 16 +++------------- .../HystrixApplicationBuilderExtensions.cs | 16 +++------------- .../HystrixServiceCollectionExtensions.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../HystrixContainerBuilderExtensions.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../RabbitMetricsStreamPublisher.cs | 16 +++------------- .../HystrixApplicationBuilderExtensions.cs | 16 +++------------- .../HystrixServiceCollectionExtensions.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../RabbitMetricsStreamPublisher.cs | 16 +++------------- .../HystrixContainerBuilderExtensions.cs | 16 +++------------- .../HystrixRequestContextModule.cs | 16 +++------------- .../HystrixAutofac/Properties/AssemblyInfo.cs | 16 +++------------- .../src/HystrixBase/AbstractCommand.cs | 16 +++------------- .../src/HystrixBase/AbstractCommandBase.cs | 16 +++------------- .../HystrixCircuitBreakerFactory.cs | 16 +++------------- .../CircuitBreaker/HystrixCircuitBreakerImpl.cs | 16 +++------------- .../CircuitBreaker/NoOpCircuitBreaker.cs | 16 +++------------- .../HystrixBase/Collapser/CollapsedRequest.cs | 16 +++------------- .../src/HystrixBase/Collapser/CollapsedTask.cs | 16 +++------------- .../HystrixBase/Collapser/ICollapserTimer.cs | 16 +++------------- .../HystrixBase/Collapser/RealCollapserTimer.cs | 16 +++------------- .../src/HystrixBase/Collapser/RequestBatch.cs | 16 +++------------- .../HystrixBase/Collapser/RequestCollapser.cs | 16 +++------------- .../Collapser/RequestCollapserFactory.cs | 16 +++------------- .../src/HystrixBase/CollapserEventTypeHelper.cs | 16 +++------------- .../Config/HystrixCollapserConfiguration.cs | 16 +++------------- .../Config/HystrixCommandConfiguration.cs | 16 +++------------- .../HystrixBase/Config/HystrixConfiguration.cs | 16 +++------------- .../Config/HystrixConfigurationStream.cs | 16 +++------------- .../Config/HystrixThreadPoolConfiguration.cs | 16 +++------------- .../src/HystrixBase/Exceptions/FailureType.cs | 16 +++------------- .../Exceptions/HystrixBadRequestException.cs | 16 +++------------- .../Exceptions/HystrixRuntimeException.cs | 16 +++------------- .../Exceptions/HystrixTimeoutException.cs | 16 +++------------- .../Exceptions/RejectedExecutionException.cs | 16 +++------------- .../src/HystrixBase/ExecutionResult.cs | 16 +++------------- .../src/HystrixBase/HealthCounts.cs | 16 +++------------- .../src/HystrixBase/HysrixCollapserBase.cs | 16 +++------------- .../src/HystrixBase/HystrixBaseOptions.cs | 16 +++------------- .../src/HystrixBase/HystrixCachedTask.cs | 16 +++------------- .../src/HystrixBase/HystrixCollapser.cs | 16 +++------------- .../src/HystrixBase/HystrixCollapserMetrics.cs | 16 +++------------- .../src/HystrixBase/HystrixCollapserOptions.cs | 16 +++------------- .../src/HystrixBase/HystrixCommand.cs | 16 +++------------- .../src/HystrixBase/HystrixCommandMetrics.cs | 16 +++------------- .../src/HystrixBase/HystrixCommandOptions.cs | 16 +++------------- .../src/HystrixBase/HystrixCounters.cs | 16 +++------------- .../src/HystrixBase/HystrixEventType.cs | 16 +++------------- .../src/HystrixBase/HystrixEventTypeHelper.cs | 16 +++------------- .../src/HystrixBase/HystrixMetrics.cs | 16 +++------------- .../src/HystrixBase/HystrixRequestCache.cs | 16 +++------------- .../src/HystrixBase/HystrixRequestLog.cs | 16 +++------------- .../src/HystrixBase/HystrixThreadPoolMetrics.cs | 16 +++------------- .../src/HystrixBase/HystrixThreadPoolOptions.cs | 16 +++------------- .../src/HystrixBase/ICollapsedRequest.cs | 16 +++------------- .../src/HystrixBase/IHystrixCircuitBreaker.cs | 16 +++------------- .../src/HystrixBase/IHystrixCollapserKey.cs | 16 +++------------- .../src/HystrixBase/IHystrixCollapserOptions.cs | 16 +++------------- .../src/HystrixBase/IHystrixCommandGroupKey.cs | 16 +++------------- .../src/HystrixBase/IHystrixCommandKey.cs | 16 +++------------- .../src/HystrixBase/IHystrixCommandOptions.cs | 16 +++------------- .../src/HystrixBase/IHystrixExecutable.cs | 16 +++------------- .../src/HystrixBase/IHystrixInvokable.cs | 16 +++------------- .../src/HystrixBase/IHystrixInvokableInfo.cs | 16 +++------------- .../src/HystrixBase/IHystrixKey.cs | 16 +++------------- .../src/HystrixBase/IHystrixObservable.cs | 16 +++------------- .../src/HystrixBase/IHystrixThreadPool.cs | 16 +++------------- .../src/HystrixBase/IHystrixThreadPoolKey.cs | 16 +++------------- .../HystrixBase/IHystrixThreadPoolOptions.cs | 16 +++------------- .../HystrixBase/Metric/CachedValuesHistogram.cs | 16 +++------------- .../HystrixBase/Metric/CommandAndCacheKey.cs | 16 +++------------- .../Metric/Consumer/BucketedCounterStream.cs | 16 +++------------- .../Consumer/BucketedCumulativeCounterStream.cs | 16 +++------------- .../Consumer/BucketedRollingCounterStream.cs | 16 +++------------- .../CumulativeCollapserEventCounterStream.cs | 16 +++------------- .../CumulativeCommandEventCounterStream.cs | 16 +++------------- .../CumulativeThreadPoolEventCounterStream.cs | 16 +++------------- .../Metric/Consumer/HealthCountsStream.cs | 16 +++------------- .../Metric/Consumer/HystrixDashboardStream.cs | 16 +++------------- ...llingCollapserBatchSizeDistributionStream.cs | 16 +++------------- .../RollingCollapserEventCounterStream.cs | 16 +++------------- .../RollingCommandEventCounterStream.cs | 16 +++------------- .../RollingCommandLatencyDistributionStream.cs | 16 +++------------- .../RollingCommandMaxConcurrencyStream.cs | 16 +++------------- ...llingCommandUserLatencyDistributionStream.cs | 16 +++------------- .../Metric/Consumer/RollingConcurrencyStream.cs | 16 +++------------- .../Consumer/RollingDistributionStream.cs | 16 +++------------- .../Consumer/RollingDistributionStreamBase.cs | 16 +++------------- .../RollingThreadPoolEventCounterStream.cs | 16 +++------------- .../RollingThreadPoolMaxConcurrencyStream.cs | 16 +++------------- .../HystrixBase/Metric/ExecutionSignature.cs | 16 +++------------- .../HystrixBase/Metric/HystrixCollapserEvent.cs | 16 +++------------- .../Metric/HystrixCollapserEventStream.cs | 16 +++------------- .../Metric/HystrixCommandCompletion.cs | 16 +++------------- .../Metric/HystrixCommandCompletionStream.cs | 16 +++------------- .../HystrixBase/Metric/HystrixCommandEvent.cs | 16 +++------------- .../Metric/HystrixCommandExecutionStarted.cs | 16 +++------------- .../Metric/HystrixCommandStartStream.cs | 16 +++------------- .../HystrixBase/Metric/HystrixRequestEvents.cs | 16 +++------------- .../Metric/HystrixRequestEventsStream.cs | 16 +++------------- .../Metric/HystrixThreadEventStream.cs | 16 +++------------- .../Metric/HystrixThreadPoolCompletionStream.cs | 16 +++------------- .../Metric/HystrixThreadPoolStartStream.cs | 16 +++------------- .../src/HystrixBase/Metric/IHystrixEvent.cs | 16 +++------------- .../HystrixBase/Metric/IHystrixEventStream.cs | 16 +++------------- .../Metric/Sample/HystrixCommandUtilization.cs | 16 +++------------- .../Sample/HystrixThreadPoolUtilization.cs | 16 +++------------- .../Metric/Sample/HystrixUtilization.cs | 16 +++------------- .../Metric/Sample/HystrixUtilizationStream.cs | 16 +++------------- .../HystrixMetricsStreamOptions.cs | 16 +++------------- .../HystrixMetricsStreamPublisher.cs | 16 +++------------- .../src/HystrixBase/MetricsStream/Serialize.cs | 16 +++------------- .../src/HystrixBase/Properties/AssemblyInfo.cs | 16 +++------------- .../Serial/SerialHystrixConfiguration.cs | 16 +++------------- .../Serial/SerialHystrixDashboardData.cs | 16 +++------------- .../Serial/SerialHystrixRequestEvents.cs | 16 +++------------- .../Serial/SerialHystrixUtilization.cs | 16 +++------------- .../Serial/SerializationExtensions.cs | 16 +++------------- .../Concurrency/HystrixConcurrencyStrategy.cs | 16 +++------------- .../HystrixConcurrencyStrategyDefault.cs | 16 +++------------- .../Concurrency/HystrixQueuedTaskScheduler.cs | 16 +++------------- .../Concurrency/HystrixRequestContext.cs | 16 +++------------- .../HystrixRequestVariableDefault.cs | 16 +++------------- .../Concurrency/HystrixSyncTaskScheduler.cs | 16 +++------------- .../Concurrency/HystrixTaskScheduler.cs | 16 +++------------- .../Concurrency/IHystrixRequestVariable.cs | 16 +++------------- .../Concurrency/IHystrixTaskScheduler.cs | 16 +++------------- .../EventNotifier/HystrixEventNotifier.cs | 16 +++------------- .../HystrixEventNotifierDefault.cs | 16 +++------------- .../HystrixCommandExecutionHook.cs | 16 +++------------- .../HystrixCommandExecutionHookDefault.cs | 16 +++------------- .../src/HystrixBase/Strategy/HystrixPlugins.cs | 16 +++------------- .../Strategy/Metrics/HystrixMetricsPublisher.cs | 16 +++------------- .../HystrixMetricsPublisherCollapserDefault.cs | 16 +++------------- .../HystrixMetricsPublisherCommandDefault.cs | 16 +++------------- .../Metrics/HystrixMetricsPublisherDefault.cs | 16 +++------------- .../Metrics/HystrixMetricsPublisherFactory.cs | 16 +++------------- .../HystrixMetricsPublisherThreadPoolDefault.cs | 16 +++------------- .../IHystrixMetricsPublisherCollapser.cs | 16 +++------------- .../Metrics/IHystrixMetricsPublisherCommand.cs | 16 +++------------- .../IHystrixMetricsPublisherThreadPool.cs | 16 +++------------- .../Options/HystrixDynamicOptionsDefault.cs | 16 +++------------- .../Strategy/Options/HystrixOptionsFactory.cs | 16 +++------------- .../Strategy/Options/HystrixOptionsStrategy.cs | 16 +++------------- .../Options/HystrixOptionsStrategyDefault.cs | 16 +++------------- .../Strategy/Options/IHystrixDynamicOptions.cs | 16 +++------------- .../ThreadPool/HystrixThreadPoolDefault.cs | 16 +++------------- .../ThreadPool/HystrixThreadPoolFactory.cs | 16 +++------------- .../HystrixBase/ThreadPoolEventTypeHelper.cs | 16 +++------------- .../src/HystrixBase/Util/ActualTime.cs | 16 +++------------- .../src/HystrixBase/Util/AtomicBoolean.cs | 16 +++------------- .../src/HystrixBase/Util/AtomicInteger.cs | 16 +++------------- .../src/HystrixBase/Util/AtomicIntegerArray.cs | 16 +++------------- .../src/HystrixBase/Util/AtomicLong.cs | 16 +++------------- .../src/HystrixBase/Util/AtomicReference.cs | 16 +++------------- .../HystrixBase/Util/AtomicReferenceArray.cs | 16 +++------------- .../Util/ConcurrentDictionaryExtensions.cs | 16 +++------------- .../HystrixBase/Util/HystrixRollingNumber.cs | 16 +++------------- .../Util/HystrixRollingNumberEvent.cs | 16 +++------------- .../Util/HystrixRollingNumberEventHelper.cs | 16 +++------------- .../Util/HystrixRollingPercentile.cs | 16 +++------------- .../src/HystrixBase/Util/HystrixShutdown.cs | 16 +++------------- .../src/HystrixBase/Util/HystrixTimer.cs | 16 +++------------- .../src/HystrixBase/Util/ITime.cs | 16 +++------------- .../src/HystrixBase/Util/ITimerListener.cs | 16 +++------------- .../src/HystrixBase/Util/LongAdder.cs | 16 +++------------- .../src/HystrixBase/Util/LongMaxUpdater.cs | 16 +++------------- .../HystrixBase/Util/ObservableExtensions.cs | 16 +++------------- .../HystrixBase/Util/SemaphoreSlimExtensions.cs | 16 +++------------- src/CircuitBreaker/src/HystrixBase/Util/Time.cs | 16 +++------------- .../src/HystrixBase/Util/TimerReference.cs | 16 +++------------- .../HystrixApplicationBuilderExtensions.cs | 16 +++------------- .../HystrixRequestContextMiddleware.cs | 16 +++------------- .../HystrixRequestContextMiddlewareOwin.cs | 16 +++------------- .../HystrixServiceCollectionExtensions.cs | 16 +++------------- .../src/HystrixCore/Properties/AssemblyInfo.cs | 16 +++------------- .../CancellationTokenExtensionsTest.cs | 16 +++------------- .../HystrixConfigStreamControllerTest.cs | 16 +++------------- .../HystrixMetricsStreamControllerTest.cs | 16 +++------------- .../HystrixRequestEventStreamControllerTest.cs | 16 +++------------- .../HystrixUtilizationStreamControllerTest.cs | 16 +++------------- .../Controllers/TestController.cs | 16 +++------------- .../HystrixServiceCollectionExtensionsTest.cs | 16 +++------------- .../HystrixTestBase.cs | 16 +++------------- .../Hystrix.MetricsEventsCore.Test/MyCommand.cs | 16 +++------------- .../Hystrix.MetricsEventsCore.Test/Startup.cs | 16 +++------------- .../HystrixContainerBuilderExtensionsTest.cs | 16 +++------------- .../HystrixMetricsStreamOptionsTest.cs | 16 +++------------- .../HystrixTestBase.cs | 16 +++------------- .../RabbitMetricsStreamPublisherTest.cs | 16 +++------------- .../TestHelpers.cs | 16 +++------------- .../HystrixApplicationBuilderExtensionsTest.cs | 16 +++------------- .../HystrixMetricsStreamOptionsTest.cs | 16 +++------------- .../HystrixServiceCollectionExtensionsTest.cs | 16 +++------------- .../HystrixTestBase.cs | 16 +++------------- .../RabbitMetricsStreamPublisherTest.cs | 16 +++------------- .../TestHelpers.cs | 16 +++------------- .../HystrixAutofac.Net4Test/DummyCommand.cs | 16 +++------------- .../HystrixContainerBuilderExtensionsTest.cs | 16 +++------------- .../CommonHystrixCommandTests.cs | 16 +++------------- .../Config/HystrixConfigurationStreamTest.cs | 16 +++------------- .../CountDownEventExtensions.cs | 16 +++------------- .../HystrixCircuitBreakerTest.cs | 16 +++------------- .../HystrixBase.Test/HystrixCollapserTest.cs | 16 +++------------- .../HystrixCommandMetricsTest.cs | 16 +++------------- .../HystrixCommandOptionsTest.cs | 16 +++------------- .../test/HystrixBase.Test/HystrixCommandTest.cs | 16 +++------------- .../HystrixCommandTimeoutConcurrencyTesting.cs | 16 +++------------- .../HystrixBase.Test/HystrixRequestCacheTest.cs | 16 +++------------- .../HystrixBase.Test/HystrixRequestLogTest.cs | 16 +++------------- .../HystrixSubclassCommandTest.cs | 16 +++------------- .../test/HystrixBase.Test/HystrixTestBase.cs | 16 +++------------- .../HystrixThreadPoolMetricsTest.cs | 16 +++------------- .../HystrixThreadPoolOptionsTest.cs | 16 +++------------- .../HystrixBase.Test/HystrixThreadPoolTest.cs | 16 +++------------- .../Metric/CommandStreamTest.cs | 16 +++------------- ...CumulativeCollapserEventCounterStreamTest.cs | 16 +++------------- .../CumulativeCommandEventCounterStreamTest.cs | 16 +++------------- ...umulativeThreadPoolEventCounterStreamTest.cs | 16 +++------------- .../Metric/Consumer/HealthCountsStreamTest.cs | 16 +++------------- .../Consumer/HystrixDashboardStreamTest.cs | 16 +++------------- ...gCollapserBatchSizeDistributionStreamTest.cs | 16 +++------------- .../RollingCollapserEventCounterStreamTest.cs | 16 +++------------- .../RollingCommandEventCounterStreamTest.cs | 16 +++------------- ...llingCommandLatencyDistributionStreamTest.cs | 16 +++------------- .../RollingCommandMaxConcurrencyStreamTest.cs | 16 +++------------- .../RollingThreadPoolEventCounterStreamTest.cs | 16 +++------------- ...RollingThreadPoolMaxConcurrencyStreamTest.cs | 16 +++------------- .../HystrixCommandCompletionStreamTest.cs | 16 +++------------- .../Metric/HystrixThreadEventStreamTest.cs | 16 +++------------- .../Sample/HystrixUtilizationStreamTest.cs | 16 +++------------- .../HystrixMetricsStreamOptionsTest.cs | 16 +++------------- .../HystrixMetricsStreamPublisherTest.cs | 16 +++------------- .../MetricsStream/SerializeTest.cs | 16 +++------------- .../Serial/SerialHystrixRequestEventsTest.cs | 16 +++------------- .../HystrixConcurrencyStrategyTest.cs | 16 +++------------- .../HystrixQueuedTaskSchedulerTest.cs | 16 +++------------- .../Concurrency/HystrixSyncTaskSchedulerTest.cs | 16 +++------------- .../HystrixMetricsPublisherFactoryTest.cs | 16 +++------------- .../test/HystrixBase.Test/TestCircuitBreaker.cs | 16 +++------------- .../test/HystrixBase.Test/TestCommandBuilder.cs | 16 +++------------- .../test/HystrixBase.Test/TestHystrixCommand.cs | 16 +++------------- .../test/HystrixBase.Test/TestObserverBase.cs | 16 +++------------- .../test/HystrixBase.Test/TestOptionsFactory.cs | 16 +++------------- .../HystrixBase.Test/TestableExecutionHook.cs | 16 +++------------- .../Util/HystrixRollingNumberTest.cs | 16 +++------------- .../Util/HystrixRollingPercentileTest.cs | 16 +++------------- .../HystrixBase.Test/Util/HystrixTimerTest.cs | 16 +++------------- .../test/HystrixBase.Test/Util/MockedTime.cs | 16 +++------------- .../HystrixBase.Test/Util/SampleDataHolder1.cs | 16 +++------------- .../HystrixBase.Test/Util/SampleDataHolder2.cs | 16 +++------------- .../test/HystrixBase.Test/Util/TimeTest.cs | 16 +++------------- .../HystrixBase.Test/Util/TimerReferenceTest.cs | 16 +++------------- .../test/HystrixCore.Test/DummyCommand.cs | 16 +++------------- .../HystrixApplicationBuilderExtensionsTest.cs | 16 +++------------- .../HystrixRequestContextMiddlewareTest.cs | 16 +++------------- .../HystrixServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConfigurationContainerBuilderExtensions.cs | 16 +++------------- .../DefaultLoggerLevelConfigureOptions.cs | 16 +++------------- .../Logging/LoggerFilterConfigureOptions.cs | 16 +++------------- .../LoggingContainerBuilderExtensions.cs | 16 +++------------- .../OptionsContainerBuilderExtensions.cs | 16 +++------------- .../src/Common.Hosting/HostBuilderExtensions.cs | 16 +++------------- .../DiscoveryHttpClientBuilderExtensions.cs | 16 +++------------- .../Discovery/DiscoveryHttpClientHandler.cs | 16 +++------------- .../Discovery/DiscoveryHttpClientHandlerBase.cs | 16 +++------------- .../Discovery/DiscoveryHttpMessageHandler.cs | 16 +++------------- .../src/Common.Http/HttpClientExtensions.cs | 16 +++------------- src/Common/src/Common.Http/HttpClientHelper.cs | 16 +++------------- .../LoadBalancerDelegatingHandler.cs | 16 +++------------- .../LoadBalancerHttpClientBuilderExtensions.cs | 16 +++------------- .../LoadBalancerHttpClientHandler.cs | 16 +++------------- .../src/Common.Http/Properties/AssemblyInfo.cs | 16 +++------------- .../src/Common.Http/SerializationHelper.cs | 16 +++------------- src/Common/src/Common.Net/IMPR.cs | 16 +++------------- src/Common/src/Common.Net/MPR.cs | 16 +++------------- src/Common/src/Common.Net/NativeMethods.cs | 16 +++------------- .../src/Common.Net/Properties/AssemblyInfo.cs | 16 +++------------- .../src/Common.Net/WindowsNetworkFileShare.cs | 16 +++------------- .../src/Common.Security/CertificateOptions.cs | 16 +++------------- .../src/Common.Security/ICertificateOptions.cs | 16 +++------------- .../Common.Security/PemCertificateProvider.cs | 16 +++------------- .../src/Common.Security/PemCertificateSource.cs | 16 +++------------- .../PemConfigurationExtensions.cs | 16 +++------------- .../PemConfigureCertificateOptions.cs | 16 +++------------- .../Configuration/ConfigurationValuesHelper.cs | 16 +++------------- .../IConfigurationBuilderExtensions.cs | 16 +++------------- .../IPlaceholderResolverProvider.cs | 16 +++------------- .../Configuration/PropertyPlaceHolderHelper.cs | 16 +++------------- .../src/Common/Diagnostics/DiagnosticHelpers.cs | 16 +++------------- .../Common/Diagnostics/DiagnosticObserver.cs | 16 +++------------- .../Common/Diagnostics/DiagnosticsManager.cs | 16 +++------------- .../Common/Diagnostics/IDiagnosticObserver.cs | 16 +++------------- .../Common/Diagnostics/IDiagnosticsManager.cs | 16 +++------------- .../Diagnostics/IPolledDiagnosticSource.cs | 16 +++------------- .../Discovery/ConfigurationServiceInstance.cs | 16 +++------------- .../ConfigurationServiceInstanceProvider.cs | 16 +++------------- ...stanceProviderServiceCollectionExtensions.cs | 16 +++------------- .../src/Common/Discovery/DiscoveryOptions.cs | 16 +++------------- .../src/Common/Discovery/IDiscoveryClient.cs | 16 +++------------- .../Common/Discovery/IDiscoveryClientOptions.cs | 16 +++------------- .../src/Common/Discovery/IDiscoveryLifecycle.cs | 16 +++------------- .../Discovery/IDiscoveryRegistrationOptions.cs | 16 +++------------- .../src/Common/Discovery/IServiceInstance.cs | 16 +++------------- .../Discovery/IServiceInstanceProvider.cs | 16 +++------------- .../IServiceInstanceProviderExtensions.cs | 16 +++------------- .../src/Common/Discovery/IServiceRegistry.cs | 16 +++------------- .../Discovery/SerializableIServiceInstance.cs | 16 +++------------- .../src/Common/Extensions/UriExtensions.cs | 16 +++------------- .../Common/HealthChecks/HealthCheckResult.cs | 16 +++------------- .../src/Common/HealthChecks/HealthStatus.cs | 16 +++------------- .../Common/HealthChecks/IHealthContributor.cs | 16 +++------------- .../src/Common/LoadBalancer/ILoadBalancer.cs | 16 +++------------- .../Common/LoadBalancer/RandomLoadBalancer.cs | 16 +++------------- .../LoadBalancer/RoundRobinLoadBalancer.cs | 16 +++------------- src/Common/src/Common/Net/HostInfo.cs | 16 +++------------- src/Common/src/Common/Net/InetOptions.cs | 16 +++------------- src/Common/src/Common/Net/InetUtils.cs | 16 +++------------- .../src/Common/Options/AbstractOptions.cs | 16 +++------------- src/Common/src/Common/Platform.cs | 16 +++------------- .../src/Common/Properties/AssemblyInfo.cs | 16 +++------------- .../src/Common/Reflection/ReflectionHelpers.cs | 16 +++------------- src/Common/src/Common/SecurityUtilities.cs | 16 +++------------- src/Common/src/Common/Tasks/IApplicationTask.cs | 16 +++------------- ...nfigurationContainerBuilderExtensionsTest.cs | 16 +++------------- .../LoggingContainerBuilderExtensionsTest.cs | 16 +++------------- .../OptionsContainerBuilderExtensionsTest.cs | 16 +++------------- .../HostBuilderExtensionsTest.cs | 16 +++------------- .../Common.Hosting.Test/TestServerStartup.cs | 16 +++------------- .../Common.Hosting.Test/TestServerStartup42.cs | 16 +++------------- .../TestServerStartupDefault.cs | 16 +++------------- .../TestServerStartupLocals.cs | 16 +++------------- .../DiscoveryHttpClientHandlerBaseTest.cs | 16 +++------------- .../Discovery/TestDiscoveryClient.cs | 16 +++------------- .../HttpClientExtensionsTest.cs | 16 +++------------- .../Common.Http.Test/HttpClientHelperTest.cs | 16 +++------------- .../LoadBalancer/BrokenLoadBalancer.cs | 16 +++------------- .../LoadBalancer/FakeLoadBalancer.cs | 16 +++------------- .../LoadBalancerDelegatingHandlerTest.cs | 16 +++------------- ...adBalancerHttpClientBuilderExtensionsTest.cs | 16 +++------------- .../Common.Http.Test/SerializationHelperTest.cs | 16 +++------------- .../Common.Http.Test/SerializationTestObject.cs | 16 +++------------- .../TestInnerDelegatingHandler.cs | 16 +++------------- .../TestInnerDelegatingHandlerBrokenServer.cs | 16 +++------------- .../Common.Http.Test/TestServiceInstance.cs | 16 +++------------- src/Common/test/Common.Net.Test/FakeMPR.cs | 16 +++------------- .../WindowsNetworkFileShareTest.cs | 16 +++------------- .../PemConfigurationExtensionsTest.cs | 16 +++------------- .../PemConfigureCertificateOptionsTest.cs | 16 +++------------- .../ConfigurationValuesHelperTest.cs | 16 +++------------- .../IConfigurationBuilderExtensionsTest.cs | 16 +++------------- .../PropertyPlaceholderHelperTest.cs | 16 +++------------- ...ceProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConfigurationServiceInstanceProviderTest.cs | 16 +++------------- .../Discovery/DiscoveryOptionsTest.cs | 16 +++------------- .../Common.Test/Extensions/UriExtensionsTest.cs | 16 +++------------- .../LoadBalancer/RoundRobinLoadBalancerTest.cs | 16 +++------------- .../test/Common.Test/Net/InetUtilsTest.cs | 16 +++------------- .../Common.Test/Options/AbstractOptionsTest.cs | 16 +++------------- .../test/Common.Test/Options/TestOptions.cs | 16 +++------------- src/Common/test/Common.Test/PlatformTest.cs | 16 +++------------- .../test/Common.Test/SecurityUtilitiesTest.cs | 16 +++------------- .../CloudFoundryContainerBuilderExtensions.cs | 16 +++------------- .../CloudFoundryBase/AbstractServiceOptions.cs | 16 +++------------- .../CloudFoundryApplicationOptions.cs | 16 +++------------- ...loudFoundryConfigurationBuilderExtensions.cs | 16 +++------------- .../CloudFoundryConfigurationProvider.cs | 16 +++------------- .../CloudFoundryConfigurationSource.cs | 16 +++------------- .../CloudFoundryEnvironmentSettingsReader.cs | 16 +++------------- .../CloudFoundryMemorySettingsReader.cs | 16 +++------------- .../CloudFoundryServicesOptions.cs | 16 +++------------- .../src/CloudFoundryBase/Credential.cs | 16 +++------------- .../src/CloudFoundryBase/CredentialConverter.cs | 16 +++------------- .../ICloudFoundrySettingsReader.cs | 16 +++------------- .../JsonStreamConfigurationProvider.cs | 16 +++------------- .../JsonStreamConfigurationSource.cs | 16 +++------------- .../src/CloudFoundryBase/Limits.cs | 16 +++------------- .../CloudFoundryBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/CloudFoundryBase/Service.cs | 16 +++------------- .../CloudFoundryHostBuilderExtensions.cs | 16 +++------------- .../CloudFoundryServiceCollectionExtensions.cs | 16 +++------------- .../CloudFoundryCore/Properties/AssemblyInfo.cs | 16 +++------------- .../ConfigServerContainerBuilderExtensions.cs | 16 +++------------- .../src/ConfigServerBase/ConfigEnvironment.cs | 16 +++------------- .../ConfigServerClientSettings.cs | 16 +++------------- .../ConfigServerClientSettingsOptions.cs | 16 +++------------- ...onfigServerConfigurationBuilderExtensions.cs | 16 +++------------- .../ConfigServerConfigurationProvider.cs | 16 +++------------- .../ConfigServerConfigurationSource.cs | 16 +++------------- .../ConfigServerDiscoveryService.cs | 16 +++------------- .../ConfigServerBase/ConfigServerException.cs | 16 +++------------- .../ConfigServerHealthContributor.cs | 16 +++------------- .../ConfigurationSettingsHelper.cs | 16 +++------------- .../ConfigServerBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/ConfigServerBase/PropertySource.cs | 16 +++------------- .../SpringCloudConfigDiscovery.cs | 16 +++------------- .../ConfigServerBase/SpringCloudConfigHealth.cs | 16 +++------------- .../ConfigServerBase/SpringCloudConfigRetry.cs | 16 +++------------- ...gServerConfigurationBuilderExtensionsCore.cs | 16 +++------------- .../ConfigServerHostBuilderExtensions.cs | 16 +++------------- .../ConfigServerServiceCollectionExtensions.cs | 16 +++------------- .../ConfigServerCore/Properties/AssemblyInfo.cs | 16 +++------------- .../PlaceholderResolverExtensions.cs | 16 +++------------- .../PlaceholderResolverProvider.cs | 16 +++------------- .../PlaceholderResolverSource.cs | 16 +++------------- .../PlaceholderBase/Properties/AssemblyInfo.cs | 16 +++------------- .../PlaceholderResolverExtensions.cs | 16 +++------------- .../PlaceholderCore/Properties/AssemblyInfo.cs | 16 +++------------- .../RandomValueBase/Properties/AssemblyInfo.cs | 16 +++------------- .../RandomValueBase/RandomValueExtensions.cs | 16 +++------------- .../src/RandomValueBase/RandomValueProvider.cs | 16 +++------------- .../src/RandomValueBase/RandomValueSource.cs | 16 +++------------- ...loudFoundryContainerBuilderExtensionsTest.cs | 16 +++------------- .../AbstractServiceOptionsTest.cs | 16 +++------------- .../CloudFoundryApplicationOptionsTest.cs | 16 +++------------- ...FoundryConfigurationBuilderExtensionsTest.cs | 16 +++------------- .../CloudFoundryServiceOptionsTest.cs | 16 +++------------- .../CloudfoundryConfigurationProviderTest.cs | 16 +++------------- .../JsonStreamConfigurationProviderTest.cs | 16 +++------------- .../JsonStreamConfigurationSourceTest.cs | 16 +++------------- .../CloudFoundryBase.Test/MySqlCredentials.cs | 16 +++------------- .../CloudFoundryBase.Test/MySqlServiceOption.cs | 16 +++------------- .../CloudFoundryHostBuilderExtensionsTest.cs | 16 +++------------- ...oudFoundryServiceCollectionExtensionsTest.cs | 16 +++------------- .../CloudFoundryCore.Test/MySqlCredentials.cs | 16 +++------------- .../CloudFoundryCore.Test/MySqlServiceOption.cs | 17 ++++------------- .../CloudFoundryCore.Test/TestServerStartup.cs | 16 +++------------- ...verConfigurationExtensionsIntegrationTest.cs | 16 +++------------- .../ConfigServerDataAsOptions.cs | 16 +++------------- .../test/ConfigServer.ITest/HomeController.cs | 16 +++------------- .../test/ConfigServer.ITest/Info.cs | 16 +++------------- .../ConfigServer.ITest/TestServerStartup.cs | 16 +++------------- ...ConfigurationBuilderExtensionsAutofacTest.cs | 16 +++------------- ...onfigServerContainerBuilderExtensionsTest.cs | 16 +++------------- .../ConfigServerClientSettingsTest.cs | 16 +++------------- ...gServerConfigurationBuilderExtensionsTest.cs | 16 +++------------- .../ConfigServerConfigurationProviderTest.cs | 16 +++------------- .../ConfigServerConfigurationSourceTest.cs | 16 +++------------- .../ConfigServerDiscoveryServiceTest.cs | 16 +++------------- .../ConfigServerHealthContributorTest.cs | 16 +++------------- .../ConfigurationSettingsHelperTest.cs | 16 +++------------- .../CustomCloudFoundrySettingsReader.cs | 16 +++------------- .../ConfigServerBase.Test/HttpRequestInfo.cs | 16 +++------------- .../TestConfigServerStartup.cs | 16 +++------------- .../test/ConfigServerBase.Test/TestHelper.cs | 16 +++------------- .../ConfigServerClientSettingsOptionsTest.cs | 16 +++------------- ...verConfigurationBuilderExtensionsCoreTest.cs | 16 +++------------- .../ConfigServerHostBuilderExtensionsTest.cs | 16 +++------------- ...nfigServerServiceCollectionExtensionsTest.cs | 16 +++------------- .../TestConfigServerStartup.cs | 16 +++------------- .../PlaceholderResolverExtensionsTest.cs | 16 +++------------- .../PlaceholderResolverProviderTest.cs | 16 +++------------- .../PlaceholderResolverSourceTest.cs | 16 +++------------- ...laceholderServiceCollectionExtensionsTest.cs | 16 +++------------- .../PlaceholderCore.Test/TestServerStartup.cs | 16 +++------------- .../PlaceholderCore.Test/TestServerStartup1.cs | 16 +++------------- .../RandomValueExtensionsTest.cs | 16 +++------------- .../RandomValueProviderTest.cs | 16 +++------------- .../RandomValueSourceTest.cs | 16 +++------------- .../MySqlDbContextContainerBuilderExtensions.cs | 16 +++------------- ...OracleDbContextContainerBuilderExtensions.cs | 16 +++------------- ...ServerDbContextContainerBuilderExtensions.cs | 16 +++------------- ...MySqlDbContextServiceCollectionExtensions.cs | 16 +++------------- ...racleDbContextServiceCollectionExtensions.cs | 16 +++------------- ...erverDbContextServiceCollectionExtensions.cs | 16 +++------------- .../EntityFrameworkCoreTypeLocator.cs | 16 +++------------- .../Connector.EFCore/MigrateDbContextTask.cs | 16 +++------------- .../MySqlDbContextOptionsExtensions.cs | 16 +++------------- .../OracleDbContextOptionsExtensions.cs | 16 +++------------- .../PostgresDbContextOptionsExtensions.cs | 16 +++------------- .../Connector.EFCore/Properties/AssemblyInfo.cs | 16 +++------------- .../SqlServerDbContextOptionsExtensions.cs | 16 +++------------- .../GemFireContainerBuilderExtensions.cs | 16 +++------------- .../HystrixContainerBuilderExtensions.cs | 16 +++------------- .../MongoDbContainerBuilderExtensions.cs | 16 +++------------- .../MySqlContainerBuilderExtensions.cs | 16 +++------------- .../OAuthContainerBuilderExtensions.cs | 16 +++------------- .../OracleContainerBuilderExtensions.cs | 16 +++------------- .../PostgreSqlContainerBuilderExtensions.cs | 16 +++------------- .../RabbitMQContainerBuilderExtensions.cs | 16 +++------------- .../RedisContainerBuilderExtensions.cs | 16 +++------------- .../SqlServerContainerBuilderExtensions.cs | 16 +++------------- .../AbstractServiceConnectorOptions.cs | 16 +++------------- .../App/ApplicationInstanceInfo.cs | 16 +++------------- .../App/IApplicationInstanceInfo.cs | 16 +++------------- .../ConnectorBase/Cache/GemFireConfigurer.cs | 16 +++------------- .../Cache/GemFireConnectorFactory.cs | 16 +++------------- .../Cache/GemFireConnectorOptions.cs | 16 +++------------- .../ConnectorBase/Cache/GemFireTypeLocator.cs | 16 +++------------- .../Cache/RedisCacheConfigurationExtensions.cs | 16 +++------------- .../ConnectorBase/Cache/RedisCacheConfigurer.cs | 16 +++------------- .../Cache/RedisCacheConnectorOptions.cs | 16 +++------------- .../ConnectorBase/Cache/RedisConnectionInfo.cs | 16 +++------------- .../Cache/RedisHealthContributor.cs | 16 +++------------- .../Cache/RedisServiceConnectorFactory.cs | 16 +++------------- .../src/ConnectorBase/Cache/RedisTypeLocator.cs | 16 +++------------- .../CircuitBreaker/HystrixConnectionFactory.cs | 16 +++------------- .../CircuitBreaker/HystrixProviderConfigurer.cs | 16 +++------------- .../HystrixProviderConnectorFactory.cs | 16 +++------------- .../HystrixProviderConnectorOptions.cs | 16 +++------------- .../CloudFoundryServiceInfoCreator.cs | 16 +++------------- .../ConnectorBase/ConnectionStringManager.cs | 16 +++------------- .../src/ConnectorBase/ConnectorException.cs | 16 +++------------- .../src/ConnectorBase/ConnectorHelpers.cs | 16 +++------------- .../src/ConnectorBase/ConnectorIOptions.cs | 16 +++------------- .../CosmosDb/CosmosDbConnectionInfo.cs | 16 +++------------- .../CosmosDb/CosmosDbConnectorFactory.cs | 16 +++------------- .../CosmosDb/CosmosDbConnectorOptions.cs | 16 +++------------- .../CosmosDb/CosmosDbProviderConfigurer.cs | 16 +++------------- .../CosmosDb/CosmosDbReadOnlyConnectionInfo.cs | 16 +++------------- .../CosmosDb/CosmosDbTypeLocator.cs | 16 +++------------- .../DocumentDB/MongoDb/MongoDbConnectionInfo.cs | 16 +++------------- .../MongoDb/MongoDbConnectorFactory.cs | 16 +++------------- .../MongoDb/MongoDbConnectorOptions.cs | 16 +++------------- .../MongoDb/MongoDbHealthContributor.cs | 16 +++------------- .../MongoDb/MongoDbProviderConfigurer.cs | 16 +++------------- .../DocumentDB/MongoDb/MongoDbTypeLocator.cs | 16 +++------------- .../ConnectorBase/IConfigurationExtensions.cs | 16 +++------------- .../src/ConnectorBase/IConnectionInfo.cs | 16 +++------------- .../src/ConnectorBase/OAuth/OAuthConfigurer.cs | 16 +++------------- .../OAuth/OAuthConnectorDefaults.cs | 16 +++------------- .../OAuth/OAuthConnectorFactory.cs | 16 +++------------- .../OAuth/OAuthConnectorOptions.cs | 16 +++------------- .../ConnectorBase/OAuth/OAuthServiceOptions.cs | 16 +++------------- .../ConnectorBase/Properties/AssemblyInfo.cs | 16 +++------------- .../Queue/RabbitMQConnectionInfo.cs | 16 +++------------- .../Queue/RabbitMQHealthContributor.cs | 16 +++------------- .../Queue/RabbitMQProviderConfigurer.cs | 16 +++------------- .../Queue/RabbitMQProviderConnectorFactory.cs | 16 +++------------- .../Queue/RabbitMQProviderConnectorOptions.cs | 16 +++------------- .../ConnectorBase/Queue/RabbitMQTypeLocator.cs | 16 +++------------- .../MySql/EF6/MySqlDbContextConnectorFactory.cs | 16 +++------------- .../Relational/MySql/MySqlConnectionInfo.cs | 16 +++------------- .../Relational/MySql/MySqlProviderConfigurer.cs | 16 +++------------- .../MySql/MySqlProviderConnectorFactory.cs | 16 +++------------- .../MySql/MySqlProviderConnectorOptions.cs | 16 +++------------- .../Relational/MySql/MySqlTypeLocator.cs | 16 +++------------- .../EF6/OracleDbContextConnectorFactory.cs | 16 +++------------- .../Oracle/OracleProviderConfigurer.cs | 16 +++------------- .../Oracle/OracleProviderConnectorFactory.cs | 16 +++------------- .../Oracle/OracleProviderConnectorOptions.cs | 16 +++------------- .../Relational/Oracle/OracleTypeLocator.cs | 16 +++------------- .../PostgreSQL/PostgreSqlTypeLocator.cs | 16 +++------------- .../PostgreSQL/PostgresConnectionInfo.cs | 16 +++------------- .../PostgreSQL/PostgresProviderConfigurer.cs | 16 +++------------- .../PostgresProviderConnectorFactory.cs | 16 +++------------- .../PostgresProviderConnectorOptions.cs | 16 +++------------- .../Relational/RelationalHealthContributor.cs | 16 +++------------- .../EF6/SqlServerDbContextConnectorFactory.cs | 16 +++------------- .../SqlServer/SqlServerConnectionInfo.cs | 16 +++------------- .../SqlServer/SqlServerProviderConfigurer.cs | 16 +++------------- .../SqlServerProviderConnectorFactory.cs | 16 +++------------- .../SqlServerProviderConnectorOptions.cs | 16 +++------------- .../SqlServer/SqlServerTypeLocator.cs | 16 +++------------- .../Services/CosmosDbServiceInfo.cs | 16 +++------------- .../Services/CosmosDbServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/DB2ServiceInfo.cs | 16 +++------------- .../Services/DB2ServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/EurekaServiceInfo.cs | 16 +++------------- .../Services/EurekaServiceInfoFactory.cs | 16 +++------------- .../Services/GemFireServiceInfo.cs | 16 +++------------- .../Services/GemFireServiceInfoFactory.cs | 16 +++------------- .../Services/HystrixRabbitMQServiceInfo.cs | 16 +++------------- .../HystrixRabbitMQServiceInfoFactory.cs | 16 +++------------- .../src/ConnectorBase/Services/IServiceInfo.cs | 16 +++------------- .../Services/IServiceInfoFactory.cs | 16 +++------------- .../Services/MongoDbServiceInfo.cs | 16 +++------------- .../Services/MongoDbServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/MySqlServiceInfo.cs | 16 +++------------- .../Services/MySqlServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/OracleServiceInfo.cs | 16 +++------------- .../Services/OracleServiceInfoFactory.cs | 16 +++------------- .../Services/PostgresServiceInfo.cs | 16 +++------------- .../Services/PostgresServiceInfoFactory.cs | 16 +++------------- .../Services/RabbitMQServiceInfo.cs | 16 +++------------- .../Services/RabbitMQServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/RedisServiceInfo.cs | 16 +++------------- .../Services/RedisServiceInfoFactory.cs | 16 +++------------- .../Services/RelationalServiceInfoFactory.cs | 16 +++------------- .../src/ConnectorBase/Services/ServiceInfo.cs | 16 +++------------- .../Services/ServiceInfoFactory.cs | 16 +++------------- .../Services/ServiceInfoFactoryAttribute.cs | 16 +++------------- .../Services/SqlServerServiceInfo.cs | 16 +++------------- .../Services/SqlServerServiceInfoFactory.cs | 16 +++------------- .../ConnectorBase/Services/SsoServiceInfo.cs | 16 +++------------- .../Services/SsoServiceInfoFactory.cs | 16 +++------------- .../src/ConnectorBase/Services/Tags.cs | 16 +++------------- .../src/ConnectorBase/Services/UriInfo.cs | 16 +++------------- .../ConnectorBase/Services/UriServiceInfo.cs | 16 +++------------- .../GemFireServiceCollectionExtensions.cs | 16 +++------------- ...ystrixProviderServiceCollectionExtensions.cs | 16 +++------------- ...ongoDbProviderServiceCollectionExtensions.cs | 16 +++------------- .../MySqlProviderServiceCollectionExtensions.cs | 16 +++------------- .../MySqlServiceCollectionExtensions.cs | 16 +++------------- .../OAuthServiceCollectionExtensions.cs | 16 +++------------- ...OracleProviderServiceCollectionExtensions.cs | 16 +++------------- .../OracleServiceCollectionExtensions.cs | 16 +++------------- ...stgresProviderServiceCollectionExtensions.cs | 16 +++------------- .../PostgresServiceCollectionExtensions.cs | 16 +++------------- ...bbitMQProviderServiceCollectionExtensions.cs | 16 +++------------- .../RedisCacheServiceCollectionExtensions.cs | 16 +++------------- ...ServerProviderServiceCollectionExtensions.cs | 16 +++------------- .../SqlServerServiceCollectionExtensions.cs | 16 +++------------- .../GoodMySqlDbContext.cs | 16 +++------------- .../GoodOracleDbContextcs.cs | 16 +++------------- .../GoodSqlServerDbContext.cs | 16 +++------------- ...qlDbContextContainerBuilderExtensionsTest.cs | 16 +++------------- .../MySqlTypeLocatorTest.cs | 16 +++------------- ...leDbContextContainerBuilderExtensionsTest.cs | 16 +++------------- ...erDbContextContainerBuilderExtensionsTest.cs | 16 +++------------- .../BadMySqlDbContext.cs | 16 +++------------- .../BadOracleDbContext.cs | 16 +++------------- .../BadSqlServerDbContext.cs | 16 +++------------- .../Good2MySqlDbContext.cs | 16 +++------------- .../Good2SqlServerDbContext.cs | 16 +++------------- .../GoodMySqlDbContext.cs | 16 +++------------- .../GoodOracleDbContext.cs | 16 +++------------- .../GoodSqlServerDbContext.cs | 16 +++------------- .../MySqlDbContextConnectorFactoryTest.cs | 16 +++------------- ...lDbContextServiceCollectionExtensionsTest.cs | 16 +++------------- .../MySqlTestHelpers.cs | 16 +++------------- .../MySqlTypeLocatorTest.cs | 16 +++------------- .../OracleDbContextConnectorFactoryTest.cs | 16 +++------------- ...eDbContextServiceCollectionExtensionsTest.cs | 16 +++------------- .../SqlServerDbContextConnectorFactoryTest.cs | 16 +++------------- ...rDbContextServiceCollectionExtensionsTest.cs | 16 +++------------- .../SqlServerTestHelpers.cs | 16 +++------------- .../Connector.EF6Core.Net4Test/TestHelpers.cs | 16 +++------------- .../EntityFrameworkCoreTypeLocatorTest.cs | 16 +++------------- .../test/Connector.EFCore.Test/GoodDbContext.cs | 16 +++------------- .../MySqlDbContextOptionsExtensionsTest.cs | 16 +++------------- .../Connector.EFCore.Test/MySqlTestHelpers.cs | 16 +++------------- .../MySqlTypeLocatorTest.cs | 16 +++------------- .../OracleDbContextOptionsExtensionsTest.cs | 16 +++------------- .../PostgresDbContextOptionsExtensionsTest.cs | 16 +++------------- .../PostgresTestHelpers.cs | 16 +++------------- .../SqlServerDbContextOptionsExtensionsTest.cs | 16 +++------------- .../SqlServerTestHelpers.cs | 16 +++------------- .../test/Connector.EFCore.Test/TestHelpers.cs | 16 +++------------- .../HystrixContainerBuilderExtensionsTest.cs | 16 +++------------- .../MongoDbContainerBuilderExtensionsTest.cs | 16 +++------------- .../MySqlContainerBuilderExtensionsTest.cs | 16 +++------------- .../MySqlTypeLocatorTest.cs | 16 +++------------- .../OAuthContainerBuilderExtensionsTest.cs | 16 +++------------- .../OracleContainerBuilderExtensionsTest.cs | 16 +++------------- .../PostgreSqlContainerBuilderExtensionsTest.cs | 16 +++------------- .../RabbitMQContainerBuilderExtensionsTest.cs | 16 +++------------- .../RedisContainerBuilderExtensionsTest.cs | 16 +++------------- .../SqlServerContainerBuilderExtensionsTest.cs | 16 +++------------- .../test/ConnectorAutofac.Test/TestHelpers.cs | 16 +++------------- .../AbstractServiceConfigurationTest.cs | 16 +++------------- .../App/ApplicationInstanceInfoTest.cs | 16 +++------------- .../Cache/GemFireConnectorOptionsTest.cs | 16 +++------------- .../Cache/RedisCacheConfigurerTest.cs | 16 +++------------- .../Cache/RedisCacheConnectorOptionsTest.cs | 16 +++------------- .../Cache/RedisCacheTestHelpers.cs | 16 +++------------- .../Cache/RedisHealthContributorTest.cs | 16 +++------------- .../Cache/RedisServiceConnectorFactoryTest.cs | 16 +++------------- .../Cache/RedisTypeLocatorTest.cs | 16 +++------------- .../HystrixProviderConfigurationTest.cs | 16 +++------------- .../HystrixProviderConfigurerTest.cs | 16 +++------------- .../HystrixProviderConnectorFactoryTest.cs | 16 +++------------- .../CloudFoundryServiceInfoCreatorTest.cs | 16 +++------------- .../ConnectorExceptionTest.cs | 16 +++------------- .../CosmosDb/CosmosDbConnectorFactoryTest.cs | 16 +++------------- .../CosmosDb/CosmosDbConnectorOptionsTest.cs | 16 +++------------- .../CosmosDb/CosmosDbProviderConfigurerTest.cs | 16 +++------------- .../CosmosDb/CosmosDbTestHelpers.cs | 16 +++------------- .../MongoDb/MongoDbConnectorFactoryTest.cs | 16 +++------------- .../MongoDb/MongoDbConnectorOptionsTest.cs | 16 +++------------- .../MongoDb/MongoDbHealthContributorTest.cs | 16 +++------------- .../MongoDb/MongoDbProviderConfigurerTest.cs | 16 +++------------- .../DocumentDB/MongoDb/MongoDbTestHelpers.cs | 16 +++------------- .../MongoDb/MongoDbTypeLocatorTest.cs | 16 +++------------- .../OAuth/OAuthConfigurerTest.cs | 16 +++------------- .../OAuth/OAuthConnectorFactoryTest.cs | 16 +++------------- .../OAuth/OAuthConnectorOptionsTest.cs | 16 +++------------- .../Queue/RabbitMQConfigurerTest.cs | 16 +++------------- .../Queue/RabbitMQHealthContributorTest.cs | 16 +++------------- .../RabbitMQProviderConnectorOptionsTest.cs | 16 +++------------- .../RabbitMQServiceConnectorFactoryTest.cs | 16 +++------------- .../Queue/RabbitMQTypeLocatorTest.cs | 16 +++------------- .../MySql/MySqlProviderConfigurerTest.cs | 16 +++------------- .../MySql/MySqlProviderConnectorFactoryTest.cs | 16 +++------------- .../MySql/MySqlProviderConnectorOptionsTest.cs | 16 +++------------- .../Relational/MySql/MySqlTestHelpers.cs | 16 +++------------- .../Relational/MySql/MySqlTypeLocatorTest.cs | 16 +++------------- .../Oracle/OracleProviderConfigurerTest.cs | 16 +++------------- .../OracleProviderConnectorFactoryTest.cs | 16 +++------------- .../OracleProviderConnectorOptionsTest.cs | 16 +++------------- .../Relational/Oracle/OracleTypeLocatorTest.cs | 16 +++------------- .../PostgreSQL/PostgreSqlTypeLocatorTest.cs | 16 +++------------- .../PostgresProviderConfigurerTest.cs | 16 +++------------- .../PostgresProviderConnectorFactoryTest.cs | 16 +++------------- .../PostgresProviderConnectorOptionsTest.cs | 16 +++------------- .../PostgreSQL/PostgresTestHelpers.cs | 16 +++------------- .../RelationalHealthContributorTest.cs | 16 +++------------- .../SqlServerProviderConfigurerTest.cs | 16 +++------------- .../SqlServerProviderConnectorFactoryTest.cs | 16 +++------------- .../SqlServerProviderConnectorOptionsTest.cs | 16 +++------------- .../SqlServer/SqlServerTestHelpers.cs | 16 +++------------- .../SqlServer/SqlServerTypeLocatorTest.cs | 16 +++------------- .../Services/DB2ServiceInfoFactoryTest.cs | 16 +++------------- .../Services/DB2ServiceInfoTest.cs | 16 +++------------- .../Services/EurekaServiceInfoFactoryTest.cs | 16 +++------------- .../Services/EurekaServiceInfoTest.cs | 16 +++------------- .../Services/GemFireServiceInfoFactoryTest.cs | 16 +++------------- .../Services/GemFireServiceInfoTest.cs | 16 +++------------- .../HystrixRabbitMQServiceInfoFactoryTest.cs | 16 +++------------- .../Services/HystrixRabbitMQServiceInfoTest.cs | 16 +++------------- .../Services/MongoDbServiceInfoFactoryTest.cs | 16 +++------------- .../Services/MongoDbServiceInfoTest.cs | 16 +++------------- .../Services/MySqlServiceInfoFactoryTest.cs | 16 +++------------- .../Services/MySqlServiceInfoTest.cs | 16 +++------------- .../Services/OracleServiceInfoFactoryTest.cs | 16 +++------------- .../Services/OracleServiceInfoTest.cs | 16 +++------------- .../Services/PostgresServiceInfoFactoryTest.cs | 16 +++------------- .../Services/PostgresServiceInfoTest.cs | 16 +++------------- .../Services/RabbitMQServiceInfoFactoryTest.cs | 16 +++------------- .../Services/RabbitMQServiceInfoTest.cs | 16 +++------------- .../Services/RedisServiceInfoFactoryTest.cs | 16 +++------------- .../Services/RedisServiceInfoTest.cs | 16 +++------------- .../Services/ServiceInfoFactoryTest.cs | 16 +++------------- .../Services/ServiceInfoTest.cs | 16 +++------------- .../Services/SqlServerInfoFactoryTest.cs | 16 +++------------- .../Services/SqlServerInfoTest.cs | 16 +++------------- .../Services/SsoServiceInfoFactoryTest.cs | 16 +++------------- .../Services/SsoServiceInfoTest.cs | 16 +++------------- .../ConnectorBase.Test/Services/TagsTest.cs | 16 +++------------- .../Services/TestServiceInfo.cs | 16 +++------------- .../Services/TestServiceInfoFactory.cs | 16 +++------------- .../Services/TestUriServiceInfo.cs | 16 +++------------- .../ConnectorBase.Test/Services/UriInfoTest.cs | 16 +++------------- .../Services/UriServiceInfoTest.cs | 16 +++------------- .../test/ConnectorBase.Test/TestHelpers.cs | 16 +++------------- .../TestServiceConfiguration.cs | 16 +++------------- .../ConnectionStringManagerTest.cs | 16 +++------------- .../ConnectorCore.Test/ConnectorIOptionsTest.cs | 16 +++------------- ...ixProviderServiceCollectionExtensionsTest.cs | 16 +++------------- ...DbProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConnectorCore.Test/MongoDbTestHelpers.cs | 16 +++------------- ...qlProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../MySqlServiceCollectionExtensionsTest.cs | 16 +++------------- .../test/ConnectorCore.Test/MySqlTestHelpers.cs | 16 +++------------- .../ConnectorCore.Test/MySqlTypeLocatorTest.cs | 16 +++------------- .../OAuthServiceCollectionExtensionsTest.cs | 16 +++------------- ...leProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../OracleServiceCollectionExtensionsTest.cs | 16 +++------------- ...PostgreSqlServiceCollectionExtensionsTest.cs | 16 +++------------- ...esProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConnectorCore.Test/PostgresTestHelpers.cs | 16 +++------------- .../RabbitMQServiceCollectionExtensionsTest.cs | 16 +++------------- .../RedisCacheConfigurationExtensionsTest.cs | 16 +++------------- ...RedisCacheServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConnectorCore.Test/RedisCacheTestHelpers.cs | 16 +++------------- ...erProviderServiceCollectionExtensionsTest.cs | 16 +++------------- .../SqlServerServiceCollectionExtensionsTest.cs | 16 +++------------- .../ConnectorCore.Test/SqlServerTestHelpers.cs | 16 +++------------- .../test/ConnectorCore.Test/TestHelpers.cs | 16 +++------------- .../BadConstructorAuthInitializer.cs | 16 +++------------- .../GemFireAuth/BasicAuthInitialize.cs | 16 +++------------- .../GemFireContainerBuilderExtensionsTest.cs | 16 +++------------- .../GemFireServiceCollectionExtensionsTest.cs | 16 +++------------- .../GemFireTestHelpers.cs | 16 +++------------- .../GemFireTypeLocatorTest.cs | 16 +++------------- .../GemFireConnector.Net4Test/TestHelpers.cs | 16 +++------------- .../DiscoveryContainerBuilderExtensions.cs | 16 +++------------- .../DiscoveryApplicationBuilderExtensions.cs | 16 +++------------- .../ClientCore/DiscoveryClientStartupFilter.cs | 16 +++------------- .../DiscoveryHostBuilderExtensions.cs | 16 +++------------- .../DiscoveryServiceCollectionExtensions.cs | 16 +++------------- .../src/ClientCore/Properties/AssemblyInfo.cs | 16 +++------------- .../ScopedEurekaHealthCheckHandler.cs | 16 +++------------- .../src/ConsulBase/ConsulClientFactory.cs | 16 +++------------- src/Discovery/src/ConsulBase/ConsulOptions.cs | 16 +++------------- .../Discovery/ConsulDiscoveryClient.cs | 16 +++------------- .../Discovery/ConsulDiscoveryOptions.cs | 16 +++------------- .../Discovery/ConsulHealthContributor.cs | 16 +++------------- .../Discovery/ConsulHeartbeatOptions.cs | 16 +++------------- .../ConsulBase/Discovery/ConsulRetryOptions.cs | 16 +++------------- .../Discovery/ConsulServiceInstance.cs | 16 +++------------- .../Discovery/IConsulDiscoveryClient.cs | 16 +++------------- .../src/ConsulBase/Discovery/IScheduler.cs | 16 +++------------- .../ConsulBase/Discovery/ThisServiceInstance.cs | 16 +++------------- .../src/ConsulBase/Discovery/TtlScheduler.cs | 16 +++------------- .../src/ConsulBase/Properties/AssemblyInfo.cs | 16 +++------------- .../ConsulBase/Registry/ConsulRegistration.cs | 16 +++------------- .../Registry/ConsulServiceRegistrar.cs | 16 +++------------- .../Registry/ConsulServiceRegistry.cs | 16 +++------------- .../ConsulBase/Registry/IConsulRegistration.cs | 16 +++------------- .../Registry/IConsulServiceRegistrar.cs | 16 +++------------- .../Registry/IConsulServiceRegistry.cs | 16 +++------------- .../ConsulBase/Registry/IServiceRegistrar.cs | 16 +++------------- .../src/ConsulBase/Util/ConsulServerUtils.cs | 16 +++------------- .../src/ConsulBase/Util/DateTimeConversions.cs | 16 +++------------- .../src/EurekaBase/AppInfo/Application.cs | 16 +++------------- .../src/EurekaBase/AppInfo/Applications.cs | 16 +++------------- .../src/EurekaBase/AppInfo/DataCenterInfo.cs | 16 +++------------- .../src/EurekaBase/AppInfo/DataCenterName.cs | 16 +++------------- .../src/EurekaBase/AppInfo/IDataCenterInfo.cs | 16 +++------------- .../src/EurekaBase/AppInfo/InstanceInfo.cs | 16 +++------------- .../src/EurekaBase/AppInfo/LeaseInfo.cs | 16 +++------------- .../src/EurekaBase/ApplicationInfoManager.cs | 16 +++------------- src/Discovery/src/EurekaBase/DiscoveryClient.cs | 16 +++------------- .../src/EurekaBase/DiscoveryManager.cs | 16 +++------------- .../EurekaBase/EurekaApplicationInfoManager.cs | 16 +++------------- .../EurekaApplicationsHealthContributor.cs | 16 +++------------- .../src/EurekaBase/EurekaClientConfig.cs | 16 +++------------- .../src/EurekaBase/EurekaClientOptions.cs | 16 +++------------- .../src/EurekaBase/EurekaClientService.cs | 16 +++------------- .../src/EurekaBase/EurekaDiscoveryClient.cs | 16 +++------------- .../src/EurekaBase/EurekaDiscoveryManager.cs | 16 +++------------- .../src/EurekaBase/EurekaHealthCheckHandler.cs | 16 +++------------- .../src/EurekaBase/EurekaInstanceConfig.cs | 16 +++------------- .../src/EurekaBase/EurekaInstanceOptions.cs | 16 +++------------- .../src/EurekaBase/EurekaPostConfigurer.cs | 16 +++------------- .../EurekaBase/EurekaServerHealthContributor.cs | 16 +++------------- .../src/EurekaBase/EurekaServiceInstance.cs | 16 +++------------- src/Discovery/src/EurekaBase/IEurekaClient.cs | 16 +++------------- .../src/EurekaBase/IEurekaClientConfig.cs | 16 +++------------- .../IEurekaDiscoveryClientHandlerProvider.cs | 16 +++------------- .../src/EurekaBase/IEurekaInstanceConfig.cs | 16 +++------------- .../src/EurekaBase/IHealthCheckHandler.cs | 16 +++------------- src/Discovery/src/EurekaBase/ILookupService.cs | 16 +++------------- .../src/EurekaBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/EurekaBase/StatusChangedArgs.cs | 16 +++------------- src/Discovery/src/EurekaBase/Task/TimedTask.cs | 16 +++------------- .../src/EurekaBase/ThisServiceInstance.cs | 16 +++------------- .../EurekaBase/Transport/EurekaHttpClient.cs | 16 +++------------- .../EurekaBase/Transport/EurekaHttpResponse.cs | 16 +++------------- .../Transport/EurekaTransportException.cs | 16 +++------------- .../EurekaBase/Transport/IEurekaHttpClient.cs | 16 +++------------- .../src/EurekaBase/Transport/JsonApplication.cs | 16 +++------------- .../Transport/JsonApplicationConverter.cs | 16 +++------------- .../EurekaBase/Transport/JsonApplicationRoot.cs | 16 +++------------- .../EurekaBase/Transport/JsonApplications.cs | 16 +++------------- .../Transport/JsonApplicationsRoot.cs | 16 +++------------- .../EurekaBase/Transport/JsonInstanceInfo.cs | 16 +++------------- .../Transport/JsonInstanceInfoConverter.cs | 16 +++------------- .../Transport/JsonInstanceInfoRoot.cs | 16 +++------------- .../src/EurekaBase/Transport/JsonLeaseInfo.cs | 16 +++------------- .../EurekaBase/Transport/JsonSerialization.cs | 16 +++------------- .../src/EurekaBase/Util/DateTimeConversions.cs | 16 +++------------- .../Util/DictionaryObjectConverter.cs | 16 +++------------- .../DiscoveryContainerBuilderExtensionsTest.cs | 16 +++------------- .../test/ClientAutofac.Test/TestHelpers.cs | 16 +++------------- .../DiscoveryHostBuilderExtensionsTest.cs | 16 +++------------- .../DiscoveryServiceCollectionExtensionsTest.cs | 16 +++------------- .../ClientCore.Test/TestApplicationLifetime.cs | 16 +++------------- .../ConsulBase.Test/ConsulClientFactoryTest.cs | 16 +++------------- .../test/ConsulBase.Test/ConsulOptionsTest.cs | 16 +++------------- .../Discovery/ConsulDiscoveryClientTest.cs | 16 +++------------- .../Discovery/ConsulDiscoveryOptionsTest.cs | 16 +++------------- .../Discovery/ConsulHealthContributorTest.cs | 16 +++------------- .../Discovery/ConsulHeartbeatOptionsTest.cs | 16 +++------------- .../Discovery/ConsulRetryOptionsTest.cs | 16 +++------------- .../Discovery/ConsulServiceInstanceTest.cs | 16 +++------------- .../Discovery/ThisServiceInstanceTest.cs | 16 +++------------- .../Discovery/TtlSchedulerTests.cs | 16 +++------------- .../Registry/ConsulRegistrationTest.cs | 16 +++------------- .../Registry/ConsulServiceRegistrarTest.cs | 16 +++------------- .../Registry/ConsulServiceRegistryTest.cs | 16 +++------------- .../Util/ConsulServerUtilsTest.cs | 16 +++------------- .../Util/DateTimeConversionsTest.cs | 16 +++------------- .../test/EurekaBase.Test/AbstractBaseTest.cs | 16 +++------------- .../EurekaBase.Test/AppInfo/ApplicationTest.cs | 16 +++------------- .../EurekaBase.Test/AppInfo/ApplicationsTest.cs | 16 +++------------- .../AppInfo/DataCenterInfoTest.cs | 16 +++------------- .../EurekaBase.Test/AppInfo/InstanceInfoTest.cs | 16 +++------------- .../EurekaBase.Test/AppInfo/LeaseInfoTest.cs | 16 +++------------- .../ApplicationInfoManagerTest.cs | 16 +++------------- .../test/EurekaBase.Test/DiscoveryClientTest.cs | 16 +++------------- .../EurekaBase.Test/DiscoveryManagerTest.cs | 16 +++------------- .../EurekaApplicationHealthContributorTest.cs | 16 +++------------- .../EurekaApplicationInfoManagerTest.cs | 16 +++------------- .../EurekaBase.Test/EurekaClientConfigTest.cs | 16 +++------------- .../EurekaBase.Test/EurekaClientOptionsTest.cs | 16 +++------------- .../EurekaBase.Test/EurekaClientServiceTest.cs | 16 +++------------- .../EurekaDiscoveryClientTest.cs | 16 +++------------- .../EurekaDiscoveryManagerTest.cs | 16 +++------------- .../EurekaHealthCheckHandlerTest.cs | 16 +++------------- .../EurekaBase.Test/EurekaInstanceConfigTest.cs | 16 +++------------- .../EurekaInstanceOptionsTest.cs | 16 +++------------- .../EurekaBase.Test/EurekaPostConfigurerTest.cs | 16 +++------------- .../EurekaServerHealthContributorTest.cs | 16 +++------------- .../test/EurekaBase.Test/HttpRequestInfo.cs | 16 +++------------- .../EurekaBase.Test/MyHealthCheckHandler.cs | 16 +++------------- .../test/EurekaBase.Test/Task/TimedTaskTest.cs | 16 +++------------- .../EurekaBase.Test/TestConfigServerStartup.cs | 16 +++------------- .../EurekaBase.Test/TestOptionMonitorWrapper.cs | 16 +++------------- .../Transport/EurekaHttpClientTest.cs | 16 +++------------- .../Transport/JsonApplicationRootTest.cs | 16 +++------------- .../Transport/JsonApplicationTest.cs | 16 +++------------- .../Transport/JsonApplicationsRootTest.cs | 16 +++------------- .../Transport/JsonApplicationsTest.cs | 16 +++------------- .../Transport/JsonInstanceInfoRootTest.cs | 16 +++------------- .../Transport/JsonInstanceInfoTest.cs | 16 +++------------- .../EurekaBase.Test/Transport/JsonLeaseTest.cs | 16 +++------------- .../Transport/JsonSerializationTest.cs | 16 +++------------- .../Util/DateTimeConversionsTest.cs | 16 +++------------- .../src/DynamicLogger/DynamicConsoleLogger.cs | 16 +++------------- .../DynamicConsoleLoggerProvider.cs | 16 +++------------- .../DynamicLogger/DynamicLoggerConfiguration.cs | 16 +++------------- .../DynamicLoggerHostBuilderExtensions.cs | 16 +++------------- .../src/DynamicLogger/DynamicLoggingBuilder.cs | 16 +++------------- .../src/DynamicLogger/IDynamicLoggerProvider.cs | 16 +++------------- .../DynamicLogger/IDynamicMessageProcessor.cs | 16 +++------------- .../src/DynamicLogger/ILoggerConfiguration.cs | 16 +++------------- .../SerilogDynamicLoggerCore/ISerilogOptions.cs | 16 +++------------- .../SerilogBuilderExtensions.cs | 16 +++------------- .../SerilogDynamicLoggerFactory.cs | 16 +++------------- .../SerilogDynamicProvider.cs | 16 +++------------- .../SerilogDynamicLoggerCore/SerilogOptions.cs | 16 +++------------- .../DynamicLogger.Test/ConsoleOutputBorrower.cs | 16 +++------------- .../DynamicLoggerHostBuilderExtensionsTest.cs | 16 +++------------- .../DynamicLoggerProviderTest.cs | 16 +++------------- .../DynamicLoggingBuilderTest.cs | 16 +++------------- .../test/DynamicLogger.Test/TestClass.cs | 16 +++------------- .../TestDynamicMessageProcessor.cs | 16 +++------------- .../test/DynamicLogger.Test/TestHelpers.cs | 16 +++------------- .../ConsoleOutputBorrower.cs | 16 +++------------- ...gDynamicLoggerConfigurationExtensionsTest.cs | 16 +++------------- .../SerilogDynamicLoggerProviderTest.cs | 16 +++------------- .../SerilogDynamicLoggingBuilderTest.cs | 16 +++------------- .../SerilogDynamicWebhostBuilderTest.cs | 16 +++------------- .../SerilogDynamicLoggerCore.Test/Startup.cs | 16 +++------------- .../SerilogDynamicLoggerCore.Test/TestClass.cs | 16 +++------------- .../SerilogDynamicLoggerCore.Test/TestSink.cs | 16 +++------------- .../CloudFoundryActuatorsStartupFilter.cs | 16 +++------------- .../CloudFoundryApplicationBuilderExtensions.cs | 16 +++------------- .../CloudFoundryHostBuilderExtensions.cs | 16 +++------------- .../CloudFoundryServiceCollectionExtensions.cs | 16 +++------------- src/Management/src/Diagnostics/MiniDumper.cs | 16 +++------------- .../src/Diagnostics/Properties/AssemblyInfo.cs | 16 +++------------- .../src/EndpointBase/AbstractEndpoint.cs | 16 +++------------- .../src/EndpointBase/AbstractEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/AbstractOptions.cs | 16 +++------------- .../src/EndpointBase/ActuatorMediaTypes.cs | 16 +++------------- .../CloudFoundry/CloudFoundryEndpoint.cs | 16 +++------------- .../CloudFoundry/CloudFoundryEndpointOptions.cs | 16 +++------------- .../CloudFoundryManagementOptions.cs | 16 +++------------- .../CloudFoundry/CloudFoundryOptions.cs | 16 +++------------- .../CloudFoundry/ICloudFoundryOptions.cs | 16 +++------------- .../src/EndpointBase/CloudFoundry/Link.cs | 16 +++------------- .../src/EndpointBase/CloudFoundry/Links.cs | 16 +++------------- .../EndpointBase/CloudFoundry/SecurityBase.cs | 16 +++------------- .../EndpointBase/CloudFoundry/SecurityResult.cs | 16 +++------------- .../DbMigrations/DbMigrationsDescriptor.cs | 16 +++------------- .../DbMigrations/DbMigrationsEndpoint.cs | 16 +++------------- .../DbMigrations/DbMigrationsEndpointOptions.cs | 16 +++------------- .../DbMigrations/IDbMigrationsOptions.cs | 16 +++------------- .../Diagnostics/DiagnosticServices.cs | 16 +++------------- .../src/EndpointBase/EndpointExtensions.cs | 16 +++------------- .../src/EndpointBase/Env/EnvEndpoint.cs | 16 +++------------- .../src/EndpointBase/Env/EnvEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Env/EnvOptions.cs | 16 +++------------- .../EndpointBase/Env/EnvironmentDescriptor.cs | 16 +++------------- .../Env/GenericHostingEnvironment.cs | 16 +++------------- .../src/EndpointBase/Env/IEnvOptions.cs | 16 +++------------- .../Env/PropertySourceDescriptor.cs | 16 +++------------- .../EndpointBase/Env/PropertyValueDescriptor.cs | 16 +++------------- .../src/EndpointBase/Env/Sanitizer.cs | 16 +++------------- src/Management/src/EndpointBase/Exposure.cs | 16 +++------------- .../Health/Contributor/DiskSpaceContributor.cs | 16 +++------------- .../Contributor/DiskSpaceContributorOptions.cs | 16 +++------------- .../Health/DefaultHealthAggregator.cs | 16 +++------------- .../src/EndpointBase/Health/HealthEndpoint.cs | 16 +++------------- .../Health/HealthEndpointOptions.cs | 16 +++------------- .../EndpointBase/Health/HealthJsonConverter.cs | 16 +++------------- .../src/EndpointBase/Health/HealthOptions.cs | 16 +++------------- .../EndpointBase/Health/IHealthAggregator.cs | 16 +++------------- .../src/EndpointBase/Health/IHealthOptions.cs | 16 +++------------- .../src/EndpointBase/Health/ShowDetails.cs | 16 +++------------- .../EndpointBase/HeapDump/HeapDumpEndpoint.cs | 16 +++------------- .../HeapDump/HeapDumpEndpointOptions.cs | 16 +++------------- .../EndpointBase/HeapDump/HeapDumpOptions.cs | 16 +++------------- .../src/EndpointBase/HeapDump/HeapDumper.cs | 16 +++------------- .../EndpointBase/HeapDump/IHeapDumpOptions.cs | 16 +++------------- .../src/EndpointBase/HeapDump/IHeapDumper.cs | 16 +++------------- .../EndpointBase/Hypermedia/ActuatorContext.cs | 16 +++------------- .../EndpointBase/Hypermedia/ActuatorEndpoint.cs | 16 +++------------- .../Hypermedia/ActuatorManagementOptions.cs | 16 +++------------- .../Hypermedia/HypermediaEndpointOptions.cs | 16 +++------------- .../Hypermedia/HypermediaService.cs | 16 +++------------- .../Hypermedia/IActuatorHypermediaOptions.cs | 16 +++------------- src/Management/src/EndpointBase/IEndpoint.cs | 16 +++------------- .../src/EndpointBase/IEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/IManagementOptions.cs | 16 +++------------- .../AbstractConfigurationContributor.cs | 16 +++------------- .../Contributor/AppSettingsInfoContributor.cs | 16 +++------------- .../Info/Contributor/GitInfoContributor.cs | 16 +++------------- .../src/EndpointBase/Info/IInfoBuilder.cs | 16 +++------------- .../src/EndpointBase/Info/IInfoContributor.cs | 16 +++------------- .../src/EndpointBase/Info/IInfoOptions.cs | 16 +++------------- .../src/EndpointBase/Info/InfoBuilder.cs | 16 +++------------- .../src/EndpointBase/Info/InfoEndpoint.cs | 16 +++------------- .../EndpointBase/Info/InfoEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Info/InfoOptions.cs | 16 +++------------- .../src/EndpointBase/Loggers/ILoggersOptions.cs | 16 +++------------- .../src/EndpointBase/Loggers/LoggerLevels.cs | 16 +++------------- .../Loggers/LoggersChangeRequest.cs | 16 +++------------- .../src/EndpointBase/Loggers/LoggersEndpoint.cs | 16 +++------------- .../Loggers/LoggersEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Loggers/LoggersOptions.cs | 16 +++------------- .../EndpointBase/ManagementEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/ManagementOptions.cs | 16 +++------------- .../Mappings/ApplicationMappings.cs | 16 +++------------- .../EndpointBase/Mappings/ContextMappings.cs | 16 +++------------- .../EndpointBase/Mappings/IMappingsOptions.cs | 16 +++------------- .../src/EndpointBase/Mappings/IRouteDetails.cs | 16 +++------------- .../EndpointBase/Mappings/MappingDescription.cs | 16 +++------------- .../EndpointBase/Mappings/MappingsEndpoint.cs | 16 +++------------- .../Mappings/MappingsEndpointOptions.cs | 16 +++------------- .../EndpointBase/Mappings/MappingsOptions.cs | 16 +++------------- .../src/EndpointBase/MediaTypeVersion.cs | 16 +++------------- .../src/EndpointBase/Metrics/IMetricsOptions.cs | 16 +++------------- .../EndpointBase/Metrics/IMetricsResponse.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricSample.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricStatistic.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricTag.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricsEndpoint.cs | 16 +++------------- .../Metrics/MetricsEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricsHelpers.cs | 16 +++------------- .../Metrics/MetricsListNamesResponse.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricsOptions.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricsRequest.cs | 16 +++------------- .../src/EndpointBase/Metrics/MetricsResponse.cs | 16 +++------------- .../Metrics/Observer/CLRRuntimeObserver.cs | 16 +++------------- .../Metrics/Observer/CLRRuntimeSource.cs | 16 +++------------- .../Metrics/Observer/HttpClientCoreObserver.cs | 16 +++------------- .../Observer/HttpClientDesktopObserver.cs | 16 +++------------- .../Metrics/Observer/MetricsObserver.cs | 16 +++------------- .../Metrics/Prometheus/IPrometheusOptions.cs | 16 +++------------- .../Prometheus/PrometheusEndpointOptions.cs | 16 +++------------- .../Prometheus/PrometheusScraperEndpoint.cs | 16 +++------------- .../Middleware/EndpointMiddleware.cs | 16 +++------------- .../src/EndpointBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/EndpointBase/Refresh/IRefreshOptions.cs | 16 +++------------- .../src/EndpointBase/Refresh/RefreshEndpoint.cs | 16 +++------------- .../Refresh/RefreshEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Refresh/RefreshOptions.cs | 16 +++------------- .../src/EndpointBase/Security/EndpointClaim.cs | 16 +++------------- .../EndpointBase/Security/ISecurityContext.cs | 16 +++------------- .../src/EndpointBase/Security/Permissions.cs | 16 +++------------- .../ThreadDump/IThreadDumpOptions.cs | 16 +++------------- .../EndpointBase/ThreadDump/IThreadDumper.cs | 16 +++------------- .../src/EndpointBase/ThreadDump/LockInfo.cs | 16 +++------------- .../ThreadDump/MetaDataImportProvider.cs | 16 +++------------- .../src/EndpointBase/ThreadDump/MonitorInfo.cs | 16 +++------------- .../ThreadDump/StackTraceElement.cs | 16 +++------------- .../src/EndpointBase/ThreadDump/TState.cs | 16 +++------------- .../ThreadDump/ThreadDumpEndpoint.cs | 16 +++------------- .../ThreadDump/ThreadDumpEndpointOptions.cs | 16 +++------------- .../ThreadDump/ThreadDumpEndpoint_v2.cs | 16 +++------------- .../ThreadDump/ThreadDumpOptions.cs | 16 +++------------- .../EndpointBase/ThreadDump/ThreadDumpResult.cs | 16 +++------------- .../src/EndpointBase/ThreadDump/ThreadDumper.cs | 16 +++------------- .../src/EndpointBase/ThreadDump/ThreadInfo.cs | 16 +++------------- .../src/EndpointBase/Trace/HttpTraceEndpoint.cs | 16 +++------------- .../Trace/HttpTraceEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Trace/HttpTraceResult.cs | 16 +++------------- .../EndpointBase/Trace/IHttpTraceRepository.cs | 16 +++------------- .../src/EndpointBase/Trace/ITraceOptions.cs | 16 +++------------- .../src/EndpointBase/Trace/ITraceRepository.cs | 16 +++------------- .../src/EndpointBase/Trace/TraceEndpoint.cs | 16 +++------------- .../EndpointBase/Trace/TraceEndpointOptions.cs | 16 +++------------- .../src/EndpointBase/Trace/TraceOptions.cs | 16 +++------------- .../src/EndpointBase/Trace/TraceResult.cs | 16 +++------------- src/Management/src/EndpointBase/Utils.cs | 16 +++------------- .../ActuatorServiceCollectionExtensions.cs | 16 +++------------- .../CloudFoundryActuatorStartupFilter.cs | 16 +++------------- .../CloudFoundryEndpointMiddleware.cs | 16 +++------------- .../CloudFoundrySecurityMiddleware.cs | 16 +++------------- .../CloudFoundrySecurityStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../ContentNegotiationExtensions.cs | 16 +++------------- .../src/EndpointCore/CoreSecurityContext.cs | 16 +++------------- .../DbMigrationsEndpointMiddleware.cs | 16 +++------------- .../DbMigrations/DbMigrationsStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Env/EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../Env/EndpointServiceCollectionExtensions.cs | 16 +++------------- .../EndpointCore/Env/EnvEndpointMiddleware.cs | 16 +++------------- .../src/EndpointCore/Env/EnvStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Health/HealthCheckExtensions.cs | 16 +++------------- .../EndpointCore/Health/HealthEndpointCore.cs | 16 +++------------- .../Health/HealthEndpointMiddleware.cs | 16 +++------------- .../Health/HealthRegistrationsAggregator.cs | 16 +++------------- .../EndpointCore/Health/HealthStartupFilter.cs | 16 +++------------- .../Health/IHealthRegistrationsAggregator.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../HeapDump/HeapDumpEndpointMiddleware.cs | 16 +++------------- .../HeapDump/HeapDumpStartupFilter.cs | 16 +++------------- .../ActuatorHypermediaEndpointMiddleware.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Hypermedia/HypermediaStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../Info/EndpointServiceCollectionExtensions.cs | 16 +++------------- .../EndpointCore/Info/InfoEndpointMiddleware.cs | 16 +++------------- .../src/EndpointCore/Info/InfoStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Loggers/LoggersEndpointMiddleware.cs | 16 +++------------- .../Loggers/LoggersStartupFilter.cs | 16 +++------------- .../ManagementHostBuilderExtensions.cs | 16 +++------------- .../Mappings/AspNetCoreRouteDetails.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../src/EndpointCore/Mappings/IRouteMappings.cs | 16 +++------------- .../Mappings/MappingsEndpointMiddleware.cs | 16 +++------------- .../Mappings/MappingsStartupFilter.cs | 16 +++------------- .../Mappings/RouteBuilderExtensions.cs | 16 +++------------- .../src/EndpointCore/Mappings/RouteMappings.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Metrics/MetricsEndpointMiddleware.cs | 16 +++------------- .../Metrics/MetricsStartupFilter.cs | 16 +++------------- .../Observer/AspNetCoreHostingObserver.cs | 16 +++------------- .../PrometheusScraperEndpointMiddleware.cs | 16 +++------------- .../src/EndpointCore/Properties/AssemblyInfo.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Refresh/RefreshEndpointMiddleware.cs | 16 +++------------- .../Refresh/RefreshStartupFilter.cs | 16 +++------------- .../SpringBootAdminClient/Application.cs | 16 +++------------- .../BootAdminAppBuilderExtensions.cs | 16 +++------------- .../BootAdminClientOptions.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../ThreadDump/ThreadDumpEndpointMiddleware.cs | 16 +++------------- .../ThreadDumpEndpointMiddleware_v2.cs | 16 +++------------- .../ThreadDump/ThreadDumpStartupFilter.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../Trace/HttpTraceDiagnosticObserver.cs | 16 +++------------- .../Trace/HttpTraceEndpointMiddleware.cs | 16 +++------------- .../Trace/TraceDiagnosticObserver.cs | 16 +++------------- .../Trace/TraceEndpointMiddleware.cs | 16 +++------------- .../EndpointCore/Trace/TraceStartupFilter.cs | 16 +++------------- .../CloudFoundryEndpointAppBuilderExtensions.cs | 16 +++------------- .../CloudFoundryEndpointOwinMiddleware.cs | 16 +++------------- .../CloudFoundrySecurityAppBuilderExtensions.cs | 16 +++------------- .../CloudFoundrySecurityOwinMiddleware.cs | 16 +++------------- .../CloudFoundryAppBuilderExtensions.cs | 16 +++------------- .../DiagnosticSourceAppBuilderExtensions.cs | 16 +++------------- .../DiagnosticSourceOwinMiddleware.cs | 16 +++------------- .../src/EndpointOwin/EndpointOwinMiddleware.cs | 16 +++------------- .../Env/EnvEndpointAppBuilderExtensions.cs | 16 +++------------- .../HealthEndpointAppBuilderExtensions.cs | 16 +++------------- .../Health/HealthEndpointOwinMiddleware.cs | 16 +++------------- .../HeapDumpEndpointAppBuilderExtensions.cs | 16 +++------------- .../HeapDump/HeapDumpEndpointOwinMiddleware.cs | 16 +++------------- .../ActuatorHypermediaEndpointOwinMiddleware.cs | 16 +++------------- ...mediaActuatorEndpointAppBuilderExtensions.cs | 16 +++------------- .../Info/InfoEndpointAppBuilderExtensions.cs | 16 +++------------- .../LoggersEndpointAppBuilderExtensions.cs | 16 +++------------- .../Loggers/LoggersEndpointOwinMiddleware.cs | 16 +++------------- .../src/EndpointOwin/ManagementOptions.cs | 16 +++------------- .../EndpointOwin/Mappings/AspNetRouteDetails.cs | 16 +++------------- .../MappingsEndpointAppBuilderExtensions.cs | 16 +++------------- .../Mappings/MappingsEndpointOwinMiddleware.cs | 16 +++------------- .../MetricsEndpointAppBuilderExtensions.cs | 16 +++------------- .../Metrics/MetricsEndpointOwinMiddleware.cs | 16 +++------------- .../Metrics/Observer/OwinHostingObserver.cs | 16 +++------------- .../src/EndpointOwin/OwinSecurityContext.cs | 16 +++------------- .../src/EndpointOwin/Properties/AssemblyInfo.cs | 16 +++------------- .../RefreshEndpointAppBuilderExtensions.cs | 16 +++------------- .../ThreadDumpEndpointAppBuilderExtensions.cs | 16 +++------------- .../Trace/HttpTraceDiagnosticObserver.cs | 16 +++------------- .../Trace/TraceDiagnosticObserver.cs | 16 +++------------- .../Trace/TraceEndpointAppBuilderExtensions.cs | 16 +++------------- .../Trace/TraceEndpointOwinMiddleware.cs | 16 +++------------- .../ActuatorContainerBuilderExtensions.cs | 16 +++------------- .../CloudFoundryContainerBuilderExtensions.cs | 16 +++------------- ...iagnosticSourceContainerBuilderExtensions.cs | 16 +++------------- .../Actuators/EnvContainerBuilderExtensions.cs | 16 +++------------- .../HealthContainerBuilderExtensions.cs | 16 +++------------- .../HeapDumpContainerBuilderExtensions.cs | 16 +++------------- .../Actuators/InfoContainerBuilderExtensions.cs | 16 +++------------- .../LoggersContainerBuilderExtensions.cs | 16 +++------------- .../MappingsContainerBuilderExtensions.cs | 16 +++------------- .../MetricsContainerBuilderExtensions.cs | 16 +++------------- .../RefreshContainerBuilderExtensions.cs | 16 +++------------- .../ThreadDumpContainerBuilderExtensions.cs | 16 +++------------- .../TraceContainerBuilderExtensions.cs | 16 +++------------- .../ContainerBuilderExtensions.cs | 16 +++------------- .../src/EndpointWeb/ActuatorConfigurator.cs | 16 +++------------- .../src/EndpointWeb/AspNetRouteDetails.cs | 16 +++------------- .../src/EndpointWeb/Handler/ActuatorHandler.cs | 16 +++------------- .../Handler/ActuatorHypermediaHandler.cs | 16 +++------------- .../Handler/CloudFoundryCorsHandler.cs | 16 +++------------- .../EndpointWeb/Handler/CloudFoundryHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/EnvHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/HealthHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/HeapDumpHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/HttpTraceHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/IActuatorHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/InfoHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/LoggersHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/MappingsHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/MetricsHandler.cs | 16 +++------------- .../src/EndpointWeb/Handler/RefreshHandler.cs | 16 +++------------- .../EndpointWeb/Handler/ThreadDumpHandler.cs | 16 +++------------- .../EndpointWeb/Handler/ThreadDumpHandler_v2.cs | 16 +++------------- .../src/EndpointWeb/Handler/TraceHandler.cs | 16 +++------------- .../src/EndpointWeb/Module/ActuatorModule.cs | 16 +++------------- .../Observer/AspNetHostingObserver.cs | 16 +++------------- .../Observer/HttpTraceDiagnosticObserver.cs | 16 +++------------- .../Observer/TraceDiagnosticObserver.cs | 16 +++------------- .../Security/CloudFoundrySecurity.cs | 16 +++------------- .../EndpointWeb/Security/ISecurityService.cs | 16 +++------------- .../Security/SecurityServiceExtension.cs | 16 +++------------- .../EndpointWeb/Security/WebSecurityContext.cs | 16 +++------------- .../src/EndpointWeb/StringExtensions.cs | 16 +++------------- .../CloudFoundryForwarder/Application.cs | 16 +++------------- .../CloudFoundryForwarderExporter.cs | 16 +++------------- .../CloudFoundryForwarderOptions.cs | 16 +++------------- .../CloudFoundryMetricWriter.cs | 16 +++------------- .../ICloudFoundryMetricWriter.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/Instance.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/Message.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/Metric.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/MetricType.cs | 16 +++------------- .../MicrometerMetricWriter.cs | 16 +++------------- .../SpringBootMetricWriter.cs | 16 +++------------- .../ExporterBase/Metrics/IMetricsExporter.cs | 16 +++------------- .../src/ExporterBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/ExporterBase/Tracing/ITraceExporter.cs | 16 +++------------- .../Tracing/Zipkin/ITraceExporterOptions.cs | 16 +++------------- .../Tracing/Zipkin/TraceExporter.cs | 16 +++------------- .../Tracing/Zipkin/TraceExporterHandler.cs | 16 +++------------- .../Tracing/Zipkin/TraceExporterOptions.cs | 16 +++------------- .../Tracing/Zipkin/ZipkinAnnotation.cs | 16 +++------------- .../Tracing/Zipkin/ZipkinEndpoint.cs | 16 +++------------- .../ExporterBase/Tracing/Zipkin/ZipkinSpan.cs | 16 +++------------- .../Tracing/Zipkin/ZipkinSpanKind.cs | 16 +++------------- .../EndpointApplicationBuilderExtensions.cs | 16 +++------------- .../EndpointServiceCollectionExtensions.cs | 16 +++------------- .../src/ExporterCore/Properties/AssemblyInfo.cs | 16 +++------------- ...ipkinExporterApplicationBuilderExtensions.cs | 16 +++------------- ...ZipkinExporterServiceCollectionExtensions.cs | 16 +++------------- .../OpenCensusBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/OpenCensusBase/Stats/IStats.cs | 16 +++------------- .../src/OpenCensusBase/Stats/MeasureUnit.cs | 16 +++------------- .../src/OpenCensusBase/Stats/OpenCensusStats.cs | 16 +++------------- src/Management/src/OpenCensusBase/Tags/ITags.cs | 16 +++------------- .../src/OpenCensusBase/Tags/OpenCensusTags.cs | 16 +++------------- .../src/OpenCensusBase/Trace/ITracing.cs | 16 +++------------- .../src/OpenCensusBase/Trace/ITracingOptions.cs | 16 +++------------- .../OpenCensusBase/Trace/OpenCensusTracing.cs | 16 +++------------- .../Trace/Propagation/B3Constants.cs | 16 +++------------- .../Trace/Propagation/B3PropagationComponent.cs | 16 +++------------- .../Trace/Propagation/ThrowsBinaryFormat.cs | 16 +++------------- .../Trace/SpanAttributeConstants.cs | 16 +++------------- .../src/OpenCensusBase/Trace/SpanExtensions.cs | 16 +++------------- src/Management/src/TaskCore/DelegatingTask.cs | 16 +++------------- .../TaskCore/TaskServiceCollectionExtensions.cs | 16 +++------------- .../src/TaskCore/TaskWebHostExtensions.cs | 16 +++------------- .../Observer/HttpClientCoreObserver.cs | 16 +++------------- .../Observer/HttpClientDesktopObserver.cs | 16 +++------------- .../Observer/HttpClientTracingObserver.cs | 16 +++------------- .../src/TracingBase/Properties/AssemblyInfo.cs | 16 +++------------- .../src/TracingBase/TracingLogProcessor.cs | 16 +++------------- .../src/TracingBase/TracingOptions.cs | 16 +++------------- .../Observer/AspNetCoreHostingObserver.cs | 16 +++------------- .../Observer/AspNetCoreMvcActionObserver.cs | 16 +++------------- .../Observer/AspNetCoreMvcViewObserver.cs | 16 +++------------- .../Observer/AspNetCoreTracingObserver.cs | 16 +++------------- .../src/TracingCore/Properties/AssemblyInfo.cs | 16 +++------------- .../src/TracingCore/TracingService.cs | 16 +++------------- .../TracingServiceCollectionExtensions.cs | 16 +++------------- ...udFoundryApplicationBuilderExtensionsTest.cs | 16 +++------------- .../CloudFoundryHostBuilderExtensionsTest.cs | 16 +++------------- ...oudFoundryServiceCollectionExtensionsTest.cs | 16 +++------------- .../EndpointBase.Test/AbstractEndpointTest.cs | 16 +++------------- .../EndpointBase.Test/AbstractOptionsTest.cs | 16 +++------------- .../test/EndpointBase.Test/BaseTest.cs | 16 +++------------- .../CloudFoundry/CloudFoundryEndpointTest.cs | 16 +++------------- .../CloudFoundryManagementOptionsTest.cs | 16 +++------------- .../CloudFoundry/CloudFoundryOptionsTest.cs | 16 +++------------- .../CloudFoundry/SecurityBaseTest.cs | 16 +++------------- .../DbMigrations/DbMigrationsEndpointTests.cs | 16 +++------------- .../DbMigrations/MockDbContext.cs | 16 +++------------- .../DbMigrations/SomeDbException.cs | 16 +++------------- .../EndpointBase.Test/Env/EnvEndpointTest.cs | 16 +++------------- .../EndpointBase.Test/Env/EnvOptionsTest.cs | 16 +++------------- .../Env/EnvironmentDescriptorTest.cs | 16 +++------------- .../Env/PropertySourceDescriptorTest.cs | 16 +++------------- .../Env/PropertyValueDescriptorTest.cs | 16 +++------------- .../DiskSpaceContributorOptionsTest.cs | 16 +++------------- .../Contributor/DiskSpaceContributorTest.cs | 16 +++------------- .../Health/DefaultHealthAggregatorTest.cs | 16 +++------------- .../test/EndpointBase.Test/Health/HealthData.cs | 16 +++------------- .../Health/HealthEndpointTest.cs | 16 +++------------- .../Health/HealthOptionsTest.cs | 16 +++------------- .../test/EndpointBase.Test/Health/HealthTest.cs | 16 +++------------- .../Health/MockContributors/DownContributor.cs | 16 +++------------- .../OutOfSserviceContributor.cs | 16 +++------------- .../Health/MockContributors/TestContrib.cs | 16 +++------------- .../MockContributors/UnknownContributor.cs | 16 +++------------- .../Health/MockContributors/UpContributor.cs | 16 +++------------- .../HeapDump/HeapDumpEndpointTest.cs | 16 +++------------- .../HeapDump/HeapDumpOptionsTest.cs | 16 +++------------- .../Hypermedia/ActuatorHypermediaOptionsTest.cs | 16 +++------------- .../Hypermedia/ActuatorManagementOptionsTest.cs | 16 +++------------- .../Hypermedia/HypermediaEndpointTest.cs | 16 +++------------- .../Info/AppSettingsInfoContributorTest.cs | 16 +++------------- .../AppSettingsInfoContributorTest.cs | 16 +++------------- .../Info/Contributor/GitInfoContributorTest.cs | 16 +++------------- .../Info/GitInfoContributorTest.cs | 16 +++------------- .../EndpointBase.Test/Info/InfoBuilderTest.cs | 16 +++------------- .../EndpointBase.Test/Info/InfoEndpointTest.cs | 16 +++------------- .../EndpointBase.Test/Info/InfoOptionsTest.cs | 16 +++------------- .../test/EndpointBase.Test/Info/TestContrib.cs | 16 +++------------- .../Loggers/LoggerLevelsTest.cs | 16 +++------------- .../Loggers/LoggersChangeRequestTest.cs | 16 +++------------- .../Loggers/LoggersEndpointTest.cs | 16 +++------------- .../Loggers/LoggersOptionsTest.cs | 16 +++------------- .../Loggers/TestLogProvider.cs | 16 +++------------- .../ManagementEndpointOptionsTest.cs | 16 +++------------- .../EndpointBase.Test/ManagementOptionsTest.cs | 16 +++------------- .../Mappings/ApplicationMappingsTest.cs | 16 +++------------- .../Mappings/ContextMappingsTest.cs | 16 +++------------- .../Mappings/MappingDescriptionTest.cs | 16 +++------------- .../Mappings/MappingsOptionsTest.cs | 16 +++------------- .../Mappings/TestRouteDetails.cs | 16 +++------------- .../Metrics/MetricSampleTest.cs | 16 +++------------- .../EndpointBase.Test/Metrics/MetricTagTest.cs | 16 +++------------- .../Metrics/MetricsEndpointTest.cs | 16 +++------------- .../Metrics/MetricsListNamesResponseTest.cs | 16 +++------------- .../Metrics/MetricsOptionsTest.cs | 16 +++------------- .../Metrics/MetricsRequestTest.cs | 16 +++------------- .../Metrics/MetricsResponseTest.cs | 16 +++------------- .../Metrics/Observer/CLRRuntimeObserverTest.cs | 16 +++------------- .../Metrics/Observer/CLRRuntimeSourceTest.cs | 16 +++------------- .../Observer/HttpClientCoreObserverTest.cs | 16 +++------------- .../Observer/HttpClientDesktopObserverTest.cs | 16 +++------------- .../Middleware/EndpointMiddlewareTest.cs | 16 +++------------- .../Refresh/RefreshEndpointTest.cs | 16 +++------------- .../Refresh/RefreshOptionsTest.cs | 16 +++------------- .../test/EndpointBase.Test/TestEndpoint.cs | 16 +++------------- .../test/EndpointBase.Test/TestHelper.cs | 16 +++------------- .../test/EndpointBase.Test/TestOptions.cs | 16 +++------------- .../test/EndpointBase.Test/TestOptions2.cs | 16 +++------------- .../ThreadDump/TestThreadDumper.cs | 16 +++------------- .../ThreadDump/ThreadDumpEndpointTest.cs | 16 +++------------- .../ThreadDump/ThreadDumpOptionsTest.cs | 16 +++------------- .../Trace/TestTraceEndpoint.cs | 16 +++------------- .../EndpointBase.Test/Trace/TestTraceRepo.cs | 16 +++------------- .../Trace/TraceEndpointTest.cs | 16 +++------------- .../EndpointBase.Test/Trace/TraceOptionsTest.cs | 16 +++------------- .../CloudFoundrySecurityMiddlewareTest.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../CloudFoundry/EndpointMiddlewareTest.cs | 16 +++------------- .../EndpointServiceCollectionTest.cs | 16 +++------------- .../EndpointCore.Test/CloudFoundry/Startup.cs | 16 +++------------- .../CloudFoundry/StartupWithSecurity.cs | 16 +++------------- .../CloudFoundry/TestCloudFoundryEndpoint.cs | 16 +++------------- .../ContentNegotiationTests.cs | 16 +++------------- .../ContentNegotiation/TestStartupExtensions.cs | 16 +++------------- .../DbMigrations/EndpointMiddlewareTest.cs | 16 +++------------- .../EndpointServiceCollectionTest.cs | 16 +++------------- .../EndpointCore.Test/DbMigrations/Startup.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Env/EndpointMiddlewareTest.cs | 16 +++------------- .../Env/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/Env/Startup.cs | 16 +++------------- .../EndpointCore.Test/Health/AuthStartup.cs | 16 +++------------- .../Health/AuthenticatedTestMiddleware.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Health/EndpointMiddlewareTest.cs | 16 +++------------- .../Health/EndpointServiceCollectionTest.cs | 16 +++------------- .../Health/HealthEndpointTest.cs | 16 +++------------- .../test/EndpointCore.Test/Health/Startup.cs | 16 +++------------- .../EndpointCore.Test/Health/TestContributor.cs | 16 +++------------- .../EndpointCore.Test/Health/TestHealthCheck.cs | 16 +++------------- .../Health/TestHealthEndpoint.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../HeapDump/EndpointMiddlewareTest.cs | 16 +++------------- .../HeapDump/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/HeapDump/Startup.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Hypermedia/EndpointMiddlewareTest.cs | 16 +++------------- .../Hypermedia/EndpointServiceCollectionTest.cs | 16 +++------------- .../EndpointCore.Test/Hypermedia/Startup.cs | 16 +++------------- .../Hypermedia/StartupWithSecurity.cs | 16 +++------------- .../Hypermedia/TestHypermediaEndpoint.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Info/EndpointMiddlewareTest.cs | 16 +++------------- .../Info/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/Info/Startup.cs | 16 +++------------- .../Info/TestInfoContributor.cs | 16 +++------------- .../EndpointCore.Test/Info/TestInfoEndpoint.cs | 16 +++------------- .../test/EndpointCore.Test/Info/TestLogger.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Loggers/EndpointMiddlewareTest.cs | 16 +++------------- .../Loggers/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/Loggers/Startup.cs | 16 +++------------- .../Loggers/TestLoggersEndpoint.cs | 16 +++------------- .../ManagementHostBuilderExtensionsTest.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Mappings/EndpointMiddlewareTest.cs | 16 +++------------- .../Mappings/EndpointServiceCollectionTest.cs | 16 +++------------- .../Mappings/HomeController.cs | 16 +++------------- .../test/EndpointCore.Test/Mappings/Person.cs | 16 +++------------- .../test/EndpointCore.Test/Mappings/Startup.cs | 16 +++------------- .../EndpointServiceCollectionExtensionsTest.cs | 16 +++------------- .../Metrics/MetricsEndpointMiddlewareTest.cs | 16 +++------------- .../Observer/AspNetCoreHostingObserverTest.cs | 16 +++------------- .../Metrics/PrometheusEndpointMiddlewareTest.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Refresh/EndpointMiddlewareTest.cs | 16 +++------------- .../Refresh/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/Refresh/Startup.cs | 16 +++------------- .../EndpointCore.Test/Security/SecureStartup.cs | 16 +++------------- .../SetsUserInContextForTestsMiddleware.cs | 16 +++------------- .../test/EndpointCore.Test/Security/Startup.cs | 16 +++------------- .../SpringBootAdminClientExtensionTests.cs | 16 +++------------- .../SpringBootAdminClientTests.cs | 16 +++------------- .../SpringBootAdminClient/TestStartup.cs | 16 +++------------- .../test/EndpointCore.Test/TestHelpers.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../ThreadDump/EndpointMiddlewareTest.cs | 16 +++------------- .../ThreadDump/EndpointServiceCollectionTest.cs | 16 +++------------- .../EndpointCore.Test/ThreadDump/Startup.cs | 16 +++------------- .../EndpointApplicationBuilderExtensionsTest.cs | 16 +++------------- .../Trace/EndpointMiddlewareTest.cs | 16 +++------------- .../Trace/EndpointServiceCollectionTest.cs | 16 +++------------- .../test/EndpointCore.Test/Trace/MyIdentity.cs | 16 +++------------- .../EndpointCore.Test/Trace/SessionFeature.cs | 16 +++------------- .../test/EndpointCore.Test/Trace/Startup.cs | 16 +++------------- .../test/EndpointCore.Test/Trace/TestSession.cs | 16 +++------------- .../Trace/TestTraceEndpoint.cs | 16 +++------------- .../Trace/TraceDiagnosticObserverTest.cs | 16 +++------------- .../test/EndpointOwin.Net4Test/BaseTest.cs | 16 +++------------- ...udFoundryEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../CloudFoundryEndpointOwinMiddlewareTest.cs | 16 +++------------- ...udFoundrySecurityAppBuilderExtensionsTest.cs | 16 +++------------- .../CloudFoundrySecurityMiddlewareTest.cs | 16 +++------------- .../CloudFoundry/Startup.cs | 16 +++------------- .../CloudFoundry/StartupWithSecurity.cs | 16 +++------------- .../CloudFoundry/TestCloudFoundryEndpoint.cs | 16 +++------------- .../Env/EnvEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../Env/EnvOwinMiddlewareTest.cs | 16 +++------------- .../test/EndpointOwin.Net4Test/Env/Startup.cs | 16 +++------------- .../HealthEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../Health/HealthEndpointOwinMiddlewareTest.cs | 16 +++------------- .../Health/MockContributors/DownContributor.cs | 16 +++------------- .../OutOfSserviceContributor.cs | 16 +++------------- .../Health/MockContributors/TestContrib.cs | 16 +++------------- .../MockContributors/UnknownContributor.cs | 16 +++------------- .../Health/MockContributors/UpContributor.cs | 16 +++------------- .../EndpointOwin.Net4Test/Health/Startup.cs | 16 +++------------- .../Health/TestHealthEndpoint.cs | 16 +++------------- .../HeapDumpEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../HeapDumpEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/HeapDump/Startup.cs | 16 +++------------- .../ActuatorSecurityMiddlewareTest.cs | 16 +++------------- ...ypermediaEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../HypermediaEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/Hypermedia/Startup.cs | 16 +++------------- .../Hypermedia/StartupWithSecurity.cs | 16 +++------------- .../TestActuatorHypermediaEndpoint.cs | 16 +++------------- .../InfoEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../Info/InfoEndpointOwinMiddlewareTest.cs | 16 +++------------- .../test/EndpointOwin.Net4Test/Info/Startup.cs | 16 +++------------- .../Info/TestInfoEndpoint.cs | 16 +++------------- .../LoggersEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../LoggersEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/Loggers/Startup.cs | 16 +++------------- .../Loggers/TestLoggersEndpoint.cs | 16 +++------------- .../MetricsEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../MetricsEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/Metrics/Startup.cs | 16 +++------------- .../EndpointOwin.Net4Test/OwinTestHelpers.cs | 16 +++------------- .../RefreshEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../RefreshEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/Refresh/Startup.cs | 16 +++------------- .../Security/AuthenticationTestMiddleware.cs | 16 +++------------- .../Security/SecureStartup.cs | 16 +++------------- .../EndpointOwin.Net4Test/Security/Startup.cs | 16 +++------------- .../test/EndpointOwin.Net4Test/TestHelper.cs | 16 +++------------- .../EndpointOwin.Net4Test/ThreadDump/Startup.cs | 16 +++------------- ...hreadDumpEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../ThreadDumpEndpointOwinMiddlewareTest.cs | 16 +++------------- .../EndpointOwin.Net4Test/Trace/MyIdentity.cs | 16 +++------------- .../test/EndpointOwin.Net4Test/Trace/Startup.cs | 16 +++------------- .../Trace/TestTraceEndpoint.cs | 16 +++------------- .../TraceEndpointAppBuilderExtensionsTest.cs | 16 +++------------- .../Trace/TraceEndpointOwinMiddlewareTest.cs | 16 +++------------- ...loudFoundryContainerBuilderExtensionsTest.cs | 16 +++------------- .../EnvContainerBuilderExtensionsTest.cs | 16 +++------------- .../HealthContainerBuilderExtensionsTest.cs | 16 +++------------- .../HeapDumpContainerBuilderExtensionsTest.cs | 16 +++------------- .../InfoContainerBuilderExtensionsTest.cs | 16 +++------------- .../LoggersContainerBuilderExtensionsTest.cs | 16 +++------------- .../MappingsContainerBuilderExtensionsTest.cs | 16 +++------------- .../MetricsContainerBuilderExtensionsTest.cs | 16 +++------------- .../RefreshContainerBuilderExtensionsTest.cs | 16 +++------------- .../ThreadDumpContainerBuilderExtensionsTest.cs | 16 +++------------- .../TraceContainerBuilderExtensionsTest.cs | 16 +++------------- .../EndpointOwinAutofac.Net4Test/BaseTest.cs | 16 +++------------- .../EndpointWeb.Net4Test/ActuatorHandlerTest.cs | 17 ++++------------- .../CloudFoundrySecurityTests.cs | 16 +++------------- .../DefaultTestSettingsConfig.cs | 16 +++------------- .../EndpointWeb.Net4Test/ManagementConfig.cs | 16 +++------------- .../StringExtensionsTest.cs | 16 +++------------- .../EndpointWeb.Net4Test/TestServer/Settings.cs | 16 +++------------- .../TestServer/TestHttpClient.cs | 16 +++------------- .../TestServer/TestRequest.cs | 16 +++------------- .../TestServer/TestResponse.cs | 16 +++------------- .../TestServer/TestServer.cs | 16 +++------------- .../EndpointWeb.Net4Test/TestServer/TestUser.cs | 16 +++------------- .../CloudFoundryForwarder/ApplicationTest.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/BaseTest.cs | 16 +++------------- .../CloudFoundryForwarderExporterTest.cs | 16 +++------------- .../CloudFoundryForwarderOptionsTest.cs | 16 +++------------- .../CloudFoundryForwarder/InstanceTest.cs | 16 +++------------- .../CloudFoundryForwarder/MessageTest.cs | 16 +++------------- .../Metrics/CloudFoundryForwarder/MetricTest.cs | 16 +++------------- .../MicrometerMetricWriterTest.cs | 16 +++------------- .../CloudFoundryForwarder/OpenCensusStats.cs | 16 +++------------- .../SpringBootMetricWriterTest.cs | 16 +++------------- .../Tracing/Zipkin/TraceExporterOptionsTest.cs | 16 +++------------- ...inExporterServiceCollectionExtensionsTest.cs | 16 +++------------- .../test/TaskCore.Test/TaskRunTest.cs | 16 +++------------- .../test/TaskCore.Test/TestServerStartup.cs | 16 +++------------- .../Observer/AbstractObserverTest.cs | 16 +++------------- .../Observer/HttpClientCoreObserverTest.cs | 16 +++------------- .../Observer/HttpClientDesktopObserverTest.cs | 16 +++------------- .../TracingBase.Test/OpernCensusTracingTest.cs | 16 +++------------- .../TracingBase.Test/TracingLogProcessorTest.cs | 16 +++------------- .../test/TracingBase.Test/TracingOptionsTest.cs | 16 +++------------- .../Observer/AspNetCoreHostingObserverTest.cs | 16 +++------------- .../Observer/AspNetCoreMvcActionObserverTest.cs | 16 +++------------- .../Observer/AspNetCoreMvcViewObserverTest.cs | 16 +++------------- .../test/TracingCore.Test/TestBase.cs | 16 +++------------- .../TracingServiceCollectionExtensionsTest.cs | 16 +++------------- .../AuthServerOptions.cs | 16 +++------------- .../CheckTokenResponse.cs | 16 +++------------- .../CloudFoundryDefaults.cs | 16 +++------------- .../CloudFoundryHelper.cs | 16 +++------------- .../CloudFoundryTokenKeyResolver.cs | 16 +++------------- .../CloudFoundryTokenValidator.cs | 16 +++------------- .../OpenIdTokenResponse.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../TokenExchanger.cs | 16 +++------------- .../CloudFoundryClaimActionExtensions.cs | 16 +++------------- .../CloudFoundryExtensions.cs | 16 +++------------- .../CloudFoundryJwtBearerConfigurer.cs | 16 +++------------- .../CloudFoundryJwtBearerOptions.cs | 16 +++------------- .../CloudFoundryOAuthConfigurer.cs | 16 +++------------- .../CloudFoundryOAuthHandler.cs | 16 +++------------- .../CloudFoundryOAuthOptions.cs | 16 +++------------- .../CloudFoundryOpenIdConnectConfigurer.cs | 16 +++------------- .../CloudFoundryOpenIdConnectOptions.cs | 16 +++------------- .../CloudFoundryScopeClaimAction.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../CloudFoundryExtensions.cs | 16 +++------------- .../Constants.cs | 16 +++------------- .../ForwardedProtocolMiddleware.cs | 16 +++------------- ...loudFoundryJwtBearerAuthenticationOptions.cs | 16 +++------------- .../JwtBearer/CloudFoundryJwtOwinConfigurer.cs | 16 +++------------- .../OpenIdConnectAuthenticationHandler.cs | 16 +++------------- .../OpenIdConnectAuthenticationMiddleware.cs | 16 +++------------- .../OpenIdConnect/OpenIdConnectConfigurer.cs | 16 +++------------- .../OpenIdConnect/OpenIdConnectOptions.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../UriUtility.cs | 16 +++------------- .../CloudFoundryClientTokenResolver.cs | 16 +++------------- .../CloudFoundryExtensions.cs | 16 +++------------- .../CloudFoundryJwt.cs | 16 +++------------- .../CloudFoundryOptions.cs | 16 +++------------- .../CloudFoundryOptionsConfigurer.cs | 16 +++------------- .../CloudFoundryTokenKeyResolver.cs | 16 +++------------- .../CloudFoundryWcfTokenValidator.cs | 16 +++------------- .../JsonWebKeySetEx.cs | 16 +++------------- .../JwtAuthorizationManager.cs | 16 +++------------- .../JwtHeaderEndpointBehavior.cs | 16 +++------------- .../JwtHeaderMessageInspector.cs | 16 +++------------- .../PrincipalPermissionEnvAttribute.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../ScopePermission.cs | 16 +++------------- .../ScopePermissionAttribute.cs | 16 +++------------- .../DataProtection.CredHubBase/CredHubClient.cs | 16 +++------------- .../DataProtection.CredHubBase/CredHubEnums.cs | 16 +++------------- .../CredHubException.cs | 16 +++------------- .../CredHubGenerateRequest.cs | 16 +++------------- .../CredHubOptions.cs | 16 +++------------- .../CredHubServerInfo.cs | 16 +++------------- .../CredentialFindResponse.cs | 16 +++------------- .../CredentialPath.cs | 16 +++------------- .../CredentialPathsResponse.cs | 16 +++------------- .../Certificate/CertificateCredential.cs | 16 +++------------- .../CertificateGenerationParameters.cs | 16 +++------------- .../Certificate/CertificateGenerationRequest.cs | 16 +++------------- .../Certificate/CertificateSetRequest.cs | 16 +++------------- .../Certificate/RegeneratedCertificates.cs | 16 +++------------- .../Credentials/CredHubBaseObject.cs | 16 +++------------- .../Credentials/CredHubCredential.cs | 16 +++------------- .../Credentials/CredHubResponse.cs | 16 +++------------- .../Credentials/CredentialSetRequest.cs | 16 +++------------- .../Credentials/ICredentialParameter.cs | 16 +++------------- .../Credentials/JSON/JsonCredential.cs | 16 +++------------- .../Credentials/JSON/JsonSetRequest.cs | 16 +++------------- .../Credentials/KeyPairCredential.cs | 16 +++------------- .../Credentials/KeyParameters.cs | 16 +++------------- .../Credentials/Password/PasswordCredential.cs | 16 +++------------- .../Password/PasswordGenerationParameters.cs | 16 +++------------- .../Password/PasswordGenerationRequest.cs | 16 +++------------- .../Credentials/Password/PasswordSetRequest.cs | 16 +++------------- .../Permissions/CredentialPermission.cs | 16 +++------------- .../Permissions/CredentialPermissions.cs | 16 +++------------- .../Credentials/RSA/RsaCredential.cs | 16 +++------------- .../Credentials/RSA/RsaGenerationRequest.cs | 16 +++------------- .../Credentials/RSA/RsaSetRequest.cs | 16 +++------------- .../Credentials/SSH/SshCredential.cs | 16 +++------------- .../Credentials/SSH/SshGenerationParameters.cs | 16 +++------------- .../Credentials/SSH/SshGenerationRequest.cs | 16 +++------------- .../Credentials/SSH/SshSetRequest.cs | 16 +++------------- .../Credentials/StringCredential.cs | 16 +++------------- .../Credentials/User/UserCredential.cs | 16 +++------------- .../User/UserGenerationParameters.cs | 16 +++------------- .../Credentials/User/UserGenerationRequest.cs | 16 +++------------- .../Credentials/User/UserSetRequest.cs | 16 +++------------- .../Utilities/JsonCredentialJsonConverter.cs | 16 +++------------- .../Utilities/StringCredentialJsonConverter.cs | 16 +++------------- .../Credentials/Value/ValueCredential.cs | 16 +++------------- .../Credentials/Value/ValueSetRequest.cs | 16 +++------------- .../FoundCredential.cs | 16 +++------------- .../ICredHubClient.cs | 16 +++------------- .../ICredentialValue.cs | 16 +++------------- .../CredHubHostBuilderExtensions.cs | 16 +++------------- .../CredHubServiceCollectionExtensions.cs | 16 +++------------- .../CloudFoundryRedisXmlRepository.cs | 16 +++------------- .../Properties/AssemblyInfo.cs | 16 +++------------- .../RedisDataProtectionBuilderExtensions.cs | 16 +++------------- .../CloudFoundryHelperTest.cs | 16 +++------------- .../CloudFoundryTokenKeyResolverTest.cs | 16 +++------------- .../CloudFoundryTokenValidatorTest.cs | 16 +++------------- .../TestHelpers.cs | 16 +++------------- .../TestMessageHandler.cs | 16 +++------------- .../TokenExchangerTest.cs | 16 +++------------- .../CloudFoundryClaimActionExtensionsTest.cs | 16 +++------------- .../CloudFoundryExtensionsTest.cs | 16 +++------------- .../CloudFoundryJwtBearerConfigurerTest.cs | 16 +++------------- .../CloudFoundryJwtBearerOptionsTest.cs | 16 +++------------- .../CloudFoundryOAuthConfigurerTest.cs | 16 +++------------- .../CloudFoundryOAuthHandlerTest.cs | 16 +++------------- .../CloudFoundryOAuthOptionsTest.cs | 16 +++------------- .../CloudFoundryOpenIdConnectConfigurerTest.cs | 16 +++------------- .../CloudFoundryOpenIdConnectOptionsTest.cs | 16 +++------------- .../CloudFoundryScopeClaimActionTest.cs | 16 +++------------- .../MonitorWrapper.cs | 16 +++------------- .../MyTestCloudFoundryHandler.cs | 16 +++------------- .../TestClock.cs | 16 +++------------- .../TestResponse.cs | 16 +++------------- .../TestServerJwtStartup.cs | 16 +++------------- .../TestServerOpenIdStartup.cs | 16 +++------------- .../TestServerStartup.cs | 16 +++------------- .../IAppBuilderExtensionsTest.cs | 16 +++------------- .../Jwt/CloudFoundryJwtOwinConfigurerTest.cs | 16 +++------------- .../OpenIdConnectConfigurerTest.cs | 16 +++------------- .../OpenIdConnect/OpenIdConnectOptionsTest.cs | 16 +++------------- .../OwinTestHelpers.cs | 16 +++------------- .../UriUtilityTest.cs | 16 +++------------- .../CloudFoundryClientTokenResolverTest.cs | 16 +++------------- .../CloudFoundryJwtTest.cs | 16 +++------------- .../CloudFoundryOptionsConfigurerTest.cs | 16 +++------------- .../CloudFoundryOptionsTest.cs | 16 +++------------- .../CloudFoundryTokenKeyResolverTest.cs | 16 +++------------- .../JwtAuthorizationManagerTest.cs | 16 +++------------- .../JwtHeaderMessageInspectorTest.cs | 16 +++------------- .../CredHubClientTests.cs | 16 +++------------- .../CredentialJsonConverterTests.cs | 16 +++------------- .../CredHubHostBuilderExtensionsTest.cs | 16 +++------------- .../CredHubServiceCollectionExtensionsTest.cs | 16 +++------------- .../RedisDataProtectionBuilderExtensionsTest.cs | 16 +++------------- stylecop.json | 5 +---- 1692 files changed, 5076 insertions(+), 21987 deletions(-) diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/CancellationTokenExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/CancellationTokenExtensions.cs index 318696708..b11659858 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/CancellationTokenExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/CancellationTokenExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixConfigStreamController.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixConfigStreamController.cs index 36eb3444a..114c466b2 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixConfigStreamController.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixConfigStreamController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Steeltoe.CircuitBreaker.Hystrix.Config; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixMetricsStreamController.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixMetricsStreamController.cs index a3a054f13..b0b7b1d7b 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixMetricsStreamController.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixMetricsStreamController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixRequestEventStreamController.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixRequestEventStreamController.cs index 6cd0e362b..b7a73279e 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixRequestEventStreamController.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixRequestEventStreamController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Steeltoe.CircuitBreaker.Hystrix.Metric; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixStreamBaseController.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixStreamBaseController.cs index 59ae6aba0..7e0603f17 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixStreamBaseController.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixStreamBaseController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixUtilizationStreamController.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixUtilizationStreamController.cs index ede938933..2ccfa3d75 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixUtilizationStreamController.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Controllers/HystrixUtilizationStreamController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Steeltoe.CircuitBreaker.Hystrix.Metric.Sample; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixApplicationBuilderExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixApplicationBuilderExtensions.cs index e875d575c..83626bc46 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixApplicationBuilderExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixServiceCollectionExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixServiceCollectionExtensions.cs index 3af99e3cb..53d8faf75 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixServiceCollectionExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/HystrixServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Properties/AssemblyInfo.cs index 873921ae5..a9ce048d1 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsEventsCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/HystrixContainerBuilderExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/HystrixContainerBuilderExtensions.cs index 1f2eb6dec..d3be34503 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/HystrixContainerBuilderExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/HystrixContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/Properties/AssemblyInfo.cs index e11eb02f3..56a183a17 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/RabbitMetricsStreamPublisher.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/RabbitMetricsStreamPublisher.cs index 8a449d1c0..b6f0d950d 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/RabbitMetricsStreamPublisher.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamAutofac/RabbitMetricsStreamPublisher.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixApplicationBuilderExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixApplicationBuilderExtensions.cs index fb2a94149..8a5784e61 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixApplicationBuilderExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixServiceCollectionExtensions.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixServiceCollectionExtensions.cs index b27748f79..f5ce30cbe 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixServiceCollectionExtensions.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/HystrixServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/Properties/AssemblyInfo.cs index 0c2522995..6c2dcc733 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/RabbitMetricsStreamPublisher.cs b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/RabbitMetricsStreamPublisher.cs index 8a449d1c0..b6f0d950d 100644 --- a/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/RabbitMetricsStreamPublisher.cs +++ b/src/CircuitBreaker/src/Hystrix.MetricsStreamCore/RabbitMetricsStreamPublisher.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/CircuitBreaker/src/HystrixAutofac/HystrixContainerBuilderExtensions.cs b/src/CircuitBreaker/src/HystrixAutofac/HystrixContainerBuilderExtensions.cs index 66cc88eb2..c9c0cc728 100644 --- a/src/CircuitBreaker/src/HystrixAutofac/HystrixContainerBuilderExtensions.cs +++ b/src/CircuitBreaker/src/HystrixAutofac/HystrixContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/CircuitBreaker/src/HystrixAutofac/HystrixRequestContextModule.cs b/src/CircuitBreaker/src/HystrixAutofac/HystrixRequestContextModule.cs index b9acc1c6b..9a0ecfdb8 100644 --- a/src/CircuitBreaker/src/HystrixAutofac/HystrixRequestContextModule.cs +++ b/src/CircuitBreaker/src/HystrixAutofac/HystrixRequestContextModule.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using Steeltoe.CircuitBreaker.HystrixBase.Util; diff --git a/src/CircuitBreaker/src/HystrixAutofac/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/HystrixAutofac/Properties/AssemblyInfo.cs index 2b073ab2a..4c886387e 100644 --- a/src/CircuitBreaker/src/HystrixAutofac/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/HystrixAutofac/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/HystrixBase/AbstractCommand.cs b/src/CircuitBreaker/src/HystrixBase/AbstractCommand.cs index 6e5b1f8cf..79908016d 100644 --- a/src/CircuitBreaker/src/HystrixBase/AbstractCommand.cs +++ b/src/CircuitBreaker/src/HystrixBase/AbstractCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; diff --git a/src/CircuitBreaker/src/HystrixBase/AbstractCommandBase.cs b/src/CircuitBreaker/src/HystrixBase/AbstractCommandBase.cs index 73c586353..1f446a082 100644 --- a/src/CircuitBreaker/src/HystrixBase/AbstractCommandBase.cs +++ b/src/CircuitBreaker/src/HystrixBase/AbstractCommandBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Concurrent; using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerFactory.cs b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerFactory.cs index 57198261c..96241ea08 100644 --- a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerFactory.cs +++ b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerImpl.cs b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerImpl.cs index d5433e5b8..f21925482 100644 --- a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerImpl.cs +++ b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/HystrixCircuitBreakerImpl.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/NoOpCircuitBreaker.cs b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/NoOpCircuitBreaker.cs index de44c772c..7a7450efa 100644 --- a/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/NoOpCircuitBreaker.cs +++ b/src/CircuitBreaker/src/HystrixBase/CircuitBreaker/NoOpCircuitBreaker.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker { diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedRequest.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedRequest.cs index d3b1fe860..2d4b1890d 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedRequest.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedTask.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedTask.cs index e4bbb08bb..52b9e948c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedTask.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/CollapsedTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/ICollapserTimer.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/ICollapserTimer.cs index 1366bde38..f0523020f 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/ICollapserTimer.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/ICollapserTimer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/RealCollapserTimer.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/RealCollapserTimer.cs index d90c3cc46..916ee8b63 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/RealCollapserTimer.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/RealCollapserTimer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestBatch.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestBatch.cs index 54772357d..497646528 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestBatch.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestBatch.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapser.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapser.cs index 740db4dd5..d4b2d6f4f 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapser.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapser.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapserFactory.cs b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapserFactory.cs index a871f0157..0f5cd01ef 100644 --- a/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapserFactory.cs +++ b/src/CircuitBreaker/src/HystrixBase/Collapser/RequestCollapserFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy; using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; diff --git a/src/CircuitBreaker/src/HystrixBase/CollapserEventTypeHelper.cs b/src/CircuitBreaker/src/HystrixBase/CollapserEventTypeHelper.cs index 8fc7c8c61..986a0030b 100644 --- a/src/CircuitBreaker/src/HystrixBase/CollapserEventTypeHelper.cs +++ b/src/CircuitBreaker/src/HystrixBase/CollapserEventTypeHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Config/HystrixCollapserConfiguration.cs b/src/CircuitBreaker/src/HystrixBase/Config/HystrixCollapserConfiguration.cs index 7232bca58..1adac11f4 100644 --- a/src/CircuitBreaker/src/HystrixBase/Config/HystrixCollapserConfiguration.cs +++ b/src/CircuitBreaker/src/HystrixBase/Config/HystrixCollapserConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Config { diff --git a/src/CircuitBreaker/src/HystrixBase/Config/HystrixCommandConfiguration.cs b/src/CircuitBreaker/src/HystrixBase/Config/HystrixCommandConfiguration.cs index 3c898ba95..51efcc050 100644 --- a/src/CircuitBreaker/src/HystrixBase/Config/HystrixCommandConfiguration.cs +++ b/src/CircuitBreaker/src/HystrixBase/Config/HystrixCommandConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfiguration.cs b/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfiguration.cs index cc15982a3..abb10f8a2 100644 --- a/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfiguration.cs +++ b/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfigurationStream.cs b/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfigurationStream.cs index f279203b9..324e24a5e 100644 --- a/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfigurationStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Config/HystrixConfigurationStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Config/HystrixThreadPoolConfiguration.cs b/src/CircuitBreaker/src/HystrixBase/Config/HystrixThreadPoolConfiguration.cs index 647d0193b..5e2d1fef0 100644 --- a/src/CircuitBreaker/src/HystrixBase/Config/HystrixThreadPoolConfiguration.cs +++ b/src/CircuitBreaker/src/HystrixBase/Config/HystrixThreadPoolConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Config { diff --git a/src/CircuitBreaker/src/HystrixBase/Exceptions/FailureType.cs b/src/CircuitBreaker/src/HystrixBase/Exceptions/FailureType.cs index 89e6e4ad0..f3d71bba3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Exceptions/FailureType.cs +++ b/src/CircuitBreaker/src/HystrixBase/Exceptions/FailureType.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Exceptions { diff --git a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixBadRequestException.cs b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixBadRequestException.cs index 523b633ed..a116ea2e5 100644 --- a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixBadRequestException.cs +++ b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixBadRequestException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixRuntimeException.cs b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixRuntimeException.cs index 4aafd38e7..e9dfbde4b 100644 --- a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixRuntimeException.cs +++ b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixRuntimeException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixTimeoutException.cs b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixTimeoutException.cs index 565809c42..3cb40d58e 100644 --- a/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixTimeoutException.cs +++ b/src/CircuitBreaker/src/HystrixBase/Exceptions/HystrixTimeoutException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/CircuitBreaker/src/HystrixBase/Exceptions/RejectedExecutionException.cs b/src/CircuitBreaker/src/HystrixBase/Exceptions/RejectedExecutionException.cs index 794ceca58..7ae708191 100644 --- a/src/CircuitBreaker/src/HystrixBase/Exceptions/RejectedExecutionException.cs +++ b/src/CircuitBreaker/src/HystrixBase/Exceptions/RejectedExecutionException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/CircuitBreaker/src/HystrixBase/ExecutionResult.cs b/src/CircuitBreaker/src/HystrixBase/ExecutionResult.cs index 52ea638f8..2c4240be8 100644 --- a/src/CircuitBreaker/src/HystrixBase/ExecutionResult.cs +++ b/src/CircuitBreaker/src/HystrixBase/ExecutionResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections; diff --git a/src/CircuitBreaker/src/HystrixBase/HealthCounts.cs b/src/CircuitBreaker/src/HystrixBase/HealthCounts.cs index f971362d0..0e981a847 100644 --- a/src/CircuitBreaker/src/HystrixBase/HealthCounts.cs +++ b/src/CircuitBreaker/src/HystrixBase/HealthCounts.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/HysrixCollapserBase.cs b/src/CircuitBreaker/src/HystrixBase/HysrixCollapserBase.cs index 7bd881c2b..68d9b06ba 100644 --- a/src/CircuitBreaker/src/HystrixBase/HysrixCollapserBase.cs +++ b/src/CircuitBreaker/src/HystrixBase/HysrixCollapserBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixBaseOptions.cs b/src/CircuitBreaker/src/HystrixBase/HystrixBaseOptions.cs index 2487d7b90..aea6bd66f 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixBaseOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixBaseOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCachedTask.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCachedTask.cs index a4448eeb5..5ac9b67b6 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCachedTask.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCachedTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading.Tasks; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCollapser.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCollapser.cs index 0242c9ea1..0bffed3c9 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCollapser.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCollapser.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Collapser; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCollapserMetrics.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCollapserMetrics.cs index 249fcd7b4..ff91c9154 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCollapserMetrics.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCollapserMetrics.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCollapserOptions.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCollapserOptions.cs index 9f6eddd87..f11be509f 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCollapserOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCollapserOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCommand.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCommand.cs index bb538a953..d601b63fe 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCommand.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCommandMetrics.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCommandMetrics.cs index 45131155e..026a35f60 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCommandMetrics.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCommandMetrics.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCommandOptions.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCommandOptions.cs index 0ef997c8b..28d472989 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCommandOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCommandOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixCounters.cs b/src/CircuitBreaker/src/HystrixBase/HystrixCounters.cs index 8747f10af..50bd1bbd7 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixCounters.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixCounters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixEventType.cs b/src/CircuitBreaker/src/HystrixBase/HystrixEventType.cs index 1ebf0cbed..04b4a0f69 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixEventType.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixEventType.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixEventTypeHelper.cs b/src/CircuitBreaker/src/HystrixBase/HystrixEventTypeHelper.cs index fe7943ef0..cef43fcfe 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixEventTypeHelper.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixEventTypeHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixMetrics.cs b/src/CircuitBreaker/src/HystrixBase/HystrixMetrics.cs index 6782614df..ce784b10f 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixMetrics.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixMetrics.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixRequestCache.cs b/src/CircuitBreaker/src/HystrixBase/HystrixRequestCache.cs index ede0c961e..e21cf676a 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixRequestCache.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixRequestCache.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixRequestLog.cs b/src/CircuitBreaker/src/HystrixBase/HystrixRequestLog.cs index 8541a9e89..b3d79dc6a 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixRequestLog.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixRequestLog.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric; using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolMetrics.cs b/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolMetrics.cs index 453c5c482..074898928 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolMetrics.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolMetrics.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolOptions.cs b/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolOptions.cs index 54c450716..7f5dee327 100644 --- a/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/HystrixThreadPoolOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; diff --git a/src/CircuitBreaker/src/HystrixBase/ICollapsedRequest.cs b/src/CircuitBreaker/src/HystrixBase/ICollapsedRequest.cs index 4bbda7401..8f4cd70e1 100644 --- a/src/CircuitBreaker/src/HystrixBase/ICollapsedRequest.cs +++ b/src/CircuitBreaker/src/HystrixBase/ICollapsedRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCircuitBreaker.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCircuitBreaker.cs index c0305ba71..e6a0da0bc 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCircuitBreaker.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCircuitBreaker.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserKey.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserKey.cs index f40f388cf..381388c6f 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserOptions.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserOptions.cs index bcb910611..6ed092c88 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCollapserOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandGroupKey.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandGroupKey.cs index 52e20bf40..86695244a 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandGroupKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandGroupKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandKey.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandKey.cs index 3d1724039..95d3fbbde 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandOptions.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandOptions.cs index 987d06ac2..384e4eb35 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixCommandOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixCommandOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixExecutable.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixExecutable.cs index cac3db936..7c52cd3ef 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixExecutable.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixExecutable.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading.Tasks; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixInvokable.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixInvokable.cs index 1808607cb..88a518435 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixInvokable.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixInvokable.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixInvokableInfo.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixInvokableInfo.cs index 2620afcb3..2958275b6 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixInvokableInfo.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixInvokableInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixKey.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixKey.cs index 81827326c..8b0e209e7 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixObservable.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixObservable.cs index d7a0d7d49..0b2babacc 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixObservable.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixObservable.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reactive; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPool.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPool.cs index d3e7f8704..855bc3c42 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPool.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPool.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolKey.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolKey.cs index 5e158fd85..b18771747 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolOptions.cs b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolOptions.cs index 4f7ea9782..5b23d4c3c 100644 --- a/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/IHystrixThreadPoolOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/CachedValuesHistogram.cs b/src/CircuitBreaker/src/HystrixBase/Metric/CachedValuesHistogram.cs index f92559533..1879e1694 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/CachedValuesHistogram.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/CachedValuesHistogram.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/CommandAndCacheKey.cs b/src/CircuitBreaker/src/HystrixBase/Metric/CommandAndCacheKey.cs index e696124cf..9bba8b0ef 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/CommandAndCacheKey.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/CommandAndCacheKey.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCounterStream.cs index 20e2516e7..a0449d023 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCumulativeCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCumulativeCounterStream.cs index 7b5aa7af4..0445f6e48 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCumulativeCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedCumulativeCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedRollingCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedRollingCounterStream.cs index 876421b75..0cf497f36 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedRollingCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/BucketedRollingCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCollapserEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCollapserEventCounterStream.cs index 7c50cb876..6cf677e3a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCollapserEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCollapserEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCommandEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCommandEventCounterStream.cs index 271e14732..d89549cd3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCommandEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeCommandEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeThreadPoolEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeThreadPoolEventCounterStream.cs index 57c69282a..7f2ab2933 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeThreadPoolEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/CumulativeThreadPoolEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HealthCountsStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HealthCountsStream.cs index 3ca7b169a..e56d399d5 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HealthCountsStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HealthCountsStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HystrixDashboardStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HystrixDashboardStream.cs index 4dac4210c..77bb9a7da 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HystrixDashboardStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/HystrixDashboardStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserBatchSizeDistributionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserBatchSizeDistributionStream.cs index 5c28fe1be..a1fb12147 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserBatchSizeDistributionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserBatchSizeDistributionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserEventCounterStream.cs index 8cef145b3..b3fa22d17 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCollapserEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandEventCounterStream.cs index f29859dd3..95c7488b7 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandLatencyDistributionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandLatencyDistributionStream.cs index c41847d87..9f71c6418 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandLatencyDistributionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandLatencyDistributionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandMaxConcurrencyStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandMaxConcurrencyStream.cs index 6c7f160d2..a77fb71bd 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandMaxConcurrencyStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandMaxConcurrencyStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandUserLatencyDistributionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandUserLatencyDistributionStream.cs index 4f97dffd7..6ee679186 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandUserLatencyDistributionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingCommandUserLatencyDistributionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingConcurrencyStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingConcurrencyStream.cs index b5311e6e0..0a5e793ed 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingConcurrencyStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingConcurrencyStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStream.cs index 521ba8d80..6e85008e3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStreamBase.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStreamBase.cs index 50388d42f..d04d36f1e 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStreamBase.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingDistributionStreamBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using HdrHistogram; using Steeltoe.CircuitBreaker.Hystrix.Metric; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolEventCounterStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolEventCounterStream.cs index 248b1f98b..6cb306137 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolEventCounterStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolEventCounterStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolMaxConcurrencyStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolMaxConcurrencyStream.cs index b7a7503b6..eec94f7a3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolMaxConcurrencyStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Consumer/RollingThreadPoolMaxConcurrencyStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/ExecutionSignature.cs b/src/CircuitBreaker/src/HystrixBase/Metric/ExecutionSignature.cs index 717cbb2f5..978b5ccba 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/ExecutionSignature.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/ExecutionSignature.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEvent.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEvent.cs index f17c92e65..934563594 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEvent.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEvent.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Metric { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEventStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEventStream.cs index a6bbdcc7f..b5ffb7a89 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEventStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCollapserEventStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletion.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletion.cs index 1663be51c..81795bf9f 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletion.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletion.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletionStream.cs index 1bc459c9b..cb6edef00 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandCompletionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandEvent.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandEvent.cs index 992586982..1c2e8bfb8 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandEvent.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandEvent.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandExecutionStarted.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandExecutionStarted.cs index a262bd186..fb6a627d6 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandExecutionStarted.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandExecutionStarted.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Metric { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandStartStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandStartStream.cs index 9f86c43a9..57ad133b0 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandStartStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixCommandStartStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEvents.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEvents.cs index 4e5940d2f..8ac39752e 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEvents.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEvents.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEventsStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEventsStream.cs index 819fa1abb..9aab3db68 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEventsStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixRequestEventsStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadEventStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadEventStream.cs index 91129c303..be487bf1c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadEventStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadEventStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reactive; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolCompletionStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolCompletionStream.cs index 5da906205..c169468a8 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolCompletionStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolCompletionStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolStartStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolStartStream.cs index 04ec39e90..35038c054 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolStartStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/HystrixThreadPoolStartStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEvent.cs b/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEvent.cs index b0bdd74ff..52c0f0414 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEvent.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEvent.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Metric { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEventStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEventStream.cs index 7df90866b..a9d248feb 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEventStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/IHystrixEventStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixCommandUtilization.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixCommandUtilization.cs index 5070df979..dc47b9d9a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixCommandUtilization.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixCommandUtilization.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Metric.Sample { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixThreadPoolUtilization.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixThreadPoolUtilization.cs index e3ca637ce..c70419a41 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixThreadPoolUtilization.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixThreadPoolUtilization.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Metric.Sample { diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilization.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilization.cs index 525ea1cd9..4110b3bc9 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilization.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilization.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilizationStream.cs b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilizationStream.cs index 2180e4d86..0dc9b8b7c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilizationStream.cs +++ b/src/CircuitBreaker/src/HystrixBase/Metric/Sample/HystrixUtilizationStream.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamOptions.cs b/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamOptions.cs index cc5efb28d..e3809efa1 100644 --- a/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.MetricsStream { diff --git a/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamPublisher.cs b/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamPublisher.cs index b02cef148..a92146fa9 100644 --- a/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamPublisher.cs +++ b/src/CircuitBreaker/src/HystrixBase/MetricsStream/HystrixMetricsStreamPublisher.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/CircuitBreaker/src/HystrixBase/MetricsStream/Serialize.cs b/src/CircuitBreaker/src/HystrixBase/MetricsStream/Serialize.cs index f77ab332e..150fbfc34 100644 --- a/src/CircuitBreaker/src/HystrixBase/MetricsStream/Serialize.cs +++ b/src/CircuitBreaker/src/HystrixBase/MetricsStream/Serialize.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; diff --git a/src/CircuitBreaker/src/HystrixBase/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/HystrixBase/Properties/AssemblyInfo.cs index badcbfb53..873b78fad 100644 --- a/src/CircuitBreaker/src/HystrixBase/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/HystrixBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixConfiguration.cs b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixConfiguration.cs index 45f5410ef..81860525e 100644 --- a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixConfiguration.cs +++ b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.CircuitBreaker.Hystrix.Config; diff --git a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixDashboardData.cs b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixDashboardData.cs index cea336d4e..5239cf42c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixDashboardData.cs +++ b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixDashboardData.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; diff --git a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixRequestEvents.cs b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixRequestEvents.cs index 30dd26492..0a049ab47 100644 --- a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixRequestEvents.cs +++ b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixRequestEvents.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.CircuitBreaker.Hystrix.Metric; diff --git a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixUtilization.cs b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixUtilization.cs index 6cd05aa5c..d3b5551c4 100644 --- a/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixUtilization.cs +++ b/src/CircuitBreaker/src/HystrixBase/Serial/SerialHystrixUtilization.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.CircuitBreaker.Hystrix.Metric.Sample; diff --git a/src/CircuitBreaker/src/HystrixBase/Serial/SerializationExtensions.cs b/src/CircuitBreaker/src/HystrixBase/Serial/SerializationExtensions.cs index 7a76b5462..398bae677 100644 --- a/src/CircuitBreaker/src/HystrixBase/Serial/SerializationExtensions.cs +++ b/src/CircuitBreaker/src/HystrixBase/Serial/SerializationExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategy.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategy.cs index da0db1e7b..4bebd890c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategy.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategy.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategyDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategyDefault.cs index 45299ada9..e57eef75b 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategyDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixConcurrencyStrategyDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixQueuedTaskScheduler.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixQueuedTaskScheduler.cs index cd559dc07..1be90e86c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixQueuedTaskScheduler.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixQueuedTaskScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestContext.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestContext.cs index cd9f6e7d9..b381b169a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestContext.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestVariableDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestVariableDefault.cs index bb93da2cb..a726d1d2c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestVariableDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixRequestVariableDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixSyncTaskScheduler.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixSyncTaskScheduler.cs index c1dabd239..5c44b2b36 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixSyncTaskScheduler.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixSyncTaskScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixTaskScheduler.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixTaskScheduler.cs index 16a7b4a9b..e931f3cdc 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixTaskScheduler.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/HystrixTaskScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixRequestVariable.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixRequestVariable.cs index 36a576cef..d7d72ba80 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixRequestVariable.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixRequestVariable.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixTaskScheduler.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixTaskScheduler.cs index 1f02764ed..be496db3f 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixTaskScheduler.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Concurrency/IHystrixTaskScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifier.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifier.cs index 65f093c99..a052bcbfe 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifier.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifier.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifierDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifierDefault.cs index 87d3d676f..37e4235db 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifierDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/EventNotifier/HystrixEventNotifierDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.EventNotifier { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHook.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHook.cs index 64c7c276e..636c6edbd 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHook.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHook.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHookDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHookDefault.cs index c464b34bb..e32bbec98 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHookDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/ExecutionHook/HystrixCommandExecutionHookDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.ExecutionHook { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/HystrixPlugins.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/HystrixPlugins.cs index 1c2419324..ba0733b47 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/HystrixPlugins.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/HystrixPlugins.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using Steeltoe.CircuitBreaker.Hystrix.Strategy.EventNotifier; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisher.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisher.cs index d28985821..efe3123e1 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisher.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisher.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCollapserDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCollapserDefault.cs index b87c96ff3..177a138af 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCollapserDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCollapserDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCommandDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCommandDefault.cs index d7f0211a6..64b554cd2 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCommandDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherCommandDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherDefault.cs index 9079420f4..7a261b102 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherFactory.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherFactory.cs index 42a5904e2..ea6719d14 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherFactory.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherThreadPoolDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherThreadPoolDefault.cs index b09ea14ec..5a37c0490 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherThreadPoolDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/HystrixMetricsPublisherThreadPoolDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCollapser.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCollapser.cs index e4bfc7d78..3bd85299c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCollapser.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCollapser.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCommand.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCommand.cs index 12979c362..4d07fba0b 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCommand.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherThreadPool.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherThreadPool.cs index 8c278a896..e93a786f6 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherThreadPool.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Metrics/IHystrixMetricsPublisherThreadPool.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Metrics { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixDynamicOptionsDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixDynamicOptionsDefault.cs index b9ef07b72..1125a2f4f 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixDynamicOptionsDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixDynamicOptionsDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsFactory.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsFactory.cs index f0f13d87b..f583ca464 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsFactory.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategy.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategy.cs index 0afbe0db9..0d556cd4c 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategy.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategy.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategyDefault.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategyDefault.cs index 24dfcaa81..702749976 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategyDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/HystrixOptionsStrategyDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Options { diff --git a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/IHystrixDynamicOptions.cs b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/IHystrixDynamicOptions.cs index ae498ac50..b44f3ede3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Strategy/Options/IHystrixDynamicOptions.cs +++ b/src/CircuitBreaker/src/HystrixBase/Strategy/Options/IHystrixDynamicOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Strategy.Options { diff --git a/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolDefault.cs b/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolDefault.cs index 30d63f10f..ea9add8d4 100644 --- a/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolDefault.cs +++ b/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy; using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; diff --git a/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolFactory.cs b/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolFactory.cs index 2609bc20c..5fd6cd9b3 100644 --- a/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolFactory.cs +++ b/src/CircuitBreaker/src/HystrixBase/ThreadPool/HystrixThreadPoolFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/ThreadPoolEventTypeHelper.cs b/src/CircuitBreaker/src/HystrixBase/ThreadPoolEventTypeHelper.cs index 5b7f2a216..e034e773e 100644 --- a/src/CircuitBreaker/src/HystrixBase/ThreadPoolEventTypeHelper.cs +++ b/src/CircuitBreaker/src/HystrixBase/ThreadPoolEventTypeHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/ActualTime.cs b/src/CircuitBreaker/src/HystrixBase/Util/ActualTime.cs index c79e7e258..6656b063a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/ActualTime.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/ActualTime.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicBoolean.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicBoolean.cs index e2bb5c28f..102cfe7b0 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicBoolean.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicBoolean.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicInteger.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicInteger.cs index 9fe5bd906..96588c728 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicInteger.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicInteger.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicIntegerArray.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicIntegerArray.cs index 82b8abf4d..34c9039e7 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicIntegerArray.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicIntegerArray.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicLong.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicLong.cs index 953d048cc..f6a7108cd 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicLong.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicLong.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicReference.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicReference.cs index 6f38a8df9..c87078e27 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicReference.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicReference.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/AtomicReferenceArray.cs b/src/CircuitBreaker/src/HystrixBase/Util/AtomicReferenceArray.cs index 33e1e9cf9..92e3831f4 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/AtomicReferenceArray.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/AtomicReferenceArray.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/ConcurrentDictionaryExtensions.cs b/src/CircuitBreaker/src/HystrixBase/Util/ConcurrentDictionaryExtensions.cs index 5973bba1c..abc20641d 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/ConcurrentDictionaryExtensions.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/ConcurrentDictionaryExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumber.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumber.cs index 8093c0e52..02df4ee3a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumber.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumber.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEvent.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEvent.cs index 3a42c2e65..1f0206645 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEvent.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEvent.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEventHelper.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEventHelper.cs index f9ee8c0d8..1898773ae 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEventHelper.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingNumberEventHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingPercentile.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingPercentile.cs index dbddf9395..bc5e2cae6 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingPercentile.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixRollingPercentile.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixShutdown.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixShutdown.cs index 2995e3a48..2379670b3 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixShutdown.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixShutdown.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/HystrixTimer.cs b/src/CircuitBreaker/src/HystrixBase/Util/HystrixTimer.cs index ee4a9200c..4b4bb9de6 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/HystrixTimer.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/HystrixTimer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/ITime.cs b/src/CircuitBreaker/src/HystrixBase/Util/ITime.cs index 7c7edd131..ad632aa24 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/ITime.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/ITime.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/ITimerListener.cs b/src/CircuitBreaker/src/HystrixBase/Util/ITimerListener.cs index 2bdddaa0a..71278578b 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/ITimerListener.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/ITimerListener.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/LongAdder.cs b/src/CircuitBreaker/src/HystrixBase/Util/LongAdder.cs index 65698cfb9..b48283a07 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/LongAdder.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/LongAdder.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util { diff --git a/src/CircuitBreaker/src/HystrixBase/Util/LongMaxUpdater.cs b/src/CircuitBreaker/src/HystrixBase/Util/LongMaxUpdater.cs index 59721a807..2e2757ec7 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/LongMaxUpdater.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/LongMaxUpdater.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/ObservableExtensions.cs b/src/CircuitBreaker/src/HystrixBase/Util/ObservableExtensions.cs index eafcb2649..7d6bac7a4 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/ObservableExtensions.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/ObservableExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reactive.Linq; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/SemaphoreSlimExtensions.cs b/src/CircuitBreaker/src/HystrixBase/Util/SemaphoreSlimExtensions.cs index 14b3c0a40..3abfce8cf 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/SemaphoreSlimExtensions.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/SemaphoreSlimExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/Time.cs b/src/CircuitBreaker/src/HystrixBase/Util/Time.cs index 705405252..40a78bdb7 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/Time.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/Time.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixBase/Util/TimerReference.cs b/src/CircuitBreaker/src/HystrixBase/Util/TimerReference.cs index 80a03255f..50de11f0a 100644 --- a/src/CircuitBreaker/src/HystrixBase/Util/TimerReference.cs +++ b/src/CircuitBreaker/src/HystrixBase/Util/TimerReference.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading; diff --git a/src/CircuitBreaker/src/HystrixCore/HystrixApplicationBuilderExtensions.cs b/src/CircuitBreaker/src/HystrixCore/HystrixApplicationBuilderExtensions.cs index 01b822ae9..c6b953c97 100644 --- a/src/CircuitBreaker/src/HystrixCore/HystrixApplicationBuilderExtensions.cs +++ b/src/CircuitBreaker/src/HystrixCore/HystrixApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddleware.cs b/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddleware.cs index 1d164efa0..8133c3035 100644 --- a/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddleware.cs +++ b/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Hosting; diff --git a/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddlewareOwin.cs b/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddlewareOwin.cs index 809980e31..df164dce6 100644 --- a/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddlewareOwin.cs +++ b/src/CircuitBreaker/src/HystrixCore/HystrixRequestContextMiddlewareOwin.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using System; diff --git a/src/CircuitBreaker/src/HystrixCore/HystrixServiceCollectionExtensions.cs b/src/CircuitBreaker/src/HystrixCore/HystrixServiceCollectionExtensions.cs index 44a87aa7a..c851d9d3d 100644 --- a/src/CircuitBreaker/src/HystrixCore/HystrixServiceCollectionExtensions.cs +++ b/src/CircuitBreaker/src/HystrixCore/HystrixServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/src/HystrixCore/Properties/AssemblyInfo.cs b/src/CircuitBreaker/src/HystrixCore/Properties/AssemblyInfo.cs index 7c66612e1..45089602b 100644 --- a/src/CircuitBreaker/src/HystrixCore/Properties/AssemblyInfo.cs +++ b/src/CircuitBreaker/src/HystrixCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/CancellationTokenExtensionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/CancellationTokenExtensionsTest.cs index e6e6fac26..142db8d1d 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/CancellationTokenExtensionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/CancellationTokenExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; using Xunit; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixConfigStreamControllerTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixConfigStreamControllerTest.cs index 2aa661080..0599a25f9 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixConfigStreamControllerTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixConfigStreamControllerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixMetricsStreamControllerTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixMetricsStreamControllerTest.cs index d985a5858..e7905dfd8 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixMetricsStreamControllerTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixMetricsStreamControllerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixRequestEventStreamControllerTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixRequestEventStreamControllerTest.cs index de96ea210..7b5a61cb5 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixRequestEventStreamControllerTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixRequestEventStreamControllerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixUtilizationStreamControllerTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixUtilizationStreamControllerTest.cs index 964c36a2d..4730d4fe6 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixUtilizationStreamControllerTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/HystrixUtilizationStreamControllerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/TestController.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/TestController.cs index 82fce0c2d..72335c56a 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/TestController.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Controllers/TestController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Steeltoe.CircuitBreaker.Hystrix.MetricsEvents.Test; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixServiceCollectionExtensionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixServiceCollectionExtensionsTest.cs index 2a0d93939..c61a54a14 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixServiceCollectionExtensionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixTestBase.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixTestBase.cs index 23289d0d2..56391b9bf 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixTestBase.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/HystrixTestBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Collapser; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/MyCommand.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/MyCommand.cs index d22756fc5..03c8bb763 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/MyCommand.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/MyCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.MetricsEvents.Test { diff --git a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Startup.cs b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Startup.cs index d8c917486..02d18a197 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Startup.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsEventsCore.Test/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Mvc.ApplicationParts; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs index a9972e118..dc75c7069 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixMetricsStreamOptionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixMetricsStreamOptionsTest.cs index f31362101..bb89a2c13 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixMetricsStreamOptionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixMetricsStreamOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixTestBase.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixTestBase.cs index 61db4388b..b952f40e6 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixTestBase.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/HystrixTestBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Collapser; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/RabbitMetricsStreamPublisherTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/RabbitMetricsStreamPublisherTest.cs index d098b59b0..bf880085e 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/RabbitMetricsStreamPublisherTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/RabbitMetricsStreamPublisherTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using RabbitMQ.Client; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/TestHelpers.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/TestHelpers.cs index e3a3b4781..154f43605 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/TestHelpers.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamAutofac.Net4Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixApplicationBuilderExtensionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixApplicationBuilderExtensionsTest.cs index 07a480b8e..53422d0e5 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixApplicationBuilderExtensionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixMetricsStreamOptionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixMetricsStreamOptionsTest.cs index 98a1aa9cd..a6b57ad36 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixMetricsStreamOptionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixMetricsStreamOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixServiceCollectionExtensionsTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixServiceCollectionExtensionsTest.cs index 117c1ca84..55fa5a587 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixServiceCollectionExtensionsTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixTestBase.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixTestBase.cs index 61db4388b..b952f40e6 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixTestBase.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/HystrixTestBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Collapser; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/RabbitMetricsStreamPublisherTest.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/RabbitMetricsStreamPublisherTest.cs index e9b29b4c2..96e21bfe7 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/RabbitMetricsStreamPublisherTest.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/RabbitMetricsStreamPublisherTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using RabbitMQ.Client; diff --git a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/TestHelpers.cs b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/TestHelpers.cs index e3a3b4781..154f43605 100644 --- a/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/TestHelpers.cs +++ b/src/CircuitBreaker/test/Hystrix.MetricsStreamCore.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/CircuitBreaker/test/HystrixAutofac.Net4Test/DummyCommand.cs b/src/CircuitBreaker/test/HystrixAutofac.Net4Test/DummyCommand.cs index e391384a6..e4559dc0f 100644 --- a/src/CircuitBreaker/test/HystrixAutofac.Net4Test/DummyCommand.cs +++ b/src/CircuitBreaker/test/HystrixAutofac.Net4Test/DummyCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Autofac.Test { diff --git a/src/CircuitBreaker/test/HystrixAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs b/src/CircuitBreaker/test/HystrixAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs index c47b22fd5..dfd4eef64 100644 --- a/src/CircuitBreaker/test/HystrixAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs +++ b/src/CircuitBreaker/test/HystrixAutofac.Net4Test/HystrixContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/CommonHystrixCommandTests.cs b/src/CircuitBreaker/test/HystrixBase.Test/CommonHystrixCommandTests.cs index ebfb80e8a..a81ce5ee1 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/CommonHystrixCommandTests.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/CommonHystrixCommandTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Config/HystrixConfigurationStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Config/HystrixConfigurationStreamTest.cs index a3a8c5f0b..a6c95798b 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Config/HystrixConfigurationStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Config/HystrixConfigurationStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/CountDownEventExtensions.cs b/src/CircuitBreaker/test/HystrixBase.Test/CountDownEventExtensions.cs index c22e48c16..861743df5 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/CountDownEventExtensions.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/CountDownEventExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCircuitBreakerTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCircuitBreakerTest.cs index 8b9cef659..673505bc9 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCircuitBreakerTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCircuitBreakerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCollapserTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCollapserTest.cs index e548c773d..900438f7f 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCollapserTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCollapserTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Collapser; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandMetricsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandMetricsTest.cs index 63852b449..d51d4b440 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandMetricsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandMetricsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandOptionsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandOptionsTest.cs index 2c1f789cc..15f43c265 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandOptionsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Json; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTest.cs index 0443845d9..0353bf735 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTimeoutConcurrencyTesting.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTimeoutConcurrencyTesting.cs index a0d494a33..bd0415286 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTimeoutConcurrencyTesting.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixCommandTimeoutConcurrencyTesting.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestCacheTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestCacheTest.cs index 80fa8c0b9..9c6fb663a 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestCacheTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestCacheTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestLogTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestLogTest.cs index 18b6878a3..880ade1d4 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestLogTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixRequestLogTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixSubclassCommandTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixSubclassCommandTest.cs index f78452363..f0cbd9b9e 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixSubclassCommandTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixSubclassCommandTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixTestBase.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixTestBase.cs index a1ccb4087..d2b319017 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixTestBase.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixTestBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Collapser; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolMetricsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolMetricsTest.cs index 52423f23e..8622e2411 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolMetricsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolMetricsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolOptionsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolOptionsTest.cs index bb8215a37..0944ac584 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolOptionsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolTest.cs index 60ea095b4..b16212ff0 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/HystrixThreadPoolTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy; using Steeltoe.CircuitBreaker.Hystrix.Strategy.Concurrency; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/CommandStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/CommandStreamTest.cs index 257b3e640..4d2eef6d2 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/CommandStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/CommandStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCollapserEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCollapserEventCounterStreamTest.cs index e09ad4cc5..b5dab24e4 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCollapserEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCollapserEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCommandEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCommandEventCounterStreamTest.cs index 83577deaa..a1cef1e37 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCommandEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeCommandEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeThreadPoolEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeThreadPoolEventCounterStreamTest.cs index e2216bedf..32ff1fe65 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeThreadPoolEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/CumulativeThreadPoolEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HealthCountsStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HealthCountsStreamTest.cs index fdd1f22df..5b35f5b0a 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HealthCountsStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HealthCountsStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HystrixDashboardStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HystrixDashboardStreamTest.cs index 0eb7b9712..63c574df0 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HystrixDashboardStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/HystrixDashboardStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserBatchSizeDistributionStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserBatchSizeDistributionStreamTest.cs index d235332ab..0306e0148 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserBatchSizeDistributionStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserBatchSizeDistributionStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserEventCounterStreamTest.cs index 36d8483b2..a024eb5e9 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCollapserEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandEventCounterStreamTest.cs index 7e3f59530..301814065 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandLatencyDistributionStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandLatencyDistributionStreamTest.cs index ec0cb31c6..6818da540 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandLatencyDistributionStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandLatencyDistributionStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandMaxConcurrencyStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandMaxConcurrencyStreamTest.cs index dbf9d0edb..318430b99 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandMaxConcurrencyStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingCommandMaxConcurrencyStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolEventCounterStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolEventCounterStreamTest.cs index 31b8c6bd7..0d5569f4c 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolEventCounterStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolEventCounterStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.CircuitBreaker; using Steeltoe.CircuitBreaker.Hystrix.Exceptions; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolMaxConcurrencyStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolMaxConcurrencyStreamTest.cs index 1c5cffa4d..6712a78f0 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolMaxConcurrencyStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Consumer/RollingThreadPoolMaxConcurrencyStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixCommandCompletionStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixCommandCompletionStreamTest.cs index ae2432108..941d8309d 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixCommandCompletionStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixCommandCompletionStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Test; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixThreadEventStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixThreadEventStreamTest.cs index 3336e7279..ff34caa11 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixThreadEventStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/HystrixThreadEventStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Test; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Sample/HystrixUtilizationStreamTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Sample/HystrixUtilizationStreamTest.cs index a3f76b8d8..7f04fcb6d 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Metric/Sample/HystrixUtilizationStreamTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Metric/Sample/HystrixUtilizationStreamTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric.Sample; using Steeltoe.CircuitBreaker.Hystrix.Metric.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamOptionsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamOptionsTest.cs index 7537a7359..d073588bb 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamOptionsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamPublisherTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamPublisherTest.cs index ea36b6af2..08883ca28 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamPublisherTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/HystrixMetricsStreamPublisherTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using Steeltoe.CircuitBreaker.Hystrix.Metric.Consumer; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/SerializeTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/SerializeTest.cs index e670381f5..4fefce67b 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/SerializeTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/MetricsStream/SerializeTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Serial/SerialHystrixRequestEventsTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Serial/SerialHystrixRequestEventsTest.cs index 65b3f7b2c..394ff33f0 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Serial/SerialHystrixRequestEventsTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Serial/SerialHystrixRequestEventsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Metric; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixConcurrencyStrategyTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixConcurrencyStrategyTest.cs index c6c3d2d5b..41a8e903a 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixConcurrencyStrategyTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixConcurrencyStrategyTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Test; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixQueuedTaskSchedulerTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixQueuedTaskSchedulerTest.cs index 05b67b518..880545bb8 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixQueuedTaskSchedulerTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixQueuedTaskSchedulerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixSyncTaskSchedulerTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixSyncTaskSchedulerTest.cs index 1186934f9..992b16278 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixSyncTaskSchedulerTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Concurrency/HystrixSyncTaskSchedulerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Metrics/HystrixMetricsPublisherFactoryTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Metrics/HystrixMetricsPublisherFactoryTest.cs index 17b35baf8..860f0757a 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Metrics/HystrixMetricsPublisherFactoryTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Strategy/Metrics/HystrixMetricsPublisherFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Test; using Steeltoe.CircuitBreaker.Hystrix.Util; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestCircuitBreaker.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestCircuitBreaker.cs index b1eaad614..67ab94653 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestCircuitBreaker.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestCircuitBreaker.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestCommandBuilder.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestCommandBuilder.cs index 0770611da..6c8e1576c 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestCommandBuilder.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestCommandBuilder.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestHystrixCommand.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestHystrixCommand.cs index 55bc8341b..ee95838ba 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestHystrixCommand.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestHystrixCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.ExecutionHook; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestObserverBase.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestObserverBase.cs index db28be99e..b227b2573 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestObserverBase.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestObserverBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Util; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestOptionsFactory.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestOptionsFactory.cs index e3c5dffab..2695630c9 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestOptionsFactory.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestOptionsFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy.Options; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/TestableExecutionHook.cs b/src/CircuitBreaker/test/HystrixBase.Test/TestableExecutionHook.cs index eab394a21..5cbd2d07f 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/TestableExecutionHook.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/TestableExecutionHook.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Exceptions; using Steeltoe.CircuitBreaker.Hystrix.Strategy.ExecutionHook; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingNumberTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingNumberTest.cs index e51a75f59..74df58a39 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingNumberTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingNumberTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingPercentileTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingPercentileTest.cs index 35b098fd5..36bfda827 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingPercentileTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixRollingPercentileTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Test; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixTimerTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixTimerTest.cs index 7cdc9bee6..cf1a7ba7e 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixTimerTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/HystrixTimerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CircuitBreaker.Hystrix.Strategy; using System; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/MockedTime.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/MockedTime.cs index f7591ae80..d1ff1552f 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/MockedTime.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/MockedTime.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util.Test { diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder1.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder1.cs index 9f2079b82..034456cb9 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder1.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder1.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util.Test { diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder2.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder2.cs index 3f0d6292c..396c71da4 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder2.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/SampleDataHolder2.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Util.Test { diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/TimeTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/TimeTest.cs index 91eb94f97..d2956dd1e 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/TimeTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/TimeTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Diagnostics; using Xunit; diff --git a/src/CircuitBreaker/test/HystrixBase.Test/Util/TimerReferenceTest.cs b/src/CircuitBreaker/test/HystrixBase.Test/Util/TimerReferenceTest.cs index 23df7b7df..b7ade837c 100644 --- a/src/CircuitBreaker/test/HystrixBase.Test/Util/TimerReferenceTest.cs +++ b/src/CircuitBreaker/test/HystrixBase.Test/Util/TimerReferenceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Diagnostics; diff --git a/src/CircuitBreaker/test/HystrixCore.Test/DummyCommand.cs b/src/CircuitBreaker/test/HystrixCore.Test/DummyCommand.cs index 86ac84dbd..f73f469a0 100644 --- a/src/CircuitBreaker/test/HystrixCore.Test/DummyCommand.cs +++ b/src/CircuitBreaker/test/HystrixCore.Test/DummyCommand.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CircuitBreaker.Hystrix.Test { diff --git a/src/CircuitBreaker/test/HystrixCore.Test/HystrixApplicationBuilderExtensionsTest.cs b/src/CircuitBreaker/test/HystrixCore.Test/HystrixApplicationBuilderExtensionsTest.cs index 907385dfd..3cf2e70ad 100644 --- a/src/CircuitBreaker/test/HystrixCore.Test/HystrixApplicationBuilderExtensionsTest.cs +++ b/src/CircuitBreaker/test/HystrixCore.Test/HystrixApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/CircuitBreaker/test/HystrixCore.Test/HystrixRequestContextMiddlewareTest.cs b/src/CircuitBreaker/test/HystrixCore.Test/HystrixRequestContextMiddlewareTest.cs index c97685189..66b495019 100644 --- a/src/CircuitBreaker/test/HystrixCore.Test/HystrixRequestContextMiddlewareTest.cs +++ b/src/CircuitBreaker/test/HystrixCore.Test/HystrixRequestContextMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Hosting; diff --git a/src/CircuitBreaker/test/HystrixCore.Test/HystrixServiceCollectionExtensionsTest.cs b/src/CircuitBreaker/test/HystrixCore.Test/HystrixServiceCollectionExtensionsTest.cs index 1156a33bf..3bd974e11 100644 --- a/src/CircuitBreaker/test/HystrixCore.Test/HystrixServiceCollectionExtensionsTest.cs +++ b/src/CircuitBreaker/test/HystrixCore.Test/HystrixServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Common/src/Common.Autofac/Configuration/ConfigurationContainerBuilderExtensions.cs b/src/Common/src/Common.Autofac/Configuration/ConfigurationContainerBuilderExtensions.cs index 3899190b8..197976e50 100644 --- a/src/Common/src/Common.Autofac/Configuration/ConfigurationContainerBuilderExtensions.cs +++ b/src/Common/src/Common.Autofac/Configuration/ConfigurationContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/src/Common.Autofac/Logging/DefaultLoggerLevelConfigureOptions.cs b/src/Common/src/Common.Autofac/Logging/DefaultLoggerLevelConfigureOptions.cs index 780b641e6..596d86002 100644 --- a/src/Common/src/Common.Autofac/Logging/DefaultLoggerLevelConfigureOptions.cs +++ b/src/Common/src/Common.Autofac/Logging/DefaultLoggerLevelConfigureOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Common/src/Common.Autofac/Logging/LoggerFilterConfigureOptions.cs b/src/Common/src/Common.Autofac/Logging/LoggerFilterConfigureOptions.cs index 3576c4e5b..e9a0fda39 100644 --- a/src/Common/src/Common.Autofac/Logging/LoggerFilterConfigureOptions.cs +++ b/src/Common/src/Common.Autofac/Logging/LoggerFilterConfigureOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common.Autofac/Logging/LoggingContainerBuilderExtensions.cs b/src/Common/src/Common.Autofac/Logging/LoggingContainerBuilderExtensions.cs index a7f920483..492c5e38c 100644 --- a/src/Common/src/Common.Autofac/Logging/LoggingContainerBuilderExtensions.cs +++ b/src/Common/src/Common.Autofac/Logging/LoggingContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/src/Common.Autofac/Options/OptionsContainerBuilderExtensions.cs b/src/Common/src/Common.Autofac/Options/OptionsContainerBuilderExtensions.cs index fc672448d..c1f066fde 100644 --- a/src/Common/src/Common.Autofac/Options/OptionsContainerBuilderExtensions.cs +++ b/src/Common/src/Common.Autofac/Options/OptionsContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/src/Common.Hosting/HostBuilderExtensions.cs b/src/Common/src/Common.Hosting/HostBuilderExtensions.cs index 78d1fb7e7..1b98d3d37 100644 --- a/src/Common/src/Common.Hosting/HostBuilderExtensions.cs +++ b/src/Common/src/Common.Hosting/HostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; diff --git a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientBuilderExtensions.cs b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientBuilderExtensions.cs index ec03711ed..a07389231 100644 --- a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientBuilderExtensions.cs +++ b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; using System; diff --git a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandler.cs b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandler.cs index 6aa235051..c7d631b54 100644 --- a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandler.cs +++ b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandlerBase.cs b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandlerBase.cs index eedcbdcd0..200876743 100644 --- a/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandlerBase.cs +++ b/src/Common/src/Common.Http/Discovery/DiscoveryHttpClientHandlerBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.LoadBalancer; diff --git a/src/Common/src/Common.Http/Discovery/DiscoveryHttpMessageHandler.cs b/src/Common/src/Common.Http/Discovery/DiscoveryHttpMessageHandler.cs index 491bf3ff4..7afc26402 100644 --- a/src/Common/src/Common.Http/Discovery/DiscoveryHttpMessageHandler.cs +++ b/src/Common/src/Common.Http/Discovery/DiscoveryHttpMessageHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.Discovery; diff --git a/src/Common/src/Common.Http/HttpClientExtensions.cs b/src/Common/src/Common.Http/HttpClientExtensions.cs index 13e38f681..15c66cf9b 100644 --- a/src/Common/src/Common.Http/HttpClientExtensions.cs +++ b/src/Common/src/Common.Http/HttpClientExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Common/src/Common.Http/HttpClientHelper.cs b/src/Common/src/Common.Http/HttpClientHelper.cs index 48182b511..9d5ae3485 100644 --- a/src/Common/src/Common.Http/HttpClientHelper.cs +++ b/src/Common/src/Common.Http/HttpClientHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; diff --git a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerDelegatingHandler.cs b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerDelegatingHandler.cs index 122efef14..50d2c7427 100644 --- a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerDelegatingHandler.cs +++ b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerDelegatingHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientBuilderExtensions.cs b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientBuilderExtensions.cs index 62e9d21bc..bd7079605 100644 --- a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientBuilderExtensions.cs +++ b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.DependencyInjection.Extensions; diff --git a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientHandler.cs b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientHandler.cs index 649ef97c8..af614c135 100644 --- a/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientHandler.cs +++ b/src/Common/src/Common.Http/LoadBalancer/LoadBalancerHttpClientHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.LoadBalancer; diff --git a/src/Common/src/Common.Http/Properties/AssemblyInfo.cs b/src/Common/src/Common.Http/Properties/AssemblyInfo.cs index 098c6a193..7bf0e685a 100644 --- a/src/Common/src/Common.Http/Properties/AssemblyInfo.cs +++ b/src/Common/src/Common.Http/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Common/src/Common.Http/SerializationHelper.cs b/src/Common/src/Common.Http/SerializationHelper.cs index e9e8e0405..5851f50ad 100644 --- a/src/Common/src/Common.Http/SerializationHelper.cs +++ b/src/Common/src/Common.Http/SerializationHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Common/src/Common.Net/IMPR.cs b/src/Common/src/Common.Net/IMPR.cs index 3df5a3bf0..c865cdda3 100644 --- a/src/Common/src/Common.Net/IMPR.cs +++ b/src/Common/src/Common.Net/IMPR.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Text; diff --git a/src/Common/src/Common.Net/MPR.cs b/src/Common/src/Common.Net/MPR.cs index 90317dee7..dcb1b31bc 100644 --- a/src/Common/src/Common.Net/MPR.cs +++ b/src/Common/src/Common.Net/MPR.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; diff --git a/src/Common/src/Common.Net/NativeMethods.cs b/src/Common/src/Common.Net/NativeMethods.cs index 9e3d09e94..ad536ca4a 100644 --- a/src/Common/src/Common.Net/NativeMethods.cs +++ b/src/Common/src/Common.Net/NativeMethods.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; diff --git a/src/Common/src/Common.Net/Properties/AssemblyInfo.cs b/src/Common/src/Common.Net/Properties/AssemblyInfo.cs index 0777e08de..c787065a6 100644 --- a/src/Common/src/Common.Net/Properties/AssemblyInfo.cs +++ b/src/Common/src/Common.Net/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Common/src/Common.Net/WindowsNetworkFileShare.cs b/src/Common/src/Common.Net/WindowsNetworkFileShare.cs index 7a7701a14..99b35d140 100644 --- a/src/Common/src/Common.Net/WindowsNetworkFileShare.cs +++ b/src/Common/src/Common.Net/WindowsNetworkFileShare.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Linq; diff --git a/src/Common/src/Common.Security/CertificateOptions.cs b/src/Common/src/Common.Security/CertificateOptions.cs index 732fe5a11..9392edc0f 100644 --- a/src/Common/src/Common.Security/CertificateOptions.cs +++ b/src/Common/src/Common.Security/CertificateOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Security.Cryptography.X509Certificates; diff --git a/src/Common/src/Common.Security/ICertificateOptions.cs b/src/Common/src/Common.Security/ICertificateOptions.cs index 42f550fe5..e4b3de692 100644 --- a/src/Common/src/Common.Security/ICertificateOptions.cs +++ b/src/Common/src/Common.Security/ICertificateOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Security.Cryptography.X509Certificates; diff --git a/src/Common/src/Common.Security/PemCertificateProvider.cs b/src/Common/src/Common.Security/PemCertificateProvider.cs index 6462ed84d..93e394ac3 100644 --- a/src/Common/src/Common.Security/PemCertificateProvider.cs +++ b/src/Common/src/Common.Security/PemCertificateProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/src/Common.Security/PemCertificateSource.cs b/src/Common/src/Common.Security/PemCertificateSource.cs index 0878c8bc4..991149f78 100644 --- a/src/Common/src/Common.Security/PemCertificateSource.cs +++ b/src/Common/src/Common.Security/PemCertificateSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.IO; diff --git a/src/Common/src/Common.Security/PemConfigurationExtensions.cs b/src/Common/src/Common.Security/PemConfigurationExtensions.cs index 7486dce84..48e2af048 100644 --- a/src/Common/src/Common.Security/PemConfigurationExtensions.cs +++ b/src/Common/src/Common.Security/PemConfigurationExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.FileProviders; diff --git a/src/Common/src/Common.Security/PemConfigureCertificateOptions.cs b/src/Common/src/Common.Security/PemConfigureCertificateOptions.cs index 969960aaa..eaee35402 100644 --- a/src/Common/src/Common.Security/PemConfigureCertificateOptions.cs +++ b/src/Common/src/Common.Security/PemConfigureCertificateOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common/Configuration/ConfigurationValuesHelper.cs b/src/Common/src/Common/Configuration/ConfigurationValuesHelper.cs index 8553b559d..b50d1d1e7 100644 --- a/src/Common/src/Common/Configuration/ConfigurationValuesHelper.cs +++ b/src/Common/src/Common/Configuration/ConfigurationValuesHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/src/Common/Configuration/IConfigurationBuilderExtensions.cs b/src/Common/src/Common/Configuration/IConfigurationBuilderExtensions.cs index 1ab693b1c..ffa477442 100644 --- a/src/Common/src/Common/Configuration/IConfigurationBuilderExtensions.cs +++ b/src/Common/src/Common/Configuration/IConfigurationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common/Configuration/IPlaceholderResolverProvider.cs b/src/Common/src/Common/Configuration/IPlaceholderResolverProvider.cs index c4e2ffba9..f2013961f 100644 --- a/src/Common/src/Common/Configuration/IPlaceholderResolverProvider.cs +++ b/src/Common/src/Common/Configuration/IPlaceholderResolverProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Common/src/Common/Configuration/PropertyPlaceHolderHelper.cs b/src/Common/src/Common/Configuration/PropertyPlaceHolderHelper.cs index c80fd7fe9..65dbae11e 100644 --- a/src/Common/src/Common/Configuration/PropertyPlaceHolderHelper.cs +++ b/src/Common/src/Common/Configuration/PropertyPlaceHolderHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common/Diagnostics/DiagnosticHelpers.cs b/src/Common/src/Common/Diagnostics/DiagnosticHelpers.cs index 564241d9d..015864dfa 100644 --- a/src/Common/src/Common/Diagnostics/DiagnosticHelpers.cs +++ b/src/Common/src/Common/Diagnostics/DiagnosticHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; diff --git a/src/Common/src/Common/Diagnostics/DiagnosticObserver.cs b/src/Common/src/Common/Diagnostics/DiagnosticObserver.cs index a0a60591d..d82efb13a 100644 --- a/src/Common/src/Common/Diagnostics/DiagnosticObserver.cs +++ b/src/Common/src/Common/Diagnostics/DiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Common/src/Common/Diagnostics/DiagnosticsManager.cs b/src/Common/src/Common/Diagnostics/DiagnosticsManager.cs index 3cfc8d92f..effaba751 100644 --- a/src/Common/src/Common/Diagnostics/DiagnosticsManager.cs +++ b/src/Common/src/Common/Diagnostics/DiagnosticsManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Common/src/Common/Diagnostics/IDiagnosticObserver.cs b/src/Common/src/Common/Diagnostics/IDiagnosticObserver.cs index 9344b9210..f5ee6e057 100644 --- a/src/Common/src/Common/Diagnostics/IDiagnosticObserver.cs +++ b/src/Common/src/Common/Diagnostics/IDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/Diagnostics/IDiagnosticsManager.cs b/src/Common/src/Common/Diagnostics/IDiagnosticsManager.cs index 00fe74dc1..d19dcfc25 100644 --- a/src/Common/src/Common/Diagnostics/IDiagnosticsManager.cs +++ b/src/Common/src/Common/Diagnostics/IDiagnosticsManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Diagnostics { diff --git a/src/Common/src/Common/Diagnostics/IPolledDiagnosticSource.cs b/src/Common/src/Common/Diagnostics/IPolledDiagnosticSource.cs index 9cd925038..ad10a320d 100644 --- a/src/Common/src/Common/Diagnostics/IPolledDiagnosticSource.cs +++ b/src/Common/src/Common/Diagnostics/IPolledDiagnosticSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Diagnostics { diff --git a/src/Common/src/Common/Discovery/ConfigurationServiceInstance.cs b/src/Common/src/Common/Discovery/ConfigurationServiceInstance.cs index d9aa6c357..6d3999f78 100644 --- a/src/Common/src/Common/Discovery/ConfigurationServiceInstance.cs +++ b/src/Common/src/Common/Discovery/ConfigurationServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProvider.cs b/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProvider.cs index ce5e56f23..ae671fb21 100644 --- a/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProvider.cs +++ b/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using System; diff --git a/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensions.cs b/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensions.cs index cba038594..7798d55d0 100644 --- a/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensions.cs +++ b/src/Common/src/Common/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Discovery; diff --git a/src/Common/src/Common/Discovery/DiscoveryOptions.cs b/src/Common/src/Common/Discovery/DiscoveryOptions.cs index 411c33f07..efc130687 100644 --- a/src/Common/src/Common/Discovery/DiscoveryOptions.cs +++ b/src/Common/src/Common/Discovery/DiscoveryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/src/Common/Discovery/IDiscoveryClient.cs b/src/Common/src/Common/Discovery/IDiscoveryClient.cs index 9b3689519..0ef40b3f6 100644 --- a/src/Common/src/Common/Discovery/IDiscoveryClient.cs +++ b/src/Common/src/Common/Discovery/IDiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading.Tasks; diff --git a/src/Common/src/Common/Discovery/IDiscoveryClientOptions.cs b/src/Common/src/Common/Discovery/IDiscoveryClientOptions.cs index fc379453b..59f4b199a 100644 --- a/src/Common/src/Common/Discovery/IDiscoveryClientOptions.cs +++ b/src/Common/src/Common/Discovery/IDiscoveryClientOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Discovery { diff --git a/src/Common/src/Common/Discovery/IDiscoveryLifecycle.cs b/src/Common/src/Common/Discovery/IDiscoveryLifecycle.cs index 0f40646d0..a0797a74a 100644 --- a/src/Common/src/Common/Discovery/IDiscoveryLifecycle.cs +++ b/src/Common/src/Common/Discovery/IDiscoveryLifecycle.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading; diff --git a/src/Common/src/Common/Discovery/IDiscoveryRegistrationOptions.cs b/src/Common/src/Common/Discovery/IDiscoveryRegistrationOptions.cs index c912e95ca..675dd9f12 100644 --- a/src/Common/src/Common/Discovery/IDiscoveryRegistrationOptions.cs +++ b/src/Common/src/Common/Discovery/IDiscoveryRegistrationOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Discovery { diff --git a/src/Common/src/Common/Discovery/IServiceInstance.cs b/src/Common/src/Common/Discovery/IServiceInstance.cs index 756fcedbf..1c12ff6bd 100644 --- a/src/Common/src/Common/Discovery/IServiceInstance.cs +++ b/src/Common/src/Common/Discovery/IServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/Discovery/IServiceInstanceProvider.cs b/src/Common/src/Common/Discovery/IServiceInstanceProvider.cs index c02ef3e91..4d6a114f4 100644 --- a/src/Common/src/Common/Discovery/IServiceInstanceProvider.cs +++ b/src/Common/src/Common/Discovery/IServiceInstanceProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Common/src/Common/Discovery/IServiceInstanceProviderExtensions.cs b/src/Common/src/Common/Discovery/IServiceInstanceProviderExtensions.cs index 7aa784d71..9d45faa89 100644 --- a/src/Common/src/Common/Discovery/IServiceInstanceProviderExtensions.cs +++ b/src/Common/src/Common/Discovery/IServiceInstanceProviderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using System.Collections.Generic; diff --git a/src/Common/src/Common/Discovery/IServiceRegistry.cs b/src/Common/src/Common/Discovery/IServiceRegistry.cs index 87480b011..0f79440a4 100644 --- a/src/Common/src/Common/Discovery/IServiceRegistry.cs +++ b/src/Common/src/Common/Discovery/IServiceRegistry.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Common/src/Common/Discovery/SerializableIServiceInstance.cs b/src/Common/src/Common/Discovery/SerializableIServiceInstance.cs index 8438dad70..b6389cabd 100644 --- a/src/Common/src/Common/Discovery/SerializableIServiceInstance.cs +++ b/src/Common/src/Common/Discovery/SerializableIServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/Extensions/UriExtensions.cs b/src/Common/src/Common/Extensions/UriExtensions.cs index dbfdf1056..91b421b16 100644 --- a/src/Common/src/Common/Extensions/UriExtensions.cs +++ b/src/Common/src/Common/Extensions/UriExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/HealthChecks/HealthCheckResult.cs b/src/Common/src/Common/HealthChecks/HealthCheckResult.cs index 6245ca3ad..f3399dba7 100644 --- a/src/Common/src/Common/HealthChecks/HealthCheckResult.cs +++ b/src/Common/src/Common/HealthChecks/HealthCheckResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Common/src/Common/HealthChecks/HealthStatus.cs b/src/Common/src/Common/HealthChecks/HealthStatus.cs index 8fec2a804..4cf9ce5df 100644 --- a/src/Common/src/Common/HealthChecks/HealthStatus.cs +++ b/src/Common/src/Common/HealthChecks/HealthStatus.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.HealthChecks { diff --git a/src/Common/src/Common/HealthChecks/IHealthContributor.cs b/src/Common/src/Common/HealthChecks/IHealthContributor.cs index f20132833..451859c51 100644 --- a/src/Common/src/Common/HealthChecks/IHealthContributor.cs +++ b/src/Common/src/Common/HealthChecks/IHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.HealthChecks { diff --git a/src/Common/src/Common/LoadBalancer/ILoadBalancer.cs b/src/Common/src/Common/LoadBalancer/ILoadBalancer.cs index f658689b1..b22c5ca86 100644 --- a/src/Common/src/Common/LoadBalancer/ILoadBalancer.cs +++ b/src/Common/src/Common/LoadBalancer/ILoadBalancer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading.Tasks; diff --git a/src/Common/src/Common/LoadBalancer/RandomLoadBalancer.cs b/src/Common/src/Common/LoadBalancer/RandomLoadBalancer.cs index 081a2ee4b..0edbdcd72 100644 --- a/src/Common/src/Common/LoadBalancer/RandomLoadBalancer.cs +++ b/src/Common/src/Common/LoadBalancer/RandomLoadBalancer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common/LoadBalancer/RoundRobinLoadBalancer.cs b/src/Common/src/Common/LoadBalancer/RoundRobinLoadBalancer.cs index daf4a1b8b..0e4520534 100644 --- a/src/Common/src/Common/LoadBalancer/RoundRobinLoadBalancer.cs +++ b/src/Common/src/Common/LoadBalancer/RoundRobinLoadBalancer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Logging; diff --git a/src/Common/src/Common/Net/HostInfo.cs b/src/Common/src/Common/Net/HostInfo.cs index bdb69b4cb..0936185c1 100644 --- a/src/Common/src/Common/Net/HostInfo.cs +++ b/src/Common/src/Common/Net/HostInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Net { diff --git a/src/Common/src/Common/Net/InetOptions.cs b/src/Common/src/Common/Net/InetOptions.cs index 9a60f1deb..d9a6f03c0 100644 --- a/src/Common/src/Common/Net/InetOptions.cs +++ b/src/Common/src/Common/Net/InetOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Common/src/Common/Net/InetUtils.cs b/src/Common/src/Common/Net/InetUtils.cs index c2feb0f13..5ad9859e0 100644 --- a/src/Common/src/Common/Net/InetUtils.cs +++ b/src/Common/src/Common/Net/InetUtils.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Common/src/Common/Options/AbstractOptions.cs b/src/Common/src/Common/Options/AbstractOptions.cs index 0bfc9de8a..0aa061e27 100644 --- a/src/Common/src/Common/Options/AbstractOptions.cs +++ b/src/Common/src/Common/Options/AbstractOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/src/Common/Platform.cs b/src/Common/src/Common/Platform.cs index 7a490e40f..b82ceeea4 100644 --- a/src/Common/src/Common/Platform.cs +++ b/src/Common/src/Common/Platform.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; diff --git a/src/Common/src/Common/Properties/AssemblyInfo.cs b/src/Common/src/Common/Properties/AssemblyInfo.cs index 4ef9685f1..7661d73c9 100644 --- a/src/Common/src/Common/Properties/AssemblyInfo.cs +++ b/src/Common/src/Common/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Common/src/Common/Reflection/ReflectionHelpers.cs b/src/Common/src/Common/Reflection/ReflectionHelpers.cs index 9dd334438..3d94e394e 100644 --- a/src/Common/src/Common/Reflection/ReflectionHelpers.cs +++ b/src/Common/src/Common/Reflection/ReflectionHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reflection; diff --git a/src/Common/src/Common/SecurityUtilities.cs b/src/Common/src/Common/SecurityUtilities.cs index 4e4978679..b59b80d2f 100644 --- a/src/Common/src/Common/SecurityUtilities.cs +++ b/src/Common/src/Common/SecurityUtilities.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net; diff --git a/src/Common/src/Common/Tasks/IApplicationTask.cs b/src/Common/src/Common/Tasks/IApplicationTask.cs index 9fea5aa72..d6347914c 100644 --- a/src/Common/src/Common/Tasks/IApplicationTask.cs +++ b/src/Common/src/Common/Tasks/IApplicationTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Tasks { diff --git a/src/Common/test/Common.Autofac.Test/Configuration/ConfigurationContainerBuilderExtensionsTest.cs b/src/Common/test/Common.Autofac.Test/Configuration/ConfigurationContainerBuilderExtensionsTest.cs index 972919632..86d342b40 100644 --- a/src/Common/test/Common.Autofac.Test/Configuration/ConfigurationContainerBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Autofac.Test/Configuration/ConfigurationContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/test/Common.Autofac.Test/Logging/LoggingContainerBuilderExtensionsTest.cs b/src/Common/test/Common.Autofac.Test/Logging/LoggingContainerBuilderExtensionsTest.cs index 6c049614c..183e78218 100644 --- a/src/Common/test/Common.Autofac.Test/Logging/LoggingContainerBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Autofac.Test/Logging/LoggingContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/test/Common.Autofac.Test/Options/OptionsContainerBuilderExtensionsTest.cs b/src/Common/test/Common.Autofac.Test/Options/OptionsContainerBuilderExtensionsTest.cs index 941f47167..6ca677e29 100644 --- a/src/Common/test/Common.Autofac.Test/Options/OptionsContainerBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Autofac.Test/Options/OptionsContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Common/test/Common.Hosting.Test/HostBuilderExtensionsTest.cs b/src/Common/test/Common.Hosting.Test/HostBuilderExtensionsTest.cs index 5a4ac9533..087bcaadd 100644 --- a/src/Common/test/Common.Hosting.Test/HostBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Hosting.Test/HostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server.Features; diff --git a/src/Common/test/Common.Hosting.Test/TestServerStartup.cs b/src/Common/test/Common.Hosting.Test/TestServerStartup.cs index ec7851fe5..cc7e248ca 100644 --- a/src/Common/test/Common.Hosting.Test/TestServerStartup.cs +++ b/src/Common/test/Common.Hosting.Test/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting.Server.Features; diff --git a/src/Common/test/Common.Hosting.Test/TestServerStartup42.cs b/src/Common/test/Common.Hosting.Test/TestServerStartup42.cs index 9af4f7f07..aea58a61d 100644 --- a/src/Common/test/Common.Hosting.Test/TestServerStartup42.cs +++ b/src/Common/test/Common.Hosting.Test/TestServerStartup42.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Hosting.Test { diff --git a/src/Common/test/Common.Hosting.Test/TestServerStartupDefault.cs b/src/Common/test/Common.Hosting.Test/TestServerStartupDefault.cs index 29dc56c59..a0dc0a1a5 100644 --- a/src/Common/test/Common.Hosting.Test/TestServerStartupDefault.cs +++ b/src/Common/test/Common.Hosting.Test/TestServerStartupDefault.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Hosting.Test { diff --git a/src/Common/test/Common.Hosting.Test/TestServerStartupLocals.cs b/src/Common/test/Common.Hosting.Test/TestServerStartupLocals.cs index 051452cb1..b116e9043 100644 --- a/src/Common/test/Common.Hosting.Test/TestServerStartupLocals.cs +++ b/src/Common/test/Common.Hosting.Test/TestServerStartupLocals.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Hosting.Test { diff --git a/src/Common/test/Common.Http.Test/Discovery/DiscoveryHttpClientHandlerBaseTest.cs b/src/Common/test/Common.Http.Test/Discovery/DiscoveryHttpClientHandlerBaseTest.cs index 89a184282..1e14444d5 100644 --- a/src/Common/test/Common.Http.Test/Discovery/DiscoveryHttpClientHandlerBaseTest.cs +++ b/src/Common/test/Common.Http.Test/Discovery/DiscoveryHttpClientHandlerBaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using System; diff --git a/src/Common/test/Common.Http.Test/Discovery/TestDiscoveryClient.cs b/src/Common/test/Common.Http.Test/Discovery/TestDiscoveryClient.cs index 57d760f1e..1d5bc4f0b 100644 --- a/src/Common/test/Common.Http.Test/Discovery/TestDiscoveryClient.cs +++ b/src/Common/test/Common.Http.Test/Discovery/TestDiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using System; diff --git a/src/Common/test/Common.Http.Test/HttpClientExtensionsTest.cs b/src/Common/test/Common.Http.Test/HttpClientExtensionsTest.cs index c9b44f790..b991514c8 100644 --- a/src/Common/test/Common.Http.Test/HttpClientExtensionsTest.cs +++ b/src/Common/test/Common.Http.Test/HttpClientExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Serialization; diff --git a/src/Common/test/Common.Http.Test/HttpClientHelperTest.cs b/src/Common/test/Common.Http.Test/HttpClientHelperTest.cs index fa6e955aa..e47008135 100644 --- a/src/Common/test/Common.Http.Test/HttpClientHelperTest.cs +++ b/src/Common/test/Common.Http.Test/HttpClientHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Net; diff --git a/src/Common/test/Common.Http.Test/LoadBalancer/BrokenLoadBalancer.cs b/src/Common/test/Common.Http.Test/LoadBalancer/BrokenLoadBalancer.cs index 99303401e..2cd5b70ba 100644 --- a/src/Common/test/Common.Http.Test/LoadBalancer/BrokenLoadBalancer.cs +++ b/src/Common/test/Common.Http.Test/LoadBalancer/BrokenLoadBalancer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.LoadBalancer; using System; diff --git a/src/Common/test/Common.Http.Test/LoadBalancer/FakeLoadBalancer.cs b/src/Common/test/Common.Http.Test/LoadBalancer/FakeLoadBalancer.cs index 2bc82ffc3..f408210cb 100644 --- a/src/Common/test/Common.Http.Test/LoadBalancer/FakeLoadBalancer.cs +++ b/src/Common/test/Common.Http.Test/LoadBalancer/FakeLoadBalancer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.LoadBalancer; using System; diff --git a/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerDelegatingHandlerTest.cs b/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerDelegatingHandlerTest.cs index d6ec62f52..f1490bff5 100644 --- a/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerDelegatingHandlerTest.cs +++ b/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerDelegatingHandlerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Http.Test; using System; diff --git a/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerHttpClientBuilderExtensionsTest.cs b/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerHttpClientBuilderExtensionsTest.cs index 44a8225dd..f50a81149 100644 --- a/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerHttpClientBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Http.Test/LoadBalancer/LoadBalancerHttpClientBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Common/test/Common.Http.Test/SerializationHelperTest.cs b/src/Common/test/Common.Http.Test/SerializationHelperTest.cs index 6b0feb7db..7bba635ba 100644 --- a/src/Common/test/Common.Http.Test/SerializationHelperTest.cs +++ b/src/Common/test/Common.Http.Test/SerializationHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.IO; diff --git a/src/Common/test/Common.Http.Test/SerializationTestObject.cs b/src/Common/test/Common.Http.Test/SerializationTestObject.cs index e8fc7ee12..1c719dfb8 100644 --- a/src/Common/test/Common.Http.Test/SerializationTestObject.cs +++ b/src/Common/test/Common.Http.Test/SerializationTestObject.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Common.Http.Test { diff --git a/src/Common/test/Common.Http.Test/TestInnerDelegatingHandler.cs b/src/Common/test/Common.Http.Test/TestInnerDelegatingHandler.cs index 52d7379c7..6765d71b2 100644 --- a/src/Common/test/Common.Http.Test/TestInnerDelegatingHandler.cs +++ b/src/Common/test/Common.Http.Test/TestInnerDelegatingHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net; using System.Net.Http; diff --git a/src/Common/test/Common.Http.Test/TestInnerDelegatingHandlerBrokenServer.cs b/src/Common/test/Common.Http.Test/TestInnerDelegatingHandlerBrokenServer.cs index a104a6cab..0b0ad7e06 100644 --- a/src/Common/test/Common.Http.Test/TestInnerDelegatingHandlerBrokenServer.cs +++ b/src/Common/test/Common.Http.Test/TestInnerDelegatingHandlerBrokenServer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net; using System.Net.Http; diff --git a/src/Common/test/Common.Http.Test/TestServiceInstance.cs b/src/Common/test/Common.Http.Test/TestServiceInstance.cs index 8bb048c5e..fcf5b831e 100644 --- a/src/Common/test/Common.Http.Test/TestServiceInstance.cs +++ b/src/Common/test/Common.Http.Test/TestServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using System; diff --git a/src/Common/test/Common.Net.Test/FakeMPR.cs b/src/Common/test/Common.Net.Test/FakeMPR.cs index 7a30aefad..545ea4504 100644 --- a/src/Common/test/Common.Net.Test/FakeMPR.cs +++ b/src/Common/test/Common.Net.Test/FakeMPR.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Text; diff --git a/src/Common/test/Common.Net.Test/WindowsNetworkFileShareTest.cs b/src/Common/test/Common.Net.Test/WindowsNetworkFileShareTest.cs index 5a3f81226..2a2b5ff40 100644 --- a/src/Common/test/Common.Net.Test/WindowsNetworkFileShareTest.cs +++ b/src/Common/test/Common.Net.Test/WindowsNetworkFileShareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Net; diff --git a/src/Common/test/Common.Security.Test/PemConfigurationExtensionsTest.cs b/src/Common/test/Common.Security.Test/PemConfigurationExtensionsTest.cs index 601fa1037..0726f4684 100644 --- a/src/Common/test/Common.Security.Test/PemConfigurationExtensionsTest.cs +++ b/src/Common/test/Common.Security.Test/PemConfigurationExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/test/Common.Security.Test/PemConfigureCertificateOptionsTest.cs b/src/Common/test/Common.Security.Test/PemConfigureCertificateOptionsTest.cs index da4261f59..9a4b79a60 100644 --- a/src/Common/test/Common.Security.Test/PemConfigureCertificateOptionsTest.cs +++ b/src/Common/test/Common.Security.Test/PemConfigureCertificateOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Options; diff --git a/src/Common/test/Common.Test/Configuration/ConfigurationValuesHelperTest.cs b/src/Common/test/Common.Test/Configuration/ConfigurationValuesHelperTest.cs index 40064ff2c..a17e48bf6 100644 --- a/src/Common/test/Common.Test/Configuration/ConfigurationValuesHelperTest.cs +++ b/src/Common/test/Common.Test/Configuration/ConfigurationValuesHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/test/Common.Test/Configuration/IConfigurationBuilderExtensionsTest.cs b/src/Common/test/Common.Test/Configuration/IConfigurationBuilderExtensionsTest.cs index b1ce56252..3b1427d5b 100644 --- a/src/Common/test/Common.Test/Configuration/IConfigurationBuilderExtensionsTest.cs +++ b/src/Common/test/Common.Test/Configuration/IConfigurationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Memory; diff --git a/src/Common/test/Common.Test/Configuration/PropertyPlaceholderHelperTest.cs b/src/Common/test/Common.Test/Configuration/PropertyPlaceholderHelperTest.cs index 905fdd692..39e2a97e8 100644 --- a/src/Common/test/Common.Test/Configuration/PropertyPlaceholderHelperTest.cs +++ b/src/Common/test/Common.Test/Configuration/PropertyPlaceholderHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensionsTest.cs b/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensionsTest.cs index 278488d86..46cb161ff 100644 --- a/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensionsTest.cs +++ b/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderTest.cs b/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderTest.cs index f24f7a829..48a2485ed 100644 --- a/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderTest.cs +++ b/src/Common/test/Common.Test/Discovery/ConfigurationServiceInstanceProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; diff --git a/src/Common/test/Common.Test/Discovery/DiscoveryOptionsTest.cs b/src/Common/test/Common.Test/Discovery/DiscoveryOptionsTest.cs index 4d2a88887..2b6e67b26 100644 --- a/src/Common/test/Common.Test/Discovery/DiscoveryOptionsTest.cs +++ b/src/Common/test/Common.Test/Discovery/DiscoveryOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Common/test/Common.Test/Extensions/UriExtensionsTest.cs b/src/Common/test/Common.Test/Extensions/UriExtensionsTest.cs index 1fc8df234..dab5bd09d 100644 --- a/src/Common/test/Common.Test/Extensions/UriExtensionsTest.cs +++ b/src/Common/test/Common.Test/Extensions/UriExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Extensions; using System; diff --git a/src/Common/test/Common.Test/LoadBalancer/RoundRobinLoadBalancerTest.cs b/src/Common/test/Common.Test/LoadBalancer/RoundRobinLoadBalancerTest.cs index feb3f29b2..bb49f1f31 100644 --- a/src/Common/test/Common.Test/LoadBalancer/RoundRobinLoadBalancerTest.cs +++ b/src/Common/test/Common.Test/LoadBalancer/RoundRobinLoadBalancerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Common/test/Common.Test/Net/InetUtilsTest.cs b/src/Common/test/Common.Test/Net/InetUtilsTest.cs index b44d3de84..62980fe28 100644 --- a/src/Common/test/Common.Test/Net/InetUtilsTest.cs +++ b/src/Common/test/Common.Test/Net/InetUtilsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net; using Xunit; diff --git a/src/Common/test/Common.Test/Options/AbstractOptionsTest.cs b/src/Common/test/Common.Test/Options/AbstractOptionsTest.cs index d9490e0f8..2179757d7 100644 --- a/src/Common/test/Common.Test/Options/AbstractOptionsTest.cs +++ b/src/Common/test/Common.Test/Options/AbstractOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Options; diff --git a/src/Common/test/Common.Test/Options/TestOptions.cs b/src/Common/test/Common.Test/Options/TestOptions.cs index 6c6da2e4c..dc41ddf8c 100644 --- a/src/Common/test/Common.Test/Options/TestOptions.cs +++ b/src/Common/test/Common.Test/Options/TestOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Options; diff --git a/src/Common/test/Common.Test/PlatformTest.cs b/src/Common/test/Common.Test/PlatformTest.cs index dde4840c4..99cf81825 100644 --- a/src/Common/test/Common.Test/PlatformTest.cs +++ b/src/Common/test/Common.Test/PlatformTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Common/test/Common.Test/SecurityUtilitiesTest.cs b/src/Common/test/Common.Test/SecurityUtilitiesTest.cs index 29b53b407..313e5f349 100644 --- a/src/Common/test/Common.Test/SecurityUtilitiesTest.cs +++ b/src/Common/test/Common.Test/SecurityUtilitiesTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Configuration/src/CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs b/src/Configuration/src/CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs index 024a15162..462a2f27b 100644 --- a/src/Configuration/src/CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs +++ b/src/Configuration/src/CloudFoundryAutofac/CloudFoundryContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/src/CloudFoundryBase/AbstractServiceOptions.cs b/src/Configuration/src/CloudFoundryBase/AbstractServiceOptions.cs index bc08e9c4c..c8141a9ea 100644 --- a/src/Configuration/src/CloudFoundryBase/AbstractServiceOptions.cs +++ b/src/Configuration/src/CloudFoundryBase/AbstractServiceOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryApplicationOptions.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryApplicationOptions.cs index 2fff2d29d..d982af317 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryApplicationOptions.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryApplicationOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Options; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs index 06555b0b5..0827e9ae8 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationProvider.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationProvider.cs index 796bc2ca2..81ecb2e85 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationProvider.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationSource.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationSource.cs index aeda3f375..406676a62 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationSource.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryConfigurationSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs index fe9a87cad..7e29fdfa9 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryEnvironmentSettingsReader.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryMemorySettingsReader.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryMemorySettingsReader.cs index f2b77f016..693f2817f 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryMemorySettingsReader.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryMemorySettingsReader.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry { diff --git a/src/Configuration/src/CloudFoundryBase/CloudFoundryServicesOptions.cs b/src/Configuration/src/CloudFoundryBase/CloudFoundryServicesOptions.cs index 088320553..4850558d8 100644 --- a/src/Configuration/src/CloudFoundryBase/CloudFoundryServicesOptions.cs +++ b/src/Configuration/src/CloudFoundryBase/CloudFoundryServicesOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Options; diff --git a/src/Configuration/src/CloudFoundryBase/Credential.cs b/src/Configuration/src/CloudFoundryBase/Credential.cs index c7c1f0366..a4a9458cd 100644 --- a/src/Configuration/src/CloudFoundryBase/Credential.cs +++ b/src/Configuration/src/CloudFoundryBase/Credential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Configuration/src/CloudFoundryBase/CredentialConverter.cs b/src/Configuration/src/CloudFoundryBase/CredentialConverter.cs index f35526962..e07d012f8 100644 --- a/src/Configuration/src/CloudFoundryBase/CredentialConverter.cs +++ b/src/Configuration/src/CloudFoundryBase/CredentialConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.ComponentModel; diff --git a/src/Configuration/src/CloudFoundryBase/ICloudFoundrySettingsReader.cs b/src/Configuration/src/CloudFoundryBase/ICloudFoundrySettingsReader.cs index 3488d7d68..9bcb8860b 100644 --- a/src/Configuration/src/CloudFoundryBase/ICloudFoundrySettingsReader.cs +++ b/src/Configuration/src/CloudFoundryBase/ICloudFoundrySettingsReader.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry { diff --git a/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationProvider.cs b/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationProvider.cs index 4a9348e99..9829b4fc0 100644 --- a/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationProvider.cs +++ b/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration.Json; using System; diff --git a/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationSource.cs b/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationSource.cs index 86466f794..ff78a03b1 100644 --- a/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationSource.cs +++ b/src/Configuration/src/CloudFoundryBase/JsonStreamConfigurationSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Json; diff --git a/src/Configuration/src/CloudFoundryBase/Limits.cs b/src/Configuration/src/CloudFoundryBase/Limits.cs index 2dfd12d60..519cd9218 100644 --- a/src/Configuration/src/CloudFoundryBase/Limits.cs +++ b/src/Configuration/src/CloudFoundryBase/Limits.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry { diff --git a/src/Configuration/src/CloudFoundryBase/Properties/AssemblyInfo.cs b/src/Configuration/src/CloudFoundryBase/Properties/AssemblyInfo.cs index 5ab8f772b..c0858b2a3 100644 --- a/src/Configuration/src/CloudFoundryBase/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/CloudFoundryBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/CloudFoundryBase/Service.cs b/src/Configuration/src/CloudFoundryBase/Service.cs index e675fd84a..d831bff6f 100644 --- a/src/Configuration/src/CloudFoundryBase/Service.cs +++ b/src/Configuration/src/CloudFoundryBase/Service.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Configuration/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs b/src/Configuration/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs index 9c377d6f3..da3af0ec7 100644 --- a/src/Configuration/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs +++ b/src/Configuration/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; diff --git a/src/Configuration/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs b/src/Configuration/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs index e669cddcb..214ddf183 100644 --- a/src/Configuration/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs +++ b/src/Configuration/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/src/CloudFoundryCore/Properties/AssemblyInfo.cs b/src/Configuration/src/CloudFoundryCore/Properties/AssemblyInfo.cs index 8b5992420..f44a36911 100644 --- a/src/Configuration/src/CloudFoundryCore/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/CloudFoundryCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs b/src/Configuration/src/ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs index 7ac12aef8..df2eb637a 100644 --- a/src/Configuration/src/ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs +++ b/src/Configuration/src/ConfigServerAutofac/ConfigServerContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/src/ConfigServerBase/ConfigEnvironment.cs b/src/Configuration/src/ConfigServerBase/ConfigEnvironment.cs index 36c17aa3e..86cb55b89 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigEnvironment.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigEnvironment.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerClientSettings.cs b/src/Configuration/src/ConfigServerBase/ConfigServerClientSettings.cs index af2aaa1d3..ca66559b9 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerClientSettings.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerClientSettings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerClientSettingsOptions.cs b/src/Configuration/src/ConfigServerBase/ConfigServerClientSettingsOptions.cs index fabc57a8f..d78cbe0f3 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerClientSettingsOptions.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerClientSettingsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Options; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs index d74145dd2..ca7816828 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationProvider.cs b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationProvider.cs index 9c9c4f10a..551e8c217 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationProvider.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationSource.cs b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationSource.cs index 02173aa15..5d11a73d7 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationSource.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerConfigurationSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerDiscoveryService.cs b/src/Configuration/src/ConfigServerBase/ConfigServerDiscoveryService.cs index d915eff89..3fcb44975 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerDiscoveryService.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerDiscoveryService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerException.cs b/src/Configuration/src/ConfigServerBase/ConfigServerException.cs index 9c29c3169..2977ed9e0 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerException.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/Configuration/src/ConfigServerBase/ConfigServerHealthContributor.cs b/src/Configuration/src/ConfigServerBase/ConfigServerHealthContributor.cs index bc312984e..597f42335 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigServerHealthContributor.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigServerHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/ConfigServerBase/ConfigurationSettingsHelper.cs b/src/Configuration/src/ConfigServerBase/ConfigurationSettingsHelper.cs index cddc4941a..55a0c3ac7 100644 --- a/src/Configuration/src/ConfigServerBase/ConfigurationSettingsHelper.cs +++ b/src/Configuration/src/ConfigServerBase/ConfigurationSettingsHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Configuration; diff --git a/src/Configuration/src/ConfigServerBase/Properties/AssemblyInfo.cs b/src/Configuration/src/ConfigServerBase/Properties/AssemblyInfo.cs index 5cf9c4a35..961cc3e78 100644 --- a/src/Configuration/src/ConfigServerBase/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/ConfigServerBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/ConfigServerBase/PropertySource.cs b/src/Configuration/src/ConfigServerBase/PropertySource.cs index 151a336b1..67c8afe08 100644 --- a/src/Configuration/src/ConfigServerBase/PropertySource.cs +++ b/src/Configuration/src/ConfigServerBase/PropertySource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Configuration/src/ConfigServerBase/SpringCloudConfigDiscovery.cs b/src/Configuration/src/ConfigServerBase/SpringCloudConfigDiscovery.cs index a511f3b15..4001f4c44 100644 --- a/src/Configuration/src/ConfigServerBase/SpringCloudConfigDiscovery.cs +++ b/src/Configuration/src/ConfigServerBase/SpringCloudConfigDiscovery.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.ConfigServer { diff --git a/src/Configuration/src/ConfigServerBase/SpringCloudConfigHealth.cs b/src/Configuration/src/ConfigServerBase/SpringCloudConfigHealth.cs index cff8b93ee..82b74a1f9 100644 --- a/src/Configuration/src/ConfigServerBase/SpringCloudConfigHealth.cs +++ b/src/Configuration/src/ConfigServerBase/SpringCloudConfigHealth.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.ConfigServer { diff --git a/src/Configuration/src/ConfigServerBase/SpringCloudConfigRetry.cs b/src/Configuration/src/ConfigServerBase/SpringCloudConfigRetry.cs index c621e3605..7acde916b 100644 --- a/src/Configuration/src/ConfigServerBase/SpringCloudConfigRetry.cs +++ b/src/Configuration/src/ConfigServerBase/SpringCloudConfigRetry.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.ConfigServer { diff --git a/src/Configuration/src/ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs b/src/Configuration/src/ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs index 8c9eb689d..613f04928 100644 --- a/src/Configuration/src/ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs +++ b/src/Configuration/src/ConfigServerCore/ConfigServerConfigurationBuilderExtensionsCore.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; diff --git a/src/Configuration/src/ConfigServerCore/ConfigServerHostBuilderExtensions.cs b/src/Configuration/src/ConfigServerCore/ConfigServerHostBuilderExtensions.cs index 18ff768ad..1823f4da0 100644 --- a/src/Configuration/src/ConfigServerCore/ConfigServerHostBuilderExtensions.cs +++ b/src/Configuration/src/ConfigServerCore/ConfigServerHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; diff --git a/src/Configuration/src/ConfigServerCore/ConfigServerServiceCollectionExtensions.cs b/src/Configuration/src/ConfigServerCore/ConfigServerServiceCollectionExtensions.cs index 5b6796a52..bb605dedf 100644 --- a/src/Configuration/src/ConfigServerCore/ConfigServerServiceCollectionExtensions.cs +++ b/src/Configuration/src/ConfigServerCore/ConfigServerServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/src/ConfigServerCore/Properties/AssemblyInfo.cs b/src/Configuration/src/ConfigServerCore/Properties/AssemblyInfo.cs index d9f1881a6..68d512cda 100644 --- a/src/Configuration/src/ConfigServerCore/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/ConfigServerCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/PlaceholderBase/PlaceholderResolverExtensions.cs b/src/Configuration/src/PlaceholderBase/PlaceholderResolverExtensions.cs index d4c152433..df521beaa 100644 --- a/src/Configuration/src/PlaceholderBase/PlaceholderResolverExtensions.cs +++ b/src/Configuration/src/PlaceholderBase/PlaceholderResolverExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/PlaceholderBase/PlaceholderResolverProvider.cs b/src/Configuration/src/PlaceholderBase/PlaceholderResolverProvider.cs index 3970457ad..eaad58f85 100644 --- a/src/Configuration/src/PlaceholderBase/PlaceholderResolverProvider.cs +++ b/src/Configuration/src/PlaceholderBase/PlaceholderResolverProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/PlaceholderBase/PlaceholderResolverSource.cs b/src/Configuration/src/PlaceholderBase/PlaceholderResolverSource.cs index 166809724..1874ff01b 100644 --- a/src/Configuration/src/PlaceholderBase/PlaceholderResolverSource.cs +++ b/src/Configuration/src/PlaceholderBase/PlaceholderResolverSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/PlaceholderBase/Properties/AssemblyInfo.cs b/src/Configuration/src/PlaceholderBase/Properties/AssemblyInfo.cs index 1df396fbc..f29def31f 100644 --- a/src/Configuration/src/PlaceholderBase/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/PlaceholderBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/PlaceholderCore/PlaceholderResolverExtensions.cs b/src/Configuration/src/PlaceholderCore/PlaceholderResolverExtensions.cs index d3ac47aef..1676ebe2c 100644 --- a/src/Configuration/src/PlaceholderCore/PlaceholderResolverExtensions.cs +++ b/src/Configuration/src/PlaceholderCore/PlaceholderResolverExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/src/PlaceholderCore/Properties/AssemblyInfo.cs b/src/Configuration/src/PlaceholderCore/Properties/AssemblyInfo.cs index 1df396fbc..f29def31f 100644 --- a/src/Configuration/src/PlaceholderCore/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/PlaceholderCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/RandomValueBase/Properties/AssemblyInfo.cs b/src/Configuration/src/RandomValueBase/Properties/AssemblyInfo.cs index af0a6acbc..4d8d71bc8 100644 --- a/src/Configuration/src/RandomValueBase/Properties/AssemblyInfo.cs +++ b/src/Configuration/src/RandomValueBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Configuration/src/RandomValueBase/RandomValueExtensions.cs b/src/Configuration/src/RandomValueBase/RandomValueExtensions.cs index bcb19191d..bd70badb7 100644 --- a/src/Configuration/src/RandomValueBase/RandomValueExtensions.cs +++ b/src/Configuration/src/RandomValueBase/RandomValueExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/RandomValueBase/RandomValueProvider.cs b/src/Configuration/src/RandomValueBase/RandomValueProvider.cs index 70e808246..5f40965fe 100644 --- a/src/Configuration/src/RandomValueBase/RandomValueProvider.cs +++ b/src/Configuration/src/RandomValueBase/RandomValueProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/src/RandomValueBase/RandomValueSource.cs b/src/Configuration/src/RandomValueBase/RandomValueSource.cs index f8753c619..8b255fb52 100644 --- a/src/Configuration/src/RandomValueBase/RandomValueSource.cs +++ b/src/Configuration/src/RandomValueBase/RandomValueSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/test/CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs b/src/Configuration/test/CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs index e20fe9a30..c968bec1d 100644 --- a/src/Configuration/test/CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs +++ b/src/Configuration/test/CloudFoundryAutofac.Test/CloudFoundryContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/test/CloudFoundryBase.Test/AbstractServiceOptionsTest.cs b/src/Configuration/test/CloudFoundryBase.Test/AbstractServiceOptionsTest.cs index 4b24713ac..24e1c157c 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/AbstractServiceOptionsTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/AbstractServiceOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs index 58bf86ec7..bea044e15 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryApplicationOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs index 4dba5e663..ba38a9652 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryConfigurationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs index 9d29c176f..f2cbc03bf 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/CloudFoundryServiceOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Xunit; diff --git a/src/Configuration/test/CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs b/src/Configuration/test/CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs index 6184687fb..5cd2ee267 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/CloudfoundryConfigurationProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs b/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs index da073e10b..1c4ce38e7 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs b/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs index 473fc6c05..e6dff55a3 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/JsonStreamConfigurationSourceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Configuration/test/CloudFoundryBase.Test/MySqlCredentials.cs b/src/Configuration/test/CloudFoundryBase.Test/MySqlCredentials.cs index 4eff2d2f8..05383909a 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/MySqlCredentials.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/MySqlCredentials.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry.Test { diff --git a/src/Configuration/test/CloudFoundryBase.Test/MySqlServiceOption.cs b/src/Configuration/test/CloudFoundryBase.Test/MySqlServiceOption.cs index 53a0f9023..556b74915 100644 --- a/src/Configuration/test/CloudFoundryBase.Test/MySqlServiceOption.cs +++ b/src/Configuration/test/CloudFoundryBase.Test/MySqlServiceOption.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry.Test { diff --git a/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs b/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs index 893c2851d..4cb14b5fe 100644 --- a/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs +++ b/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server.Features; diff --git a/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs b/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs index 11d10ef9b..740af905b 100644 --- a/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs +++ b/src/Configuration/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/test/CloudFoundryCore.Test/MySqlCredentials.cs b/src/Configuration/test/CloudFoundryCore.Test/MySqlCredentials.cs index 4eff2d2f8..05383909a 100644 --- a/src/Configuration/test/CloudFoundryCore.Test/MySqlCredentials.cs +++ b/src/Configuration/test/CloudFoundryCore.Test/MySqlCredentials.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.CloudFoundry.Test { diff --git a/src/Configuration/test/CloudFoundryCore.Test/MySqlServiceOption.cs b/src/Configuration/test/CloudFoundryCore.Test/MySqlServiceOption.cs index 4a2fb833e..556b74915 100644 --- a/src/Configuration/test/CloudFoundryCore.Test/MySqlServiceOption.cs +++ b/src/Configuration/test/CloudFoundryCore.Test/MySqlServiceOption.cs @@ -1,16 +1,7 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. + namespace Steeltoe.Extensions.Configuration.CloudFoundry.Test { public class MySqlServiceOption : AbstractServiceOptions diff --git a/src/Configuration/test/CloudFoundryCore.Test/TestServerStartup.cs b/src/Configuration/test/CloudFoundryCore.Test/TestServerStartup.cs index 2aae1e3b7..68e357dc4 100644 --- a/src/Configuration/test/CloudFoundryCore.Test/TestServerStartup.cs +++ b/src/Configuration/test/CloudFoundryCore.Test/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/test/ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs b/src/Configuration/test/ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs index e39d9cea6..196636d01 100644 --- a/src/Configuration/test/ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs +++ b/src/Configuration/test/ConfigServer.ITest/ConfigServerConfigurationExtensionsIntegrationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Configuration/test/ConfigServer.ITest/ConfigServerDataAsOptions.cs b/src/Configuration/test/ConfigServer.ITest/ConfigServerDataAsOptions.cs index 9f2112c6f..ab561d4cb 100644 --- a/src/Configuration/test/ConfigServer.ITest/ConfigServerDataAsOptions.cs +++ b/src/Configuration/test/ConfigServer.ITest/ConfigServerDataAsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.ConfigServer.ITest { diff --git a/src/Configuration/test/ConfigServer.ITest/HomeController.cs b/src/Configuration/test/ConfigServer.ITest/HomeController.cs index 817c382d8..917caa169 100644 --- a/src/Configuration/test/ConfigServer.ITest/HomeController.cs +++ b/src/Configuration/test/ConfigServer.ITest/HomeController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Options; diff --git a/src/Configuration/test/ConfigServer.ITest/Info.cs b/src/Configuration/test/ConfigServer.ITest/Info.cs index 0fe9adc01..45991e253 100644 --- a/src/Configuration/test/ConfigServer.ITest/Info.cs +++ b/src/Configuration/test/ConfigServer.ITest/Info.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Configuration.ConfigServer.ITest { diff --git a/src/Configuration/test/ConfigServer.ITest/TestServerStartup.cs b/src/Configuration/test/ConfigServer.ITest/TestServerStartup.cs index 09835d2bb..5c6ec72b7 100644 --- a/src/Configuration/test/ConfigServer.ITest/TestServerStartup.cs +++ b/src/Configuration/test/ConfigServer.ITest/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs b/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs index d8ab3325b..428599cac 100644 --- a/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs +++ b/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerConfigurationBuilderExtensionsAutofacTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.ConfigServer; diff --git a/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs b/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs index 62a0348a9..6b5cedfbb 100644 --- a/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs +++ b/src/Configuration/test/ConfigServerAutofac.Test/ConfigServerContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerClientSettingsTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerClientSettingsTest.cs index caaad5ba8..aa823bac4 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerClientSettingsTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerClientSettingsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs index fa3fe9917..cde91fb76 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs index 425ee2303..dd621e933 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs index a456f0d60..9b2b07a21 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerConfigurationSourceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Memory; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs index ebb2b4769..0e17c86c4 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerDiscoveryServiceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigServerHealthContributorTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigServerHealthContributorTest.cs index 8520b6a6b..2677ac010 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigServerHealthContributorTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigServerHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.HealthChecks; diff --git a/src/Configuration/test/ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs b/src/Configuration/test/ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs index 0dd83b86c..e7433f9fe 100644 --- a/src/Configuration/test/ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs +++ b/src/Configuration/test/ConfigServerBase.Test/ConfigurationSettingsHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Configuration/test/ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs b/src/Configuration/test/ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs index e163bd580..24fd9cfd7 100644 --- a/src/Configuration/test/ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs +++ b/src/Configuration/test/ConfigServerBase.Test/CustomCloudFoundrySettingsReader.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Configuration/test/ConfigServerBase.Test/HttpRequestInfo.cs b/src/Configuration/test/ConfigServerBase.Test/HttpRequestInfo.cs index 7b07abf0c..b92791d90 100644 --- a/src/Configuration/test/ConfigServerBase.Test/HttpRequestInfo.cs +++ b/src/Configuration/test/ConfigServerBase.Test/HttpRequestInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using System.IO; diff --git a/src/Configuration/test/ConfigServerBase.Test/TestConfigServerStartup.cs b/src/Configuration/test/ConfigServerBase.Test/TestConfigServerStartup.cs index ff4232f1b..002b8d57c 100644 --- a/src/Configuration/test/ConfigServerBase.Test/TestConfigServerStartup.cs +++ b/src/Configuration/test/ConfigServerBase.Test/TestConfigServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; diff --git a/src/Configuration/test/ConfigServerBase.Test/TestHelper.cs b/src/Configuration/test/ConfigServerBase.Test/TestHelper.cs index 906aef11f..e933a2964 100644 --- a/src/Configuration/test/ConfigServerBase.Test/TestHelper.cs +++ b/src/Configuration/test/ConfigServerBase.Test/TestHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Configuration/test/ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs b/src/Configuration/test/ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs index 258237a98..865899c0d 100644 --- a/src/Configuration/test/ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs +++ b/src/Configuration/test/ConfigServerCore.Test/ConfigServerClientSettingsOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/test/ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs b/src/Configuration/test/ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs index 20e6f6c6d..09463f803 100644 --- a/src/Configuration/test/ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs +++ b/src/Configuration/test/ConfigServerCore.Test/ConfigServerConfigurationBuilderExtensionsCoreTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; diff --git a/src/Configuration/test/ConfigServerCore.Test/ConfigServerHostBuilderExtensionsTest.cs b/src/Configuration/test/ConfigServerCore.Test/ConfigServerHostBuilderExtensionsTest.cs index 9a8fe78ab..adeea1798 100644 --- a/src/Configuration/test/ConfigServerCore.Test/ConfigServerHostBuilderExtensionsTest.cs +++ b/src/Configuration/test/ConfigServerCore.Test/ConfigServerHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; diff --git a/src/Configuration/test/ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs b/src/Configuration/test/ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs index 05109ade3..5e663a33b 100644 --- a/src/Configuration/test/ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs +++ b/src/Configuration/test/ConfigServerCore.Test/ConfigServerServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/test/ConfigServerCore.Test/TestConfigServerStartup.cs b/src/Configuration/test/ConfigServerCore.Test/TestConfigServerStartup.cs index b85530cd8..c002a0070 100644 --- a/src/Configuration/test/ConfigServerCore.Test/TestConfigServerStartup.cs +++ b/src/Configuration/test/ConfigServerCore.Test/TestConfigServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; diff --git a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs index ba8ccb0c6..bea1809dc 100644 --- a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs +++ b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverProviderTest.cs b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverProviderTest.cs index 4ddcb3c0a..223ad6d53 100644 --- a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverProviderTest.cs +++ b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverSourceTest.cs b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverSourceTest.cs index ee20f6ac4..d7e0aa01a 100644 --- a/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverSourceTest.cs +++ b/src/Configuration/test/PlaceholderBase.Test/PlaceholderResolverSourceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration.Memory; diff --git a/src/Configuration/test/PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs b/src/Configuration/test/PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs index cd19be602..ffd72165f 100644 --- a/src/Configuration/test/PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs +++ b/src/Configuration/test/PlaceholderCore.Test/PlaceholderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Configuration/test/PlaceholderCore.Test/TestServerStartup.cs b/src/Configuration/test/PlaceholderCore.Test/TestServerStartup.cs index 797ff8509..96e8ec872 100644 --- a/src/Configuration/test/PlaceholderCore.Test/TestServerStartup.cs +++ b/src/Configuration/test/PlaceholderCore.Test/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/test/PlaceholderCore.Test/TestServerStartup1.cs b/src/Configuration/test/PlaceholderCore.Test/TestServerStartup1.cs index 6b33b6047..1b454b11f 100644 --- a/src/Configuration/test/PlaceholderCore.Test/TestServerStartup1.cs +++ b/src/Configuration/test/PlaceholderCore.Test/TestServerStartup1.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Configuration/test/RandomValuesBase.Test/RandomValueExtensionsTest.cs b/src/Configuration/test/RandomValuesBase.Test/RandomValueExtensionsTest.cs index e8752540f..5b979f316 100644 --- a/src/Configuration/test/RandomValuesBase.Test/RandomValueExtensionsTest.cs +++ b/src/Configuration/test/RandomValuesBase.Test/RandomValueExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Configuration/test/RandomValuesBase.Test/RandomValueProviderTest.cs b/src/Configuration/test/RandomValuesBase.Test/RandomValueProviderTest.cs index 5879cda7d..de7d923da 100644 --- a/src/Configuration/test/RandomValuesBase.Test/RandomValueProviderTest.cs +++ b/src/Configuration/test/RandomValuesBase.Test/RandomValueProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Configuration/test/RandomValuesBase.Test/RandomValueSourceTest.cs b/src/Configuration/test/RandomValuesBase.Test/RandomValueSourceTest.cs index 3b1e73dc5..5fe42d414 100644 --- a/src/Configuration/test/RandomValuesBase.Test/RandomValueSourceTest.cs +++ b/src/Configuration/test/RandomValuesBase.Test/RandomValueSourceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/Connector.EF6Autofac/MySqlDbContextContainerBuilderExtensions.cs b/src/Connectors/src/Connector.EF6Autofac/MySqlDbContextContainerBuilderExtensions.cs index ac197e6d3..53f58cb18 100644 --- a/src/Connectors/src/Connector.EF6Autofac/MySqlDbContextContainerBuilderExtensions.cs +++ b/src/Connectors/src/Connector.EF6Autofac/MySqlDbContextContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/Connector.EF6Autofac/OracleDbContextContainerBuilderExtensions.cs b/src/Connectors/src/Connector.EF6Autofac/OracleDbContextContainerBuilderExtensions.cs index 51d0ee095..4e1f17887 100644 --- a/src/Connectors/src/Connector.EF6Autofac/OracleDbContextContainerBuilderExtensions.cs +++ b/src/Connectors/src/Connector.EF6Autofac/OracleDbContextContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/Connector.EF6Autofac/SqlServerDbContextContainerBuilderExtensions.cs b/src/Connectors/src/Connector.EF6Autofac/SqlServerDbContextContainerBuilderExtensions.cs index d73e77ad6..4a01719fc 100644 --- a/src/Connectors/src/Connector.EF6Autofac/SqlServerDbContextContainerBuilderExtensions.cs +++ b/src/Connectors/src/Connector.EF6Autofac/SqlServerDbContextContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/Connector.EF6Core/MySqlDbContextServiceCollectionExtensions.cs b/src/Connectors/src/Connector.EF6Core/MySqlDbContextServiceCollectionExtensions.cs index c7c6185c0..24c2b46d6 100644 --- a/src/Connectors/src/Connector.EF6Core/MySqlDbContextServiceCollectionExtensions.cs +++ b/src/Connectors/src/Connector.EF6Core/MySqlDbContextServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/Connector.EF6Core/OracleDbContextServiceCollectionExtensions.cs b/src/Connectors/src/Connector.EF6Core/OracleDbContextServiceCollectionExtensions.cs index 3b1ff7355..c7bd3b54d 100644 --- a/src/Connectors/src/Connector.EF6Core/OracleDbContextServiceCollectionExtensions.cs +++ b/src/Connectors/src/Connector.EF6Core/OracleDbContextServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/Connector.EF6Core/SqlServerDbContextServiceCollectionExtensions.cs b/src/Connectors/src/Connector.EF6Core/SqlServerDbContextServiceCollectionExtensions.cs index d6408f2eb..6e64b48c3 100644 --- a/src/Connectors/src/Connector.EF6Core/SqlServerDbContextServiceCollectionExtensions.cs +++ b/src/Connectors/src/Connector.EF6Core/SqlServerDbContextServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/Connector.EFCore/EntityFrameworkCoreTypeLocator.cs b/src/Connectors/src/Connector.EFCore/EntityFrameworkCoreTypeLocator.cs index 0f9267bc4..d01538fef 100644 --- a/src/Connectors/src/Connector.EFCore/EntityFrameworkCoreTypeLocator.cs +++ b/src/Connectors/src/Connector.EFCore/EntityFrameworkCoreTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/Connector.EFCore/MigrateDbContextTask.cs b/src/Connectors/src/Connector.EFCore/MigrateDbContextTask.cs index e98bca6ff..90dcd4b13 100644 --- a/src/Connectors/src/Connector.EFCore/MigrateDbContextTask.cs +++ b/src/Connectors/src/Connector.EFCore/MigrateDbContextTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/Connector.EFCore/MySqlDbContextOptionsExtensions.cs b/src/Connectors/src/Connector.EFCore/MySqlDbContextOptionsExtensions.cs index 2a1334529..0458494f5 100644 --- a/src/Connectors/src/Connector.EFCore/MySqlDbContextOptionsExtensions.cs +++ b/src/Connectors/src/Connector.EFCore/MySqlDbContextOptionsExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/Connector.EFCore/OracleDbContextOptionsExtensions.cs b/src/Connectors/src/Connector.EFCore/OracleDbContextOptionsExtensions.cs index ce9b423a2..05fcda34c 100644 --- a/src/Connectors/src/Connector.EFCore/OracleDbContextOptionsExtensions.cs +++ b/src/Connectors/src/Connector.EFCore/OracleDbContextOptionsExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/Connector.EFCore/PostgresDbContextOptionsExtensions.cs b/src/Connectors/src/Connector.EFCore/PostgresDbContextOptionsExtensions.cs index 7ab06b4d3..c86249550 100644 --- a/src/Connectors/src/Connector.EFCore/PostgresDbContextOptionsExtensions.cs +++ b/src/Connectors/src/Connector.EFCore/PostgresDbContextOptionsExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/Connector.EFCore/Properties/AssemblyInfo.cs b/src/Connectors/src/Connector.EFCore/Properties/AssemblyInfo.cs index fbdccb39e..d778944a8 100644 --- a/src/Connectors/src/Connector.EFCore/Properties/AssemblyInfo.cs +++ b/src/Connectors/src/Connector.EFCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Connectors/src/Connector.EFCore/SqlServerDbContextOptionsExtensions.cs b/src/Connectors/src/Connector.EFCore/SqlServerDbContextOptionsExtensions.cs index 1c231171e..6d8e93eb1 100644 --- a/src/Connectors/src/Connector.EFCore/SqlServerDbContextOptionsExtensions.cs +++ b/src/Connectors/src/Connector.EFCore/SqlServerDbContextOptionsExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/ConnectorAutofac/GemFireContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/GemFireContainerBuilderExtensions.cs index ab56e3c49..598bf2dd9 100644 --- a/src/Connectors/src/ConnectorAutofac/GemFireContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/GemFireContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/ConnectorAutofac/HystrixContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/HystrixContainerBuilderExtensions.cs index 57906acaf..fcfdcc289 100644 --- a/src/Connectors/src/ConnectorAutofac/HystrixContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/HystrixContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/MongoDbContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/MongoDbContainerBuilderExtensions.cs index 673de6e89..d4b0c3458 100644 --- a/src/Connectors/src/ConnectorAutofac/MongoDbContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/MongoDbContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/MySqlContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/MySqlContainerBuilderExtensions.cs index 36f5a83dc..acbf42667 100644 --- a/src/Connectors/src/ConnectorAutofac/MySqlContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/MySqlContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/OAuthContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/OAuthContainerBuilderExtensions.cs index e58646ac2..948a232b9 100644 --- a/src/Connectors/src/ConnectorAutofac/OAuthContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/OAuthContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/OracleContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/OracleContainerBuilderExtensions.cs index 5b3a76532..56f17dc2c 100644 --- a/src/Connectors/src/ConnectorAutofac/OracleContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/OracleContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/PostgreSqlContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/PostgreSqlContainerBuilderExtensions.cs index cb1efc094..dab5de943 100644 --- a/src/Connectors/src/ConnectorAutofac/PostgreSqlContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/PostgreSqlContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/RabbitMQContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/RabbitMQContainerBuilderExtensions.cs index 8f34b5d30..c63b8fcf1 100644 --- a/src/Connectors/src/ConnectorAutofac/RabbitMQContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/RabbitMQContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/RedisContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/RedisContainerBuilderExtensions.cs index 0fe443e85..3156715a2 100644 --- a/src/Connectors/src/ConnectorAutofac/RedisContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/RedisContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorAutofac/SqlServerContainerBuilderExtensions.cs b/src/Connectors/src/ConnectorAutofac/SqlServerContainerBuilderExtensions.cs index 6f230cf9b..c05a55bd2 100644 --- a/src/Connectors/src/ConnectorAutofac/SqlServerContainerBuilderExtensions.cs +++ b/src/Connectors/src/ConnectorAutofac/SqlServerContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Autofac.Builder; diff --git a/src/Connectors/src/ConnectorBase/AbstractServiceConnectorOptions.cs b/src/Connectors/src/ConnectorBase/AbstractServiceConnectorOptions.cs index c85628c16..941b3ebf9 100644 --- a/src/Connectors/src/ConnectorBase/AbstractServiceConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/AbstractServiceConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/App/ApplicationInstanceInfo.cs b/src/Connectors/src/ConnectorBase/App/ApplicationInstanceInfo.cs index 7e62e394d..a9637efb4 100644 --- a/src/Connectors/src/ConnectorBase/App/ApplicationInstanceInfo.cs +++ b/src/Connectors/src/ConnectorBase/App/ApplicationInstanceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/src/ConnectorBase/App/IApplicationInstanceInfo.cs b/src/Connectors/src/ConnectorBase/App/IApplicationInstanceInfo.cs index 15b8e29fb..0e3ce3ccd 100644 --- a/src/Connectors/src/ConnectorBase/App/IApplicationInstanceInfo.cs +++ b/src/Connectors/src/ConnectorBase/App/IApplicationInstanceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.App { diff --git a/src/Connectors/src/ConnectorBase/Cache/GemFireConfigurer.cs b/src/Connectors/src/ConnectorBase/Cache/GemFireConfigurer.cs index 51894dda7..a0033ecd1 100644 --- a/src/Connectors/src/ConnectorBase/Cache/GemFireConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Cache/GemFireConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorFactory.cs index 95ba0dd90..621fa9c16 100644 --- a/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorOptions.cs index c5874c377..45738b0e4 100644 --- a/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Cache/GemFireConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Cache/GemFireTypeLocator.cs b/src/Connectors/src/ConnectorBase/Cache/GemFireTypeLocator.cs index 62a0829b4..ac6adb58e 100644 --- a/src/Connectors/src/ConnectorBase/Cache/GemFireTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Cache/GemFireTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reflection; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurationExtensions.cs b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurationExtensions.cs index 982fc5f5c..1d65ac5d2 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurationExtensions.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurationExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurer.cs b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurer.cs index 347e56d3b..2428558a8 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Net; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConnectorOptions.cs index 2ad1d3112..a1f67d04b 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisCacheConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisCacheConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisConnectionInfo.cs b/src/Connectors/src/ConnectorBase/Cache/RedisConnectionInfo.cs index 8543c5ad2..f85fc8bf0 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisHealthContributor.cs b/src/Connectors/src/ConnectorBase/Cache/RedisHealthContributor.cs index 296e063eb..17e3a6c27 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisHealthContributor.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisServiceConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Cache/RedisServiceConnectorFactory.cs index 0f42f3f5a..d9f3aedca 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisServiceConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisServiceConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Cache/RedisTypeLocator.cs b/src/Connectors/src/ConnectorBase/Cache/RedisTypeLocator.cs index d7b036a46..e9f3620c5 100644 --- a/src/Connectors/src/ConnectorBase/Cache/RedisTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Cache/RedisTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.IO; diff --git a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixConnectionFactory.cs b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixConnectionFactory.cs index fac849a86..8f518a1e8 100644 --- a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixConnectionFactory.cs +++ b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixConnectionFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConfigurer.cs index 844b3471e..0d416cc9d 100644 --- a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorFactory.cs index be9e8b9c0..b388b82fb 100644 --- a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorOptions.cs index adb5e33bc..419b180d4 100644 --- a/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/CircuitBreaker/HystrixProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/CloudFoundryServiceInfoCreator.cs b/src/Connectors/src/ConnectorBase/CloudFoundryServiceInfoCreator.cs index 770e0ed0c..349a6216e 100644 --- a/src/Connectors/src/ConnectorBase/CloudFoundryServiceInfoCreator.cs +++ b/src/Connectors/src/ConnectorBase/CloudFoundryServiceInfoCreator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.App; diff --git a/src/Connectors/src/ConnectorBase/ConnectionStringManager.cs b/src/Connectors/src/ConnectorBase/ConnectionStringManager.cs index 095247eb2..e73f69b10 100644 --- a/src/Connectors/src/ConnectorBase/ConnectionStringManager.cs +++ b/src/Connectors/src/ConnectorBase/ConnectionStringManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/src/ConnectorBase/ConnectorException.cs b/src/Connectors/src/ConnectorBase/ConnectorException.cs index 3b92b6471..62792cc30 100644 --- a/src/Connectors/src/ConnectorBase/ConnectorException.cs +++ b/src/Connectors/src/ConnectorBase/ConnectorException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/Connectors/src/ConnectorBase/ConnectorHelpers.cs b/src/Connectors/src/ConnectorBase/ConnectorHelpers.cs index 9d23e9cf1..e8b0fbe9e 100644 --- a/src/Connectors/src/ConnectorBase/ConnectorHelpers.cs +++ b/src/Connectors/src/ConnectorBase/ConnectorHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reflection; diff --git a/src/Connectors/src/ConnectorBase/ConnectorIOptions.cs b/src/Connectors/src/ConnectorBase/ConnectorIOptions.cs index e8c9d4b0f..3f4b4418f 100644 --- a/src/Connectors/src/ConnectorBase/ConnectorIOptions.cs +++ b/src/Connectors/src/ConnectorBase/ConnectorIOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectionInfo.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectionInfo.cs index a672317d3..1f964b316 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorFactory.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorFactory.cs index 85dd64b2d..ed25ef9c2 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Steeltoe.Common.Reflection; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorOptions.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorOptions.cs index 7e16d2530..700a6a2a6 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbProviderConfigurer.cs index 0c759f787..61e4d459b 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbReadOnlyConnectionInfo.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbReadOnlyConnectionInfo.cs index 0297045c9..54d114650 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbReadOnlyConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbReadOnlyConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbTypeLocator.cs b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbTypeLocator.cs index 888d6710a..574ed2502 100644 --- a/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/CosmosDb/CosmosDbTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Reflection; using System; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectionInfo.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectionInfo.cs index c2ec92df6..c4c613654 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.MongoDb; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorFactory.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorFactory.cs index b5086e653..24631b257 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorOptions.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorOptions.cs index 7dd7fa79f..e6fe0e0ae 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbHealthContributor.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbHealthContributor.cs index 81f35ce57..0f4c0ce59 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbHealthContributor.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbProviderConfigurer.cs index a58ebe150..23a836aa9 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Net; diff --git a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbTypeLocator.cs b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbTypeLocator.cs index 8f46572ee..492574114 100644 --- a/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/DocumentDB/MongoDb/MongoDbTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reflection; diff --git a/src/Connectors/src/ConnectorBase/IConfigurationExtensions.cs b/src/Connectors/src/ConnectorBase/IConfigurationExtensions.cs index 10ea4c43d..4ee4bfb01 100644 --- a/src/Connectors/src/ConnectorBase/IConfigurationExtensions.cs +++ b/src/Connectors/src/ConnectorBase/IConfigurationExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/IConnectionInfo.cs b/src/Connectors/src/ConnectorBase/IConnectionInfo.cs index d111a2448..badc9c5cb 100644 --- a/src/Connectors/src/ConnectorBase/IConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/IConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/OAuth/OAuthConfigurer.cs b/src/Connectors/src/ConnectorBase/OAuth/OAuthConfigurer.cs index 2ab49c980..f674ba965 100644 --- a/src/Connectors/src/ConnectorBase/OAuth/OAuthConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/OAuth/OAuthConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorDefaults.cs b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorDefaults.cs index e1f7c87c2..52cb15ec2 100644 --- a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorDefaults.cs +++ b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorDefaults.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.OAuth { diff --git a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorFactory.cs b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorFactory.cs index a0f6353df..ba9fcbffe 100644 --- a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorOptions.cs b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorOptions.cs index 65b0bc481..bb77e0b79 100644 --- a/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/OAuth/OAuthConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common.Configuration; diff --git a/src/Connectors/src/ConnectorBase/OAuth/OAuthServiceOptions.cs b/src/Connectors/src/ConnectorBase/OAuth/OAuthServiceOptions.cs index 93ba39e7e..b63e5ef8c 100644 --- a/src/Connectors/src/ConnectorBase/OAuth/OAuthServiceOptions.cs +++ b/src/Connectors/src/ConnectorBase/OAuth/OAuthServiceOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Properties/AssemblyInfo.cs b/src/Connectors/src/ConnectorBase/Properties/AssemblyInfo.cs index a1cc1cd4b..c57bce819 100644 --- a/src/Connectors/src/ConnectorBase/Properties/AssemblyInfo.cs +++ b/src/Connectors/src/ConnectorBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQConnectionInfo.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQConnectionInfo.cs index 4e95f2b8a..f49ef8378 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.MySql; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQHealthContributor.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQHealthContributor.cs index 727922861..9d331aaa8 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQHealthContributor.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConfigurer.cs index 9dbdfff06..9f8304139 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Net; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorFactory.cs index 8ebe89963..5200a8054 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorOptions.cs index 06e4aad3b..5263e3fe6 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Queue/RabbitMQTypeLocator.cs b/src/Connectors/src/ConnectorBase/Queue/RabbitMQTypeLocator.cs index 452c45d28..955e16f7a 100644 --- a/src/Connectors/src/ConnectorBase/Queue/RabbitMQTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Queue/RabbitMQTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Reflection; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/EF6/MySqlDbContextConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/EF6/MySqlDbContextConnectorFactory.cs index 40bfe495f..6490a5dd0 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/EF6/MySqlDbContextConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/EF6/MySqlDbContextConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlConnectionInfo.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlConnectionInfo.cs index 4ea96a1b7..b8e494ec7 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.MySql; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConfigurer.cs index 366a2e7ae..74127af2d 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Net; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorFactory.cs index 61d20145c..5fba0974c 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorOptions.cs index 1a57a2ea9..3e24378bb 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlTypeLocator.cs b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlTypeLocator.cs index cdc4730a2..50d1f3edb 100644 --- a/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Relational/MySql/MySqlTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/Oracle/EF6/OracleDbContextConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/Oracle/EF6/OracleDbContextConnectorFactory.cs index 0630d220f..b076f4e0a 100644 --- a/src/Connectors/src/ConnectorBase/Relational/Oracle/EF6/OracleDbContextConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/Oracle/EF6/OracleDbContextConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConfigurer.cs index 7f78515cf..1f3303ab7 100644 --- a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Net; diff --git a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorFactory.cs index 710806c6c..0182224f5 100644 --- a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorOptions.cs index 1f2711fb5..c95eb581e 100644 --- a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleTypeLocator.cs b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleTypeLocator.cs index 2bb522370..ff0924d53 100644 --- a/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Relational/Oracle/OracleTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgreSqlTypeLocator.cs b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgreSqlTypeLocator.cs index ca8ac22bb..2f6b69241 100644 --- a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgreSqlTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgreSqlTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresConnectionInfo.cs b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresConnectionInfo.cs index f75388131..5e76d3731 100644 --- a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConfigurer.cs index 9445eab0c..7d176f9ad 100644 --- a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Steeltoe.Common.Extensions; diff --git a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorFactory.cs index e6a6c6d5c..fb70959b4 100644 --- a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorOptions.cs index 1eae7e8e7..210d2687f 100644 --- a/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Relational/PostgreSQL/PostgresProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/RelationalHealthContributor.cs b/src/Connectors/src/ConnectorBase/Relational/RelationalHealthContributor.cs index ee6c235a1..38c8a218e 100644 --- a/src/Connectors/src/ConnectorBase/Relational/RelationalHealthContributor.cs +++ b/src/Connectors/src/ConnectorBase/Relational/RelationalHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/EF6/SqlServerDbContextConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/EF6/SqlServerDbContextConnectorFactory.cs index cb5832129..f6c306e01 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/EF6/SqlServerDbContextConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/EF6/SqlServerDbContextConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerConnectionInfo.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerConnectionInfo.cs index 65b3ee70d..3761b9f7b 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerConnectionInfo.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerConnectionInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConfigurer.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConfigurer.cs index fcfb12c11..a8ebf22ca 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConfigurer.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Steeltoe.Common.Extensions; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorFactory.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorFactory.cs index 71d7ba316..ca529cdf5 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorFactory.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorOptions.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorOptions.cs index f28aba691..9b738b8fd 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorOptions.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerProviderConnectorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerTypeLocator.cs b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerTypeLocator.cs index bacd495aa..d4af15439 100644 --- a/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerTypeLocator.cs +++ b/src/Connectors/src/ConnectorBase/Relational/SqlServer/SqlServerTypeLocator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfo.cs index 8272c4608..bb5a41ff2 100644 --- a/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfoFactory.cs index 04ad14219..ee8edfa83 100644 --- a/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/CosmosDbServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfo.cs index 8f7d27176..3d7992857 100644 --- a/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfoFactory.cs index 34d56a5b3..f92d3437f 100644 --- a/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/DB2ServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfo.cs index 11deb9cc8..751ff05a5 100644 --- a/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfoFactory.cs index 5e08f6153..32fdfd109 100644 --- a/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/EurekaServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfo.cs index f02f36ea7..72ccf9f7c 100644 --- a/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfoFactory.cs index c588ce3d1..97b03b40a 100644 --- a/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/GemFireServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System.Linq; diff --git a/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfo.cs index b70272ab2..5a4225fa1 100644 --- a/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfoFactory.cs index 0a7bf5441..0187c5992 100644 --- a/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/HystrixRabbitMQServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/src/ConnectorBase/Services/IServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/IServiceInfo.cs index 679eee132..0a1bb1a56 100644 --- a/src/Connectors/src/ConnectorBase/Services/IServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/IServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.App; diff --git a/src/Connectors/src/ConnectorBase/Services/IServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/IServiceInfoFactory.cs index c74d3825b..46c05021c 100644 --- a/src/Connectors/src/ConnectorBase/Services/IServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/IServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfo.cs index 82015bb8a..a00d55537 100644 --- a/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfoFactory.cs index 71ad1c22d..6a5292f07 100644 --- a/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/MongoDbServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfo.cs index 127b0c780..7af5c9908 100644 --- a/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfoFactory.cs index 267b7bdf7..99d184371 100644 --- a/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/MySqlServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/OracleServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/OracleServiceInfo.cs index f7ee24f42..cbedb0855 100644 --- a/src/Connectors/src/ConnectorBase/Services/OracleServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/OracleServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/OracleServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/OracleServiceInfoFactory.cs index 33f5833ed..11dc2d868 100644 --- a/src/Connectors/src/ConnectorBase/Services/OracleServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/OracleServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfo.cs index 652426f43..05f502ea1 100644 --- a/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfoFactory.cs index 5cc2eb732..fb11ec2bf 100644 --- a/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/PostgresServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfo.cs index 420ef2ed1..85d4bb28c 100644 --- a/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfoFactory.cs index efd377f50..1d75e97d8 100644 --- a/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/RabbitMQServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/RedisServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/RedisServiceInfo.cs index 1ebf6e051..8e21a6e1f 100644 --- a/src/Connectors/src/ConnectorBase/Services/RedisServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/RedisServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Services/RedisServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/RedisServiceInfoFactory.cs index 39fe0ed36..73dc6edca 100644 --- a/src/Connectors/src/ConnectorBase/Services/RedisServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/RedisServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/RelationalServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/RelationalServiceInfoFactory.cs index 43ab37aca..46b55110f 100644 --- a/src/Connectors/src/ConnectorBase/Services/RelationalServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/RelationalServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/src/ConnectorBase/Services/ServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/ServiceInfo.cs index 62730fa66..8daf15ac5 100644 --- a/src/Connectors/src/ConnectorBase/Services/ServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/ServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.App; using System; diff --git a/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactory.cs index 2319fe00d..d10f760ca 100644 --- a/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactoryAttribute.cs b/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactoryAttribute.cs index f6bcddefe..8522a1e14 100644 --- a/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactoryAttribute.cs +++ b/src/Connectors/src/ConnectorBase/Services/ServiceInfoFactoryAttribute.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfo.cs index 749ec1d9a..984df2d6a 100644 --- a/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfoFactory.cs index 1c29f2dc4..f72f80551 100644 --- a/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/SqlServerServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/SsoServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/SsoServiceInfo.cs index 300fee1f2..835adf013 100644 --- a/src/Connectors/src/ConnectorBase/Services/SsoServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/SsoServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorBase/Services/SsoServiceInfoFactory.cs b/src/Connectors/src/ConnectorBase/Services/SsoServiceInfoFactory.cs index 4a0af9b7e..d1be2e81d 100644 --- a/src/Connectors/src/ConnectorBase/Services/SsoServiceInfoFactory.cs +++ b/src/Connectors/src/ConnectorBase/Services/SsoServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/src/ConnectorBase/Services/Tags.cs b/src/Connectors/src/ConnectorBase/Services/Tags.cs index f27c3d1c2..900607d38 100644 --- a/src/Connectors/src/ConnectorBase/Services/Tags.cs +++ b/src/Connectors/src/ConnectorBase/Services/Tags.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Linq; diff --git a/src/Connectors/src/ConnectorBase/Services/UriInfo.cs b/src/Connectors/src/ConnectorBase/Services/UriInfo.cs index b646a551a..b41915c32 100644 --- a/src/Connectors/src/ConnectorBase/Services/UriInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/UriInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Connectors/src/ConnectorBase/Services/UriServiceInfo.cs b/src/Connectors/src/ConnectorBase/Services/UriServiceInfo.cs index 63c244905..d10626085 100644 --- a/src/Connectors/src/ConnectorBase/Services/UriServiceInfo.cs +++ b/src/Connectors/src/ConnectorBase/Services/UriServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services { diff --git a/src/Connectors/src/ConnectorCore/GemFireServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/GemFireServiceCollectionExtensions.cs index 04a4c95cf..1bac71bdf 100644 --- a/src/Connectors/src/ConnectorCore/GemFireServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/GemFireServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/HystrixProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/HystrixProviderServiceCollectionExtensions.cs index 974feea61..1f8ce23f7 100644 --- a/src/Connectors/src/ConnectorCore/HystrixProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/HystrixProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/MongoDbProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/MongoDbProviderServiceCollectionExtensions.cs index e6facd520..eafbbbeac 100644 --- a/src/Connectors/src/ConnectorCore/MongoDbProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/MongoDbProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/MySqlProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/MySqlProviderServiceCollectionExtensions.cs index 4a502dc94..2ba7bfc9c 100644 --- a/src/Connectors/src/ConnectorCore/MySqlProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/MySqlProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/MySqlServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/MySqlServiceCollectionExtensions.cs index 0254ad3f5..44bf27988 100644 --- a/src/Connectors/src/ConnectorCore/MySqlServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/MySqlServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/OAuthServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/OAuthServiceCollectionExtensions.cs index f39b9d20e..9480e5019 100644 --- a/src/Connectors/src/ConnectorCore/OAuthServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/OAuthServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/OracleProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/OracleProviderServiceCollectionExtensions.cs index 94d43fcb9..07cd61a0b 100644 --- a/src/Connectors/src/ConnectorCore/OracleProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/OracleProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/OracleServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/OracleServiceCollectionExtensions.cs index b6f8dd522..42380788f 100644 --- a/src/Connectors/src/ConnectorCore/OracleServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/OracleServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/PostgresProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/PostgresProviderServiceCollectionExtensions.cs index 5595e742c..af8879e2d 100644 --- a/src/Connectors/src/ConnectorCore/PostgresProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/PostgresProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/PostgresServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/PostgresServiceCollectionExtensions.cs index 42da47bcd..94b8e99f7 100644 --- a/src/Connectors/src/ConnectorCore/PostgresServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/PostgresServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/RabbitMQProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/RabbitMQProviderServiceCollectionExtensions.cs index 11656c2ed..fe1fa9bfc 100644 --- a/src/Connectors/src/ConnectorCore/RabbitMQProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/RabbitMQProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/RedisCacheServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/RedisCacheServiceCollectionExtensions.cs index a06600572..43ef55b1e 100644 --- a/src/Connectors/src/ConnectorCore/RedisCacheServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/RedisCacheServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/SqlServerProviderServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/SqlServerProviderServiceCollectionExtensions.cs index c6a3fa6f6..4f7ff00d8 100644 --- a/src/Connectors/src/ConnectorCore/SqlServerProviderServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/SqlServerProviderServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/src/ConnectorCore/SqlServerServiceCollectionExtensions.cs b/src/Connectors/src/ConnectorCore/SqlServerServiceCollectionExtensions.cs index 4b21435f5..649678221 100644 --- a/src/Connectors/src/ConnectorCore/SqlServerServiceCollectionExtensions.cs +++ b/src/Connectors/src/ConnectorCore/SqlServerServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodMySqlDbContext.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodMySqlDbContext.cs index 587af7a47..adac55699 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodMySqlDbContext.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodMySqlDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using MySql.Data.Entity; using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodOracleDbContextcs.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodOracleDbContextcs.cs index d999ef9ef..8d956fb9b 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodOracleDbContextcs.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodOracleDbContextcs.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodSqlServerDbContext.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodSqlServerDbContext.cs index 384232317..ba8010e72 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodSqlServerDbContext.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/GoodSqlServerDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlDbContextContainerBuilderExtensionsTest.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlDbContextContainerBuilderExtensionsTest.cs index 22514b3ef..c31ff7639 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlDbContextContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlDbContextContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlTypeLocatorTest.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlTypeLocatorTest.cs index 86302c155..bf70e1653 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/OracleDbContextContainerBuilderExtensionsTest.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/OracleDbContextContainerBuilderExtensionsTest.cs index 71bede966..c675d28e9 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/OracleDbContextContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/OracleDbContextContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EF6Autofac.Net4Test/SqlServerDbContextContainerBuilderExtensionsTest.cs b/src/Connectors/test/Connector.EF6Autofac.Net4Test/SqlServerDbContextContainerBuilderExtensionsTest.cs index 9696a814d..13f7469b1 100644 --- a/src/Connectors/test/Connector.EF6Autofac.Net4Test/SqlServerDbContextContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Autofac.Net4Test/SqlServerDbContextContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/BadMySqlDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/BadMySqlDbContext.cs index c90caeced..983285a61 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/BadMySqlDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/BadMySqlDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using MySql.Data.EntityFramework; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/BadOracleDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/BadOracleDbContext.cs index 31ef38e4e..537fcef9f 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/BadOracleDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/BadOracleDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/BadSqlServerDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/BadSqlServerDbContext.cs index fe5fdb57b..e0656e119 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/BadSqlServerDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/BadSqlServerDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/Good2MySqlDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/Good2MySqlDbContext.cs index 18becff80..6bf84f617 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/Good2MySqlDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/Good2MySqlDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using MySql.Data.EntityFramework; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/Good2SqlServerDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/Good2SqlServerDbContext.cs index ca521d853..8fbdc1065 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/Good2SqlServerDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/Good2SqlServerDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodMySqlDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodMySqlDbContext.cs index 0438291ea..1ffc1e073 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodMySqlDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodMySqlDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using MySql.Data.EntityFramework; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodOracleDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodOracleDbContext.cs index 22b71b7bb..e4c174f2a 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodOracleDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodOracleDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodSqlServerDbContext.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodSqlServerDbContext.cs index 3883c0f13..78633a8c2 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/GoodSqlServerDbContext.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/GoodSqlServerDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Entity; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextConnectorFactoryTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextConnectorFactoryTest.cs index 17df617d4..cbb88888b 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextConnectorFactoryTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextServiceCollectionExtensionsTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextServiceCollectionExtensionsTest.cs index e6a83cebc..dc1ac0694 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlDbContextServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTestHelpers.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTestHelpers.cs index 883f0a4d7..907015500 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTestHelpers.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MySql.EF6.Test { diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTypeLocatorTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTypeLocatorTest.cs index 744a67601..f0e2c115f 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NET461 using Steeltoe.CloudFoundry.Connector.MySql; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextConnectorFactoryTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextConnectorFactoryTest.cs index 57d14e5ef..b43052af4 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextConnectorFactoryTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextServiceCollectionExtensionsTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextServiceCollectionExtensionsTest.cs index 5902af823..dfd489620 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/OracleDbContextServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextConnectorFactoryTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextConnectorFactoryTest.cs index 5f24cacf5..09c69b8ef 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextConnectorFactoryTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextServiceCollectionExtensionsTest.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextServiceCollectionExtensionsTest.cs index 8d4bf2509..d7b22b32f 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerDbContextServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerTestHelpers.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerTestHelpers.cs index 072e94c8d..d5502c9c3 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerTestHelpers.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/SqlServerTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.SqlServer.EF6.Test { diff --git a/src/Connectors/test/Connector.EF6Core.Net4Test/TestHelpers.cs b/src/Connectors/test/Connector.EF6Core.Net4Test/TestHelpers.cs index 83aedb663..b2cbe6e9f 100644 --- a/src/Connectors/test/Connector.EF6Core.Net4Test/TestHelpers.cs +++ b/src/Connectors/test/Connector.EF6Core.Net4Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Test { diff --git a/src/Connectors/test/Connector.EFCore.Test/EntityFrameworkCoreTypeLocatorTest.cs b/src/Connectors/test/Connector.EFCore.Test/EntityFrameworkCoreTypeLocatorTest.cs index e8cc595a1..117e2c7bb 100644 --- a/src/Connectors/test/Connector.EFCore.Test/EntityFrameworkCoreTypeLocatorTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/EntityFrameworkCoreTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/Connector.EFCore.Test/GoodDbContext.cs b/src/Connectors/test/Connector.EFCore.Test/GoodDbContext.cs index 49ecdc76f..3ac0562b0 100644 --- a/src/Connectors/test/Connector.EFCore.Test/GoodDbContext.cs +++ b/src/Connectors/test/Connector.EFCore.Test/GoodDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; diff --git a/src/Connectors/test/Connector.EFCore.Test/MySqlDbContextOptionsExtensionsTest.cs b/src/Connectors/test/Connector.EFCore.Test/MySqlDbContextOptionsExtensionsTest.cs index b4ea89b6c..430b14372 100644 --- a/src/Connectors/test/Connector.EFCore.Test/MySqlDbContextOptionsExtensionsTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/MySqlDbContextOptionsExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EFCore.Test/MySqlTestHelpers.cs b/src/Connectors/test/Connector.EFCore.Test/MySqlTestHelpers.cs index b8d3a3332..45c5a9608 100644 --- a/src/Connectors/test/Connector.EFCore.Test/MySqlTestHelpers.cs +++ b/src/Connectors/test/Connector.EFCore.Test/MySqlTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MySql.EFCore.Test { diff --git a/src/Connectors/test/Connector.EFCore.Test/MySqlTypeLocatorTest.cs b/src/Connectors/test/Connector.EFCore.Test/MySqlTypeLocatorTest.cs index b40078688..5f6c10705 100644 --- a/src/Connectors/test/Connector.EFCore.Test/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/Connector.EFCore.Test/OracleDbContextOptionsExtensionsTest.cs b/src/Connectors/test/Connector.EFCore.Test/OracleDbContextOptionsExtensionsTest.cs index 3a658c87f..7a455b251 100644 --- a/src/Connectors/test/Connector.EFCore.Test/OracleDbContextOptionsExtensionsTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/OracleDbContextOptionsExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EFCore.Test/PostgresDbContextOptionsExtensionsTest.cs b/src/Connectors/test/Connector.EFCore.Test/PostgresDbContextOptionsExtensionsTest.cs index d3468bb54..0390a9cb0 100644 --- a/src/Connectors/test/Connector.EFCore.Test/PostgresDbContextOptionsExtensionsTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/PostgresDbContextOptionsExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EFCore.Test/PostgresTestHelpers.cs b/src/Connectors/test/Connector.EFCore.Test/PostgresTestHelpers.cs index 7652efed6..45cc351aa 100644 --- a/src/Connectors/test/Connector.EFCore.Test/PostgresTestHelpers.cs +++ b/src/Connectors/test/Connector.EFCore.Test/PostgresTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.PostgreSql.EFCore.Test { diff --git a/src/Connectors/test/Connector.EFCore.Test/SqlServerDbContextOptionsExtensionsTest.cs b/src/Connectors/test/Connector.EFCore.Test/SqlServerDbContextOptionsExtensionsTest.cs index 316f1b273..ecfcad52b 100644 --- a/src/Connectors/test/Connector.EFCore.Test/SqlServerDbContextOptionsExtensionsTest.cs +++ b/src/Connectors/test/Connector.EFCore.Test/SqlServerDbContextOptionsExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/Connector.EFCore.Test/SqlServerTestHelpers.cs b/src/Connectors/test/Connector.EFCore.Test/SqlServerTestHelpers.cs index f477ff18b..11031f7cc 100644 --- a/src/Connectors/test/Connector.EFCore.Test/SqlServerTestHelpers.cs +++ b/src/Connectors/test/Connector.EFCore.Test/SqlServerTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.SqlServer.EFCore.Test { diff --git a/src/Connectors/test/Connector.EFCore.Test/TestHelpers.cs b/src/Connectors/test/Connector.EFCore.Test/TestHelpers.cs index ae0d03f5a..2a72e9c4d 100644 --- a/src/Connectors/test/Connector.EFCore.Test/TestHelpers.cs +++ b/src/Connectors/test/Connector.EFCore.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Test { diff --git a/src/Connectors/test/ConnectorAutofac.Test/HystrixContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/HystrixContainerBuilderExtensionsTest.cs index 0983bfa52..825fa14f0 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/HystrixContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/HystrixContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/MongoDbContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/MongoDbContainerBuilderExtensionsTest.cs index fdb14336c..4284b7352 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/MongoDbContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/MongoDbContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/MySqlContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/MySqlContainerBuilderExtensionsTest.cs index 6b31f323c..876338f68 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/MySqlContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/MySqlContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/MySqlTypeLocatorTest.cs b/src/Connectors/test/ConnectorAutofac.Test/MySqlTypeLocatorTest.cs index e9cd0fd3d..336bcacd3 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.MySql; using Xunit; diff --git a/src/Connectors/test/ConnectorAutofac.Test/OAuthContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/OAuthContainerBuilderExtensionsTest.cs index bffacd966..d7f33c1ff 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/OAuthContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/OAuthContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/OracleContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/OracleContainerBuilderExtensionsTest.cs index 1c1a832de..b2f128fe4 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/OracleContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/OracleContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/PostgreSqlContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/PostgreSqlContainerBuilderExtensionsTest.cs index 5cb002d7e..79ae0d86f 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/PostgreSqlContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/PostgreSqlContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/RabbitMQContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/RabbitMQContainerBuilderExtensionsTest.cs index 99bc0e3c4..945f2bd0f 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/RabbitMQContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/RabbitMQContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/RedisContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/RedisContainerBuilderExtensionsTest.cs index 71c095faf..34572e18a 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/RedisContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/RedisContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Caching.Distributed; diff --git a/src/Connectors/test/ConnectorAutofac.Test/SqlServerContainerBuilderExtensionsTest.cs b/src/Connectors/test/ConnectorAutofac.Test/SqlServerContainerBuilderExtensionsTest.cs index badf9423f..690a56916 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/SqlServerContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/SqlServerContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorAutofac.Test/TestHelpers.cs b/src/Connectors/test/ConnectorAutofac.Test/TestHelpers.cs index 317b17f75..47ba3a065 100644 --- a/src/Connectors/test/ConnectorAutofac.Test/TestHelpers.cs +++ b/src/Connectors/test/ConnectorAutofac.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Connectors/test/ConnectorBase.Test/AbstractServiceConfigurationTest.cs b/src/Connectors/test/ConnectorBase.Test/AbstractServiceConfigurationTest.cs index 9170e6511..080b8ac38 100644 --- a/src/Connectors/test/ConnectorBase.Test/AbstractServiceConfigurationTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/AbstractServiceConfigurationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/App/ApplicationInstanceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/App/ApplicationInstanceInfoTest.cs index 68e03db7e..752257bbc 100644 --- a/src/Connectors/test/ConnectorBase.Test/App/ApplicationInstanceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/App/ApplicationInstanceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/GemFireConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/GemFireConnectorOptionsTest.cs index f105a5546..cbed914b3 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/GemFireConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/GemFireConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConfigurerTest.cs index 59b8a41f6..9ba540454 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.StackExchangeRedis; using StackExchange.Redis; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConnectorOptionsTest.cs index eddff6e02..63dfe9da1 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheTestHelpers.cs index 8fdaa4d3b..a5b576830 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisCacheTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Redis.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisHealthContributorTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisHealthContributorTest.cs index 65fdaa4df..ea78cb17b 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisHealthContributorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisServiceConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisServiceConnectorFactoryTest.cs index c6ffd6190..e0c557369 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisServiceConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisServiceConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.StackExchangeRedis; using StackExchange.Redis; diff --git a/src/Connectors/test/ConnectorBase.Test/Cache/RedisTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Cache/RedisTypeLocatorTest.cs index 91563568c..b8a455ca6 100644 --- a/src/Connectors/test/ConnectorBase.Test/Cache/RedisTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Cache/RedisTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurationTest.cs b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurationTest.cs index eb76d938d..4b6a9eb39 100644 --- a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurationTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurerTest.cs index 989c2d3ce..55d525295 100644 --- a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConnectorFactoryTest.cs index 593cffbae..867850033 100644 --- a/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CircuitBreaker/HystrixProviderConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using RabbitMQ.Client; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/CloudFoundryServiceInfoCreatorTest.cs b/src/Connectors/test/ConnectorBase.Test/CloudFoundryServiceInfoCreatorTest.cs index 9511285d6..2cf68c0d8 100644 --- a/src/Connectors/test/ConnectorBase.Test/CloudFoundryServiceInfoCreatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CloudFoundryServiceInfoCreatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/ConnectorExceptionTest.cs b/src/Connectors/test/ConnectorBase.Test/ConnectorExceptionTest.cs index 32daaa4a0..e4649c91e 100644 --- a/src/Connectors/test/ConnectorBase.Test/ConnectorExceptionTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/ConnectorExceptionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorFactoryTest.cs index 38836fd42..bbfc5398f 100644 --- a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorOptionsTest.cs index 38358e358..9288df8de 100644 --- a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbProviderConfigurerTest.cs index bf3afaa0f..55c098d6c 100644 --- a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbTestHelpers.cs index 0d8ec4b05..d5a39ab47 100644 --- a/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/CosmosDb/CosmosDbTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.CosmosDb.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorFactoryTest.cs index dc3a92409..e81059740 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorOptionsTest.cs index 30d7bbe59..cb613834c 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbHealthContributorTest.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbHealthContributorTest.cs index 054ee9b34..09ce96dee 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbHealthContributorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbProviderConfigurerTest.cs index c03edaeb1..3825b8b39 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTestHelpers.cs index aa88ef6ad..d14d6e6e2 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MongoDb.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTypeLocatorTest.cs index 99fb5d9d8..c13e83f60 100644 --- a/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/DocumentDB/MongoDb/MongoDbTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConfigurerTest.cs index 8c6311daa..81b2c93d1 100644 --- a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorFactoryTest.cs index d500c0bba..62dc7e0c4 100644 --- a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorOptionsTest.cs index 4c93e3825..7d6d41bdc 100644 --- a/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/OAuth/OAuthConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQConfigurerTest.cs index 2b2eb3f07..e76fba3c8 100644 --- a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQHealthContributorTest.cs b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQHealthContributorTest.cs index 48766c93a..04af3e718 100644 --- a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQHealthContributorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQProviderConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQProviderConnectorOptionsTest.cs index 93512247c..9306ebd26 100644 --- a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQProviderConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQProviderConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQServiceConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQServiceConnectorFactoryTest.cs index d09c3c9d3..c419a9f6b 100644 --- a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQServiceConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQServiceConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using RabbitMQ.Client; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQTypeLocatorTest.cs index 007c7ff0b..437b27e87 100644 --- a/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Queue/RabbitMQTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConfigurerTest.cs index 492d5be8e..3a5d3f12d 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorFactoryTest.cs index 050a24eac..910ee0fb0 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using MySql.Data.MySqlClient; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorOptionsTest.cs index a81b1cc2a..06200ff8d 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlProviderConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTestHelpers.cs index 1916f88fa..4d7ef80ad 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MySql.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTypeLocatorTest.cs index a6c8afc0b..895c34b74 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/MySql/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Linq; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConfigurerTest.cs index 1fc34560a..8c4260f59 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorFactoryTest.cs index 8aa9a78b6..7a482c3f1 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Oracle.ManagedDataAccess.Client; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorOptionsTest.cs index 62330da07..aef35e7f2 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleProviderConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleTypeLocatorTest.cs index bcc3a162d..634cbe051 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/Oracle/OracleTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgreSqlTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgreSqlTypeLocatorTest.cs index 55e510523..f1c40f3d0 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgreSqlTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgreSqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConfigurerTest.cs index adff0f9ea..f92153195 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorFactoryTest.cs index 26a41ed2a..02fe794ed 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Npgsql; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorOptionsTest.cs index b8fdbbd16..8684fd62f 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresProviderConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresTestHelpers.cs index df59cae5d..135a6dd0b 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/PostgreSQL/PostgresTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.PostgreSql.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/RelationalHealthContributorTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/RelationalHealthContributorTest.cs index 6a08a8739..1ab180b0c 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/RelationalHealthContributorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/RelationalHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConfigurerTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConfigurerTest.cs index 2257e7336..29aac8d15 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConfigurerTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorFactoryTest.cs index c10b3959c..ac4571dfd 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorOptionsTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorOptionsTest.cs index f493713f0..21a1f298d 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorOptionsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerProviderConnectorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTestHelpers.cs index 3d7907fc2..b8907659e 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.SqlServer.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTypeLocatorTest.cs b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTypeLocatorTest.cs index 201f923a5..d893de5a4 100644 --- a/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Relational/SqlServer/SqlServerTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoFactoryTest.cs index b90eb9e6c..ed9e715ca 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoTest.cs index 7290128ea..45ef7966a 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/DB2ServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoFactoryTest.cs index 3f421e9b7..329fbf0ff 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoTest.cs index 72f4023f6..b5f665c6b 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/EurekaServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoFactoryTest.cs index 8df8deaf6..315e672de 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System.Linq; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoTest.cs index 31a1ec1bd..9fe83b8c6 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/GemFireServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoFactoryTest.cs index cf48bdf62..47863ea62 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoTest.cs index 2c9d2a9d1..38729ec24 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/HystrixRabbitMQServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System.Collections.Generic; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoFactoryTest.cs index d3ef3cbdf..56829c577 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoTest.cs index c742a8b0b..89d1e38ed 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/MongoDbServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoFactoryTest.cs index 450aa71ea..580500148 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoTest.cs index 2bef81f89..a71d76c8d 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/MySqlServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoFactoryTest.cs index d5694e537..626f434af 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoTest.cs index c3fbe1521..39f66d192 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/OracleServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoFactoryTest.cs index 9ebf1156d..897e06217 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoTest.cs index 70f486400..447975428 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/PostgresServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoFactoryTest.cs index 9d89fe7a1..26d265e37 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoTest.cs index 7e62fb7cc..f6416f077 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/RabbitMQServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoFactoryTest.cs index 392e4c352..7cd9989c7 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoTest.cs index 89d8cf17e..d8c0106bd 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/RedisServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoFactoryTest.cs index f990cb8e6..fe126a6be 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoTest.cs index ca49574c8..5bc7efff7 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/ServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.App; using Steeltoe.CloudFoundry.Connector.App.Test; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoFactoryTest.cs index 0b84c91f7..5386c0b91 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoTest.cs index b434961a1..00a3c279b 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/SqlServerInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoFactoryTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoFactoryTest.cs index 5e1e40ac6..2b04a6cb6 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoFactoryTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoTest.cs index b833fbc76..d886ab359 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/SsoServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/TagsTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/TagsTest.cs index 393cc5131..dcd5a5255 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/TagsTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/TagsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfo.cs b/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfo.cs index c6ddd3dc1..cc643f40c 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfo.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.App; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfoFactory.cs b/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfoFactory.cs index 3b11fe2db..44b724b84 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfoFactory.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/TestServiceInfoFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Extensions.Configuration.CloudFoundry; using System; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/TestUriServiceInfo.cs b/src/Connectors/test/ConnectorBase.Test/Services/TestUriServiceInfo.cs index d648f4f2e..b24303af7 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/TestUriServiceInfo.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/TestUriServiceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Services.Test { diff --git a/src/Connectors/test/ConnectorBase.Test/Services/UriInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/UriInfoTest.cs index 1b61c4e11..17ddcb33f 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/UriInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/UriInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/Services/UriServiceInfoTest.cs b/src/Connectors/test/ConnectorBase.Test/Services/UriServiceInfoTest.cs index 48134f2ac..d0d0f3f0e 100644 --- a/src/Connectors/test/ConnectorBase.Test/Services/UriServiceInfoTest.cs +++ b/src/Connectors/test/ConnectorBase.Test/Services/UriServiceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Connectors/test/ConnectorBase.Test/TestHelpers.cs b/src/Connectors/test/ConnectorBase.Test/TestHelpers.cs index e55586b94..b2d087b14 100644 --- a/src/Connectors/test/ConnectorBase.Test/TestHelpers.cs +++ b/src/Connectors/test/ConnectorBase.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Connectors/test/ConnectorBase.Test/TestServiceConfiguration.cs b/src/Connectors/test/ConnectorBase.Test/TestServiceConfiguration.cs index 424a2742d..3006cc733 100644 --- a/src/Connectors/test/ConnectorBase.Test/TestServiceConfiguration.cs +++ b/src/Connectors/test/ConnectorBase.Test/TestServiceConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/ConnectorCore.Test/ConnectionStringManagerTest.cs b/src/Connectors/test/ConnectorCore.Test/ConnectionStringManagerTest.cs index db7816213..0a15242b2 100644 --- a/src/Connectors/test/ConnectorCore.Test/ConnectionStringManagerTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/ConnectionStringManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.MongoDb.Test; diff --git a/src/Connectors/test/ConnectorCore.Test/ConnectorIOptionsTest.cs b/src/Connectors/test/ConnectorCore.Test/ConnectorIOptionsTest.cs index 3bd7d200e..7a5b667cb 100644 --- a/src/Connectors/test/ConnectorCore.Test/ConnectorIOptionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/ConnectorIOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorCore.Test/HystrixProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/HystrixProviderServiceCollectionExtensionsTest.cs index 4df46ac26..3a817e66e 100644 --- a/src/Connectors/test/ConnectorCore.Test/HystrixProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/HystrixProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/MongoDbProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/MongoDbProviderServiceCollectionExtensionsTest.cs index 535b43f94..d7e2dcb0a 100644 --- a/src/Connectors/test/ConnectorCore.Test/MongoDbProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/MongoDbProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/MongoDbTestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/MongoDbTestHelpers.cs index ea27c2899..e3978a190 100644 --- a/src/Connectors/test/ConnectorCore.Test/MongoDbTestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/MongoDbTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MongoDb.Test { diff --git a/src/Connectors/test/ConnectorCore.Test/MySqlProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/MySqlProviderServiceCollectionExtensionsTest.cs index a124ea3b6..dcb16ebaa 100644 --- a/src/Connectors/test/ConnectorCore.Test/MySqlProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/MySqlProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/MySqlServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/MySqlServiceCollectionExtensionsTest.cs index fe49c4859..cdbc5d412 100644 --- a/src/Connectors/test/ConnectorCore.Test/MySqlServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/MySqlServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/MySqlTestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/MySqlTestHelpers.cs index 70956fe5d..bc3b9512c 100644 --- a/src/Connectors/test/ConnectorCore.Test/MySqlTestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/MySqlTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.MySql.Test { diff --git a/src/Connectors/test/ConnectorCore.Test/MySqlTypeLocatorTest.cs b/src/Connectors/test/ConnectorCore.Test/MySqlTypeLocatorTest.cs index 423945ad1..3ab8f981c 100644 --- a/src/Connectors/test/ConnectorCore.Test/MySqlTypeLocatorTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/MySqlTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/ConnectorCore.Test/OAuthServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/OAuthServiceCollectionExtensionsTest.cs index 82571b1cf..fee879ec0 100644 --- a/src/Connectors/test/ConnectorCore.Test/OAuthServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/OAuthServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/OracleProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/OracleProviderServiceCollectionExtensionsTest.cs index b9f807e79..caf811c7d 100644 --- a/src/Connectors/test/ConnectorCore.Test/OracleProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/OracleProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/OracleServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/OracleServiceCollectionExtensionsTest.cs index ba1f718f1..b8ba03bbb 100644 --- a/src/Connectors/test/ConnectorCore.Test/OracleServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/OracleServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/PostgreSqlServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/PostgreSqlServiceCollectionExtensionsTest.cs index 5b7b1839f..94d424503 100644 --- a/src/Connectors/test/ConnectorCore.Test/PostgreSqlServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/PostgreSqlServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/PostgresProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/PostgresProviderServiceCollectionExtensionsTest.cs index 5ef48371b..890d97984 100644 --- a/src/Connectors/test/ConnectorCore.Test/PostgresProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/PostgresProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/PostgresTestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/PostgresTestHelpers.cs index 440e0146a..9abaaf4fe 100644 --- a/src/Connectors/test/ConnectorCore.Test/PostgresTestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/PostgresTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.PostgreSql.Test { diff --git a/src/Connectors/test/ConnectorCore.Test/RabbitMQServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/RabbitMQServiceCollectionExtensionsTest.cs index b4b43af1d..dd93005f5 100644 --- a/src/Connectors/test/ConnectorCore.Test/RabbitMQServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/RabbitMQServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/RedisCacheConfigurationExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/RedisCacheConfigurationExtensionsTest.cs index dbdf4dc25..ded5783a5 100644 --- a/src/Connectors/test/ConnectorCore.Test/RedisCacheConfigurationExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/RedisCacheConfigurationExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/RedisCacheServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/RedisCacheServiceCollectionExtensionsTest.cs index 1d6a64ec8..084f254fa 100644 --- a/src/Connectors/test/ConnectorCore.Test/RedisCacheServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/RedisCacheServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Caching.StackExchangeRedis; diff --git a/src/Connectors/test/ConnectorCore.Test/RedisCacheTestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/RedisCacheTestHelpers.cs index b6293d692..e4852ae38 100644 --- a/src/Connectors/test/ConnectorCore.Test/RedisCacheTestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/RedisCacheTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Redis.Test { diff --git a/src/Connectors/test/ConnectorCore.Test/SqlServerProviderServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/SqlServerProviderServiceCollectionExtensionsTest.cs index def2f215a..aa7f7a3bc 100644 --- a/src/Connectors/test/ConnectorCore.Test/SqlServerProviderServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/SqlServerProviderServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/SqlServerServiceCollectionExtensionsTest.cs b/src/Connectors/test/ConnectorCore.Test/SqlServerServiceCollectionExtensionsTest.cs index 6e21e8bea..125962656 100644 --- a/src/Connectors/test/ConnectorCore.Test/SqlServerServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/ConnectorCore.Test/SqlServerServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Connectors/test/ConnectorCore.Test/SqlServerTestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/SqlServerTestHelpers.cs index 747d1322a..d994dd146 100644 --- a/src/Connectors/test/ConnectorCore.Test/SqlServerTestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/SqlServerTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.SqlServer.Test { diff --git a/src/Connectors/test/ConnectorCore.Test/TestHelpers.cs b/src/Connectors/test/ConnectorCore.Test/TestHelpers.cs index 72e62dcd9..05630bfcf 100644 --- a/src/Connectors/test/ConnectorCore.Test/TestHelpers.cs +++ b/src/Connectors/test/ConnectorCore.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BadConstructorAuthInitializer.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BadConstructorAuthInitializer.cs index 196bb51ce..96bcc0f5a 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BadConstructorAuthInitializer.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BadConstructorAuthInitializer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Apache.Geode.Client; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BasicAuthInitialize.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BasicAuthInitialize.cs index d11aa2eb2..20e2e9a09 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BasicAuthInitialize.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireAuth/BasicAuthInitialize.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Apache.Geode.Client; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireContainerBuilderExtensionsTest.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireContainerBuilderExtensionsTest.cs index 38e841180..d8fc346c4 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireContainerBuilderExtensionsTest.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Apache.Geode.Client; using Autofac; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireServiceCollectionExtensionsTest.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireServiceCollectionExtensionsTest.cs index 379e89a4c..7cfe1139f 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireServiceCollectionExtensionsTest.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Apache.Geode.Client; using Microsoft.Extensions.Configuration; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireTestHelpers.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireTestHelpers.cs index a2271fbc7..569a55dca 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireTestHelpers.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.CloudFoundry.Connector.Test { diff --git a/src/Connectors/test/GemFireConnector.Net4Test/GemFireTypeLocatorTest.cs b/src/Connectors/test/GemFireConnector.Net4Test/GemFireTypeLocatorTest.cs index 89b4ab53d..d9e0f0b02 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/GemFireTypeLocatorTest.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/GemFireTypeLocatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Connectors/test/GemFireConnector.Net4Test/TestHelpers.cs b/src/Connectors/test/GemFireConnector.Net4Test/TestHelpers.cs index 325f33ed6..82e4382e7 100644 --- a/src/Connectors/test/GemFireConnector.Net4Test/TestHelpers.cs +++ b/src/Connectors/test/GemFireConnector.Net4Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Discovery/src/ClientAutofac/DiscoveryContainerBuilderExtensions.cs b/src/Discovery/src/ClientAutofac/DiscoveryContainerBuilderExtensions.cs index ec95f4150..7f75336ca 100644 --- a/src/Discovery/src/ClientAutofac/DiscoveryContainerBuilderExtensions.cs +++ b/src/Discovery/src/ClientAutofac/DiscoveryContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Consul; diff --git a/src/Discovery/src/ClientCore/DiscoveryApplicationBuilderExtensions.cs b/src/Discovery/src/ClientCore/DiscoveryApplicationBuilderExtensions.cs index 4bd2b1b2f..188525855 100644 --- a/src/Discovery/src/ClientCore/DiscoveryApplicationBuilderExtensions.cs +++ b/src/Discovery/src/ClientCore/DiscoveryApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Discovery/src/ClientCore/DiscoveryClientStartupFilter.cs b/src/Discovery/src/ClientCore/DiscoveryClientStartupFilter.cs index 3d385a076..3634a125b 100644 --- a/src/Discovery/src/ClientCore/DiscoveryClientStartupFilter.cs +++ b/src/Discovery/src/ClientCore/DiscoveryClientStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Discovery/src/ClientCore/DiscoveryHostBuilderExtensions.cs b/src/Discovery/src/ClientCore/DiscoveryHostBuilderExtensions.cs index 7f81518e4..891e9c595 100644 --- a/src/Discovery/src/ClientCore/DiscoveryHostBuilderExtensions.cs +++ b/src/Discovery/src/ClientCore/DiscoveryHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/src/ClientCore/DiscoveryServiceCollectionExtensions.cs b/src/Discovery/src/ClientCore/DiscoveryServiceCollectionExtensions.cs index a1f019f58..d1ca881f4 100644 --- a/src/Discovery/src/ClientCore/DiscoveryServiceCollectionExtensions.cs +++ b/src/Discovery/src/ClientCore/DiscoveryServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/src/ClientCore/Properties/AssemblyInfo.cs b/src/Discovery/src/ClientCore/Properties/AssemblyInfo.cs index 55ad58173..e89e7973e 100644 --- a/src/Discovery/src/ClientCore/Properties/AssemblyInfo.cs +++ b/src/Discovery/src/ClientCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Discovery/src/ClientCore/ScopedEurekaHealthCheckHandler.cs b/src/Discovery/src/ClientCore/ScopedEurekaHealthCheckHandler.cs index 3893e4b04..2f38ea756 100644 --- a/src/Discovery/src/ClientCore/ScopedEurekaHealthCheckHandler.cs +++ b/src/Discovery/src/ClientCore/ScopedEurekaHealthCheckHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/ConsulBase/ConsulClientFactory.cs b/src/Discovery/src/ConsulBase/ConsulClientFactory.cs index edcec22e8..01b70bcc0 100644 --- a/src/Discovery/src/ConsulBase/ConsulClientFactory.cs +++ b/src/Discovery/src/ConsulBase/ConsulClientFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Steeltoe.Consul.Util; diff --git a/src/Discovery/src/ConsulBase/ConsulOptions.cs b/src/Discovery/src/ConsulBase/ConsulOptions.cs index 3db6c09ac..2bfb66bae 100644 --- a/src/Discovery/src/ConsulBase/ConsulOptions.cs +++ b/src/Discovery/src/ConsulBase/ConsulOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Consul.Client { diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryClient.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryClient.cs index a7436ef46..c3a0cdc8f 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryClient.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryOptions.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryOptions.cs index c3be4a072..02c0a0fbe 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryOptions.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulDiscoveryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Net; using System; diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulHealthContributor.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulHealthContributor.cs index c39bb2226..322715177 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulHealthContributor.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulHeartbeatOptions.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulHeartbeatOptions.cs index 1e43857cb..128f4f7ed 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulHeartbeatOptions.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulHeartbeatOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Consul.Util; using System; diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulRetryOptions.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulRetryOptions.cs index d6cf43991..aa9812713 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulRetryOptions.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulRetryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Discovery.Consul.Discovery { diff --git a/src/Discovery/src/ConsulBase/Discovery/ConsulServiceInstance.cs b/src/Discovery/src/ConsulBase/Discovery/ConsulServiceInstance.cs index 454d3fd42..f3faa0995 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ConsulServiceInstance.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ConsulServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/ConsulBase/Discovery/IConsulDiscoveryClient.cs b/src/Discovery/src/ConsulBase/Discovery/IConsulDiscoveryClient.cs index eec9a80e2..51ce70f82 100644 --- a/src/Discovery/src/ConsulBase/Discovery/IConsulDiscoveryClient.cs +++ b/src/Discovery/src/ConsulBase/Discovery/IConsulDiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/ConsulBase/Discovery/IScheduler.cs b/src/Discovery/src/ConsulBase/Discovery/IScheduler.cs index b1e21bb4e..2de2e662d 100644 --- a/src/Discovery/src/ConsulBase/Discovery/IScheduler.cs +++ b/src/Discovery/src/ConsulBase/Discovery/IScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Discovery/src/ConsulBase/Discovery/ThisServiceInstance.cs b/src/Discovery/src/ConsulBase/Discovery/ThisServiceInstance.cs index f93d192cd..2fc16ce71 100644 --- a/src/Discovery/src/ConsulBase/Discovery/ThisServiceInstance.cs +++ b/src/Discovery/src/ConsulBase/Discovery/ThisServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using Steeltoe.Discovery.Consul.Registry; diff --git a/src/Discovery/src/ConsulBase/Discovery/TtlScheduler.cs b/src/Discovery/src/ConsulBase/Discovery/TtlScheduler.cs index 70c148f74..5177a553d 100644 --- a/src/Discovery/src/ConsulBase/Discovery/TtlScheduler.cs +++ b/src/Discovery/src/ConsulBase/Discovery/TtlScheduler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/ConsulBase/Properties/AssemblyInfo.cs b/src/Discovery/src/ConsulBase/Properties/AssemblyInfo.cs index 773ae9381..461ccbf20 100644 --- a/src/Discovery/src/ConsulBase/Properties/AssemblyInfo.cs +++ b/src/Discovery/src/ConsulBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Discovery/src/ConsulBase/Registry/ConsulRegistration.cs b/src/Discovery/src/ConsulBase/Registry/ConsulRegistration.cs index 827bcf4e9..95ef78fdb 100644 --- a/src/Discovery/src/ConsulBase/Registry/ConsulRegistration.cs +++ b/src/Discovery/src/ConsulBase/Registry/ConsulRegistration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistrar.cs b/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistrar.cs index 30403c90f..8469c6225 100644 --- a/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistrar.cs +++ b/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistrar.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistry.cs b/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistry.cs index f265c9255..a725a2f94 100644 --- a/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistry.cs +++ b/src/Discovery/src/ConsulBase/Registry/ConsulServiceRegistry.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/ConsulBase/Registry/IConsulRegistration.cs b/src/Discovery/src/ConsulBase/Registry/IConsulRegistration.cs index 6c93bce3b..5841ba6ec 100644 --- a/src/Discovery/src/ConsulBase/Registry/IConsulRegistration.cs +++ b/src/Discovery/src/ConsulBase/Registry/IConsulRegistration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistrar.cs b/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistrar.cs index 515f63ba4..f4b8a69da 100644 --- a/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistrar.cs +++ b/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistrar.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistry.cs b/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistry.cs index e76298fae..a52fd2427 100644 --- a/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistry.cs +++ b/src/Discovery/src/ConsulBase/Registry/IConsulServiceRegistry.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using System.Threading.Tasks; diff --git a/src/Discovery/src/ConsulBase/Registry/IServiceRegistrar.cs b/src/Discovery/src/ConsulBase/Registry/IServiceRegistrar.cs index bf4df3b53..cbc5e6999 100644 --- a/src/Discovery/src/ConsulBase/Registry/IServiceRegistrar.cs +++ b/src/Discovery/src/ConsulBase/Registry/IServiceRegistrar.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Consul.Registry; using System; diff --git a/src/Discovery/src/ConsulBase/Util/ConsulServerUtils.cs b/src/Discovery/src/ConsulBase/Util/ConsulServerUtils.cs index 67a500ed0..caa00a7b7 100644 --- a/src/Discovery/src/ConsulBase/Util/ConsulServerUtils.cs +++ b/src/Discovery/src/ConsulBase/Util/ConsulServerUtils.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using System; diff --git a/src/Discovery/src/ConsulBase/Util/DateTimeConversions.cs b/src/Discovery/src/ConsulBase/Util/DateTimeConversions.cs index 476124b3b..a2cef1729 100644 --- a/src/Discovery/src/ConsulBase/Util/DateTimeConversions.cs +++ b/src/Discovery/src/ConsulBase/Util/DateTimeConversions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Discovery/src/EurekaBase/AppInfo/Application.cs b/src/Discovery/src/EurekaBase/AppInfo/Application.cs index b621675a8..3b6ddb754 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/Application.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/Application.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Transport; using System.Collections.Concurrent; diff --git a/src/Discovery/src/EurekaBase/AppInfo/Applications.cs b/src/Discovery/src/EurekaBase/AppInfo/Applications.cs index 7f6a7594f..f0b8494f6 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/Applications.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/Applications.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Transport; using System; diff --git a/src/Discovery/src/EurekaBase/AppInfo/DataCenterInfo.cs b/src/Discovery/src/EurekaBase/AppInfo/DataCenterInfo.cs index 3b987b6c1..783e9e031 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/DataCenterInfo.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/DataCenterInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Transport; using System; diff --git a/src/Discovery/src/EurekaBase/AppInfo/DataCenterName.cs b/src/Discovery/src/EurekaBase/AppInfo/DataCenterName.cs index 58b43808a..84f455b10 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/DataCenterName.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/DataCenterName.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Discovery.Eureka.AppInfo { diff --git a/src/Discovery/src/EurekaBase/AppInfo/IDataCenterInfo.cs b/src/Discovery/src/EurekaBase/AppInfo/IDataCenterInfo.cs index 8dc8e6b9a..ecc50c6dc 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/IDataCenterInfo.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/IDataCenterInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Discovery.Eureka.AppInfo { diff --git a/src/Discovery/src/EurekaBase/AppInfo/InstanceInfo.cs b/src/Discovery/src/EurekaBase/AppInfo/InstanceInfo.cs index a0caf9d7a..dcb8289c4 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/InstanceInfo.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/InstanceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Transport; using Steeltoe.Discovery.Eureka.Util; diff --git a/src/Discovery/src/EurekaBase/AppInfo/LeaseInfo.cs b/src/Discovery/src/EurekaBase/AppInfo/LeaseInfo.cs index 4bc327b1d..4d6cc6a37 100644 --- a/src/Discovery/src/EurekaBase/AppInfo/LeaseInfo.cs +++ b/src/Discovery/src/EurekaBase/AppInfo/LeaseInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Transport; using Steeltoe.Discovery.Eureka.Util; diff --git a/src/Discovery/src/EurekaBase/ApplicationInfoManager.cs b/src/Discovery/src/EurekaBase/ApplicationInfoManager.cs index f682704f0..d1bc7c1d2 100644 --- a/src/Discovery/src/EurekaBase/ApplicationInfoManager.cs +++ b/src/Discovery/src/EurekaBase/ApplicationInfoManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/src/EurekaBase/DiscoveryClient.cs b/src/Discovery/src/EurekaBase/DiscoveryClient.cs index 56a36bb94..cc67a323c 100644 --- a/src/Discovery/src/EurekaBase/DiscoveryClient.cs +++ b/src/Discovery/src/EurekaBase/DiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.Extensions; diff --git a/src/Discovery/src/EurekaBase/DiscoveryManager.cs b/src/Discovery/src/EurekaBase/DiscoveryManager.cs index 876f264c5..7bcaf91a1 100644 --- a/src/Discovery/src/EurekaBase/DiscoveryManager.cs +++ b/src/Discovery/src/EurekaBase/DiscoveryManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/src/EurekaBase/EurekaApplicationInfoManager.cs b/src/Discovery/src/EurekaBase/EurekaApplicationInfoManager.cs index a69818e38..d93b38e23 100644 --- a/src/Discovery/src/EurekaBase/EurekaApplicationInfoManager.cs +++ b/src/Discovery/src/EurekaBase/EurekaApplicationInfoManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/EurekaBase/EurekaApplicationsHealthContributor.cs b/src/Discovery/src/EurekaBase/EurekaApplicationsHealthContributor.cs index fe9713ff4..16fe10961 100644 --- a/src/Discovery/src/EurekaBase/EurekaApplicationsHealthContributor.cs +++ b/src/Discovery/src/EurekaBase/EurekaApplicationsHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.HealthChecks; diff --git a/src/Discovery/src/EurekaBase/EurekaClientConfig.cs b/src/Discovery/src/EurekaBase/EurekaClientConfig.cs index c68c31134..e034e2689 100644 --- a/src/Discovery/src/EurekaBase/EurekaClientConfig.cs +++ b/src/Discovery/src/EurekaBase/EurekaClientConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Discovery/src/EurekaBase/EurekaClientOptions.cs b/src/Discovery/src/EurekaBase/EurekaClientOptions.cs index 49a29fe7b..9ed3fa77d 100644 --- a/src/Discovery/src/EurekaBase/EurekaClientOptions.cs +++ b/src/Discovery/src/EurekaBase/EurekaClientOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/EurekaBase/EurekaClientService.cs b/src/Discovery/src/EurekaBase/EurekaClientService.cs index fdc5802b4..e83541768 100644 --- a/src/Discovery/src/EurekaBase/EurekaClientService.cs +++ b/src/Discovery/src/EurekaBase/EurekaClientService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Discovery/src/EurekaBase/EurekaDiscoveryClient.cs b/src/Discovery/src/EurekaBase/EurekaDiscoveryClient.cs index c550173e2..52804dc04 100644 --- a/src/Discovery/src/EurekaBase/EurekaDiscoveryClient.cs +++ b/src/Discovery/src/EurekaBase/EurekaDiscoveryClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/EurekaBase/EurekaDiscoveryManager.cs b/src/Discovery/src/EurekaBase/EurekaDiscoveryManager.cs index 9d0094398..2db060418 100644 --- a/src/Discovery/src/EurekaBase/EurekaDiscoveryManager.cs +++ b/src/Discovery/src/EurekaBase/EurekaDiscoveryManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/EurekaBase/EurekaHealthCheckHandler.cs b/src/Discovery/src/EurekaBase/EurekaHealthCheckHandler.cs index 1dbd22adb..333f440ad 100644 --- a/src/Discovery/src/EurekaBase/EurekaHealthCheckHandler.cs +++ b/src/Discovery/src/EurekaBase/EurekaHealthCheckHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Discovery/src/EurekaBase/EurekaInstanceConfig.cs b/src/Discovery/src/EurekaBase/EurekaInstanceConfig.cs index c811262b7..ee8ffa944 100644 --- a/src/Discovery/src/EurekaBase/EurekaInstanceConfig.cs +++ b/src/Discovery/src/EurekaBase/EurekaInstanceConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Net; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/src/EurekaBase/EurekaInstanceOptions.cs b/src/Discovery/src/EurekaBase/EurekaInstanceOptions.cs index 8f05f844c..644d89968 100644 --- a/src/Discovery/src/EurekaBase/EurekaInstanceOptions.cs +++ b/src/Discovery/src/EurekaBase/EurekaInstanceOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/EurekaBase/EurekaPostConfigurer.cs b/src/Discovery/src/EurekaBase/EurekaPostConfigurer.cs index 56917406b..403fd46b7 100644 --- a/src/Discovery/src/EurekaBase/EurekaPostConfigurer.cs +++ b/src/Discovery/src/EurekaBase/EurekaPostConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Discovery/src/EurekaBase/EurekaServerHealthContributor.cs b/src/Discovery/src/EurekaBase/EurekaServerHealthContributor.cs index 651704470..778dd92af 100644 --- a/src/Discovery/src/EurekaBase/EurekaServerHealthContributor.cs +++ b/src/Discovery/src/EurekaBase/EurekaServerHealthContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/EurekaBase/EurekaServiceInstance.cs b/src/Discovery/src/EurekaBase/EurekaServiceInstance.cs index 4776e32ce..595c9a2c2 100644 --- a/src/Discovery/src/EurekaBase/EurekaServiceInstance.cs +++ b/src/Discovery/src/EurekaBase/EurekaServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Discovery; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/src/EurekaBase/IEurekaClient.cs b/src/Discovery/src/EurekaBase/IEurekaClient.cs index ac59dba42..c7e06eb04 100644 --- a/src/Discovery/src/EurekaBase/IEurekaClient.cs +++ b/src/Discovery/src/EurekaBase/IEurekaClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System.Collections.Generic; diff --git a/src/Discovery/src/EurekaBase/IEurekaClientConfig.cs b/src/Discovery/src/EurekaBase/IEurekaClientConfig.cs index 3810f5aef..0c5921006 100644 --- a/src/Discovery/src/EurekaBase/IEurekaClientConfig.cs +++ b/src/Discovery/src/EurekaBase/IEurekaClientConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Discovery/src/EurekaBase/IEurekaDiscoveryClientHandlerProvider.cs b/src/Discovery/src/EurekaBase/IEurekaDiscoveryClientHandlerProvider.cs index 91d7f2047..4f5b4a19f 100644 --- a/src/Discovery/src/EurekaBase/IEurekaDiscoveryClientHandlerProvider.cs +++ b/src/Discovery/src/EurekaBase/IEurekaDiscoveryClientHandlerProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net.Http; diff --git a/src/Discovery/src/EurekaBase/IEurekaInstanceConfig.cs b/src/Discovery/src/EurekaBase/IEurekaInstanceConfig.cs index eca9c4b59..099e4cca8 100644 --- a/src/Discovery/src/EurekaBase/IEurekaInstanceConfig.cs +++ b/src/Discovery/src/EurekaBase/IEurekaInstanceConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System.Collections.Generic; diff --git a/src/Discovery/src/EurekaBase/IHealthCheckHandler.cs b/src/Discovery/src/EurekaBase/IHealthCheckHandler.cs index 249b6fb68..e210d42b9 100644 --- a/src/Discovery/src/EurekaBase/IHealthCheckHandler.cs +++ b/src/Discovery/src/EurekaBase/IHealthCheckHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/src/EurekaBase/ILookupService.cs b/src/Discovery/src/EurekaBase/ILookupService.cs index de29981d1..cf82c0e05 100644 --- a/src/Discovery/src/EurekaBase/ILookupService.cs +++ b/src/Discovery/src/EurekaBase/ILookupService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System.Collections.Generic; diff --git a/src/Discovery/src/EurekaBase/Properties/AssemblyInfo.cs b/src/Discovery/src/EurekaBase/Properties/AssemblyInfo.cs index 442b37ba6..144af3ad4 100644 --- a/src/Discovery/src/EurekaBase/Properties/AssemblyInfo.cs +++ b/src/Discovery/src/EurekaBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Discovery/src/EurekaBase/StatusChangedArgs.cs b/src/Discovery/src/EurekaBase/StatusChangedArgs.cs index e086bfac3..14d74329a 100644 --- a/src/Discovery/src/EurekaBase/StatusChangedArgs.cs +++ b/src/Discovery/src/EurekaBase/StatusChangedArgs.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System; diff --git a/src/Discovery/src/EurekaBase/Task/TimedTask.cs b/src/Discovery/src/EurekaBase/Task/TimedTask.cs index c8b47aaf7..3e8cabf59 100644 --- a/src/Discovery/src/EurekaBase/Task/TimedTask.cs +++ b/src/Discovery/src/EurekaBase/Task/TimedTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Threading; diff --git a/src/Discovery/src/EurekaBase/ThisServiceInstance.cs b/src/Discovery/src/EurekaBase/ThisServiceInstance.cs index f8af04a4c..866286523 100644 --- a/src/Discovery/src/EurekaBase/ThisServiceInstance.cs +++ b/src/Discovery/src/EurekaBase/ThisServiceInstance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using Steeltoe.Common.Discovery; diff --git a/src/Discovery/src/EurekaBase/Transport/EurekaHttpClient.cs b/src/Discovery/src/EurekaBase/Transport/EurekaHttpClient.cs index 0775b52bd..f5bf5de35 100644 --- a/src/Discovery/src/EurekaBase/Transport/EurekaHttpClient.cs +++ b/src/Discovery/src/EurekaBase/Transport/EurekaHttpClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; diff --git a/src/Discovery/src/EurekaBase/Transport/EurekaHttpResponse.cs b/src/Discovery/src/EurekaBase/Transport/EurekaHttpResponse.cs index d418388f4..2c4487525 100644 --- a/src/Discovery/src/EurekaBase/Transport/EurekaHttpResponse.cs +++ b/src/Discovery/src/EurekaBase/Transport/EurekaHttpResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Net; diff --git a/src/Discovery/src/EurekaBase/Transport/EurekaTransportException.cs b/src/Discovery/src/EurekaBase/Transport/EurekaTransportException.cs index 4e409059d..5ed67e159 100644 --- a/src/Discovery/src/EurekaBase/Transport/EurekaTransportException.cs +++ b/src/Discovery/src/EurekaBase/Transport/EurekaTransportException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/Discovery/src/EurekaBase/Transport/IEurekaHttpClient.cs b/src/Discovery/src/EurekaBase/Transport/IEurekaHttpClient.cs index df1b23881..bee12964b 100644 --- a/src/Discovery/src/EurekaBase/Transport/IEurekaHttpClient.cs +++ b/src/Discovery/src/EurekaBase/Transport/IEurekaHttpClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System.Collections.Generic; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonApplication.cs b/src/Discovery/src/EurekaBase/Transport/JsonApplication.cs index 137b38e10..d831baa36 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonApplication.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonApplication.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonApplicationConverter.cs b/src/Discovery/src/EurekaBase/Transport/JsonApplicationConverter.cs index 21a0973ab..eee3077de 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonApplicationConverter.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonApplicationConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonApplicationRoot.cs b/src/Discovery/src/EurekaBase/Transport/JsonApplicationRoot.cs index 6e8d6f4aa..dbff818fd 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonApplicationRoot.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonApplicationRoot.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonApplications.cs b/src/Discovery/src/EurekaBase/Transport/JsonApplications.cs index 97b674c78..1b0a4bdd6 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonApplications.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonApplications.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonApplicationsRoot.cs b/src/Discovery/src/EurekaBase/Transport/JsonApplicationsRoot.cs index c8eff3242..84d5d3769 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonApplicationsRoot.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonApplicationsRoot.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.IO; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfo.cs b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfo.cs index c2356b309..c6e663d92 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfo.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoConverter.cs b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoConverter.cs index d2864eaaa..ef06cc8be 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoConverter.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoRoot.cs b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoRoot.cs index ec77de368..2224977b2 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoRoot.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonInstanceInfoRoot.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.IO; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonLeaseInfo.cs b/src/Discovery/src/EurekaBase/Transport/JsonLeaseInfo.cs index 23c4e0ceb..3648ffa43 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonLeaseInfo.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonLeaseInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.IO; diff --git a/src/Discovery/src/EurekaBase/Transport/JsonSerialization.cs b/src/Discovery/src/EurekaBase/Transport/JsonSerialization.cs index 6cc73ab59..d81c838c6 100644 --- a/src/Discovery/src/EurekaBase/Transport/JsonSerialization.cs +++ b/src/Discovery/src/EurekaBase/Transport/JsonSerialization.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.IO; diff --git a/src/Discovery/src/EurekaBase/Util/DateTimeConversions.cs b/src/Discovery/src/EurekaBase/Util/DateTimeConversions.cs index 07597fc75..a2ab098ed 100644 --- a/src/Discovery/src/EurekaBase/Util/DateTimeConversions.cs +++ b/src/Discovery/src/EurekaBase/Util/DateTimeConversions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Discovery/src/EurekaBase/Util/DictionaryObjectConverter.cs b/src/Discovery/src/EurekaBase/Util/DictionaryObjectConverter.cs index b43682d30..1471177c2 100644 --- a/src/Discovery/src/EurekaBase/Util/DictionaryObjectConverter.cs +++ b/src/Discovery/src/EurekaBase/Util/DictionaryObjectConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Discovery/test/ClientAutofac.Test/DiscoveryContainerBuilderExtensionsTest.cs b/src/Discovery/test/ClientAutofac.Test/DiscoveryContainerBuilderExtensionsTest.cs index 2091e8797..e5c06a803 100644 --- a/src/Discovery/test/ClientAutofac.Test/DiscoveryContainerBuilderExtensionsTest.cs +++ b/src/Discovery/test/ClientAutofac.Test/DiscoveryContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/test/ClientAutofac.Test/TestHelpers.cs b/src/Discovery/test/ClientAutofac.Test/TestHelpers.cs index 6efa982e9..f77a1a48f 100644 --- a/src/Discovery/test/ClientAutofac.Test/TestHelpers.cs +++ b/src/Discovery/test/ClientAutofac.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Discovery/test/ClientCore.Test/DiscoveryHostBuilderExtensionsTest.cs b/src/Discovery/test/ClientCore.Test/DiscoveryHostBuilderExtensionsTest.cs index d3c79e473..960f5ef20 100644 --- a/src/Discovery/test/ClientCore.Test/DiscoveryHostBuilderExtensionsTest.cs +++ b/src/Discovery/test/ClientCore.Test/DiscoveryHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Discovery/test/ClientCore.Test/DiscoveryServiceCollectionExtensionsTest.cs b/src/Discovery/test/ClientCore.Test/DiscoveryServiceCollectionExtensionsTest.cs index 39cf6587f..65a0b5d3f 100644 --- a/src/Discovery/test/ClientCore.Test/DiscoveryServiceCollectionExtensionsTest.cs +++ b/src/Discovery/test/ClientCore.Test/DiscoveryServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.AspNetCore.Hosting; diff --git a/src/Discovery/test/ClientCore.Test/TestApplicationLifetime.cs b/src/Discovery/test/ClientCore.Test/TestApplicationLifetime.cs index 2774a5bc7..fda4f0c5f 100644 --- a/src/Discovery/test/ClientCore.Test/TestApplicationLifetime.cs +++ b/src/Discovery/test/ClientCore.Test/TestApplicationLifetime.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if NETCOREAPP3_0 using Microsoft.Extensions.Hosting; diff --git a/src/Discovery/test/ConsulBase.Test/ConsulClientFactoryTest.cs b/src/Discovery/test/ConsulBase.Test/ConsulClientFactoryTest.cs index 70f1a3449..0b092004c 100644 --- a/src/Discovery/test/ConsulBase.Test/ConsulClientFactoryTest.cs +++ b/src/Discovery/test/ConsulBase.Test/ConsulClientFactoryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using System; diff --git a/src/Discovery/test/ConsulBase.Test/ConsulOptionsTest.cs b/src/Discovery/test/ConsulBase.Test/ConsulOptionsTest.cs index 33df780a2..ce41f73ee 100644 --- a/src/Discovery/test/ConsulBase.Test/ConsulOptionsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/ConsulOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryClientTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryClientTest.cs index e68f45ac4..b85396247 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryClientTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryClientTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Moq; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryOptionsTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryOptionsTest.cs index 28af82a91..df32054a7 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryOptionsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulDiscoveryOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Moq; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHealthContributorTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHealthContributorTest.cs index fd269f219..038b466e6 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHealthContributorTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Moq; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHeartbeatOptionsTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHeartbeatOptionsTest.cs index 30ad1fba2..fb2e9ebf7 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHeartbeatOptionsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulHeartbeatOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulRetryOptionsTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulRetryOptionsTest.cs index 6a50747fe..17bbbdc67 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulRetryOptionsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulRetryOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulServiceInstanceTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulServiceInstanceTest.cs index 6f890688f..2168c7c51 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ConsulServiceInstanceTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ConsulServiceInstanceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using System; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/ThisServiceInstanceTest.cs b/src/Discovery/test/ConsulBase.Test/Discovery/ThisServiceInstanceTest.cs index a71ccf277..e3e270108 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/ThisServiceInstanceTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/ThisServiceInstanceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Steeltoe.Discovery.Consul.Registry; diff --git a/src/Discovery/test/ConsulBase.Test/Discovery/TtlSchedulerTests.cs b/src/Discovery/test/ConsulBase.Test/Discovery/TtlSchedulerTests.cs index f4c78d63d..8a8b73ae4 100644 --- a/src/Discovery/test/ConsulBase.Test/Discovery/TtlSchedulerTests.cs +++ b/src/Discovery/test/ConsulBase.Test/Discovery/TtlSchedulerTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Moq; diff --git a/src/Discovery/test/ConsulBase.Test/Registry/ConsulRegistrationTest.cs b/src/Discovery/test/ConsulBase.Test/Registry/ConsulRegistrationTest.cs index fb678c064..27986efaa 100644 --- a/src/Discovery/test/ConsulBase.Test/Registry/ConsulRegistrationTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Registry/ConsulRegistrationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistrarTest.cs b/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistrarTest.cs index 62d360b89..32e477426 100644 --- a/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistrarTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistrarTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Moq; using Steeltoe.Discovery.Consul.Discovery; diff --git a/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistryTest.cs b/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistryTest.cs index b83a4e050..818d57d14 100644 --- a/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistryTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Registry/ConsulServiceRegistryTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Microsoft.Extensions.Configuration; diff --git a/src/Discovery/test/ConsulBase.Test/Util/ConsulServerUtilsTest.cs b/src/Discovery/test/ConsulBase.Test/Util/ConsulServerUtilsTest.cs index 86055ac78..c00fe5eb6 100644 --- a/src/Discovery/test/ConsulBase.Test/Util/ConsulServerUtilsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Util/ConsulServerUtilsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Consul; using Xunit; diff --git a/src/Discovery/test/ConsulBase.Test/Util/DateTimeConversionsTest.cs b/src/Discovery/test/ConsulBase.Test/Util/DateTimeConversionsTest.cs index 792c4ddfc..769607fd7 100644 --- a/src/Discovery/test/ConsulBase.Test/Util/DateTimeConversionsTest.cs +++ b/src/Discovery/test/ConsulBase.Test/Util/DateTimeConversionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/AbstractBaseTest.cs b/src/Discovery/test/EurekaBase.Test/AbstractBaseTest.cs index b1789d65c..04aa2a226 100644 --- a/src/Discovery/test/EurekaBase.Test/AbstractBaseTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AbstractBaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Discovery.Eureka.Test { diff --git a/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationTest.cs b/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationTest.cs index d4f4b96b0..3ce400fe2 100644 --- a/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationsTest.cs b/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationsTest.cs index f58946290..d492189ca 100644 --- a/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationsTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AppInfo/ApplicationsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/test/EurekaBase.Test/AppInfo/DataCenterInfoTest.cs b/src/Discovery/test/EurekaBase.Test/AppInfo/DataCenterInfoTest.cs index a6a43ad37..f906b25db 100644 --- a/src/Discovery/test/EurekaBase.Test/AppInfo/DataCenterInfoTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AppInfo/DataCenterInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/test/EurekaBase.Test/AppInfo/InstanceInfoTest.cs b/src/Discovery/test/EurekaBase.Test/AppInfo/InstanceInfoTest.cs index 9c4a38128..71666e7ce 100644 --- a/src/Discovery/test/EurekaBase.Test/AppInfo/InstanceInfoTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AppInfo/InstanceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/test/EurekaBase.Test/AppInfo/LeaseInfoTest.cs b/src/Discovery/test/EurekaBase.Test/AppInfo/LeaseInfoTest.cs index 8967f2810..49ad0e4fa 100644 --- a/src/Discovery/test/EurekaBase.Test/AppInfo/LeaseInfoTest.cs +++ b/src/Discovery/test/EurekaBase.Test/AppInfo/LeaseInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using Steeltoe.Discovery.Eureka.Transport; diff --git a/src/Discovery/test/EurekaBase.Test/ApplicationInfoManagerTest.cs b/src/Discovery/test/EurekaBase.Test/ApplicationInfoManagerTest.cs index 197b286ce..6e1663a15 100644 --- a/src/Discovery/test/EurekaBase.Test/ApplicationInfoManagerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/ApplicationInfoManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using System; diff --git a/src/Discovery/test/EurekaBase.Test/DiscoveryClientTest.cs b/src/Discovery/test/EurekaBase.Test/DiscoveryClientTest.cs index 035546fe3..e4d2eb77d 100644 --- a/src/Discovery/test/EurekaBase.Test/DiscoveryClientTest.cs +++ b/src/Discovery/test/EurekaBase.Test/DiscoveryClientTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Discovery/test/EurekaBase.Test/DiscoveryManagerTest.cs b/src/Discovery/test/EurekaBase.Test/DiscoveryManagerTest.cs index b4778ed8b..bd2f17e29 100644 --- a/src/Discovery/test/EurekaBase.Test/DiscoveryManagerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/DiscoveryManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaApplicationHealthContributorTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaApplicationHealthContributorTest.cs index 8cda5e18b..f23ffb85d 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaApplicationHealthContributorTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaApplicationHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaApplicationInfoManagerTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaApplicationInfoManagerTest.cs index a0c6faff3..99eb39e88 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaApplicationInfoManagerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaApplicationInfoManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaClientConfigTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaClientConfigTest.cs index a1f81015b..d323216db 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaClientConfigTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaClientConfigTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaClientOptionsTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaClientOptionsTest.cs index fa108b5d4..168f7c9d9 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaClientOptionsTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaClientOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaClientServiceTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaClientServiceTest.cs index 0436708aa..32c8efcd8 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaClientServiceTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaClientServiceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryClientTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryClientTest.cs index 21bc25315..8e9e9d9f5 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryClientTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryClientTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryManagerTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryManagerTest.cs index c3ff48e5b..71a71e3aa 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryManagerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaDiscoveryManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaHealthCheckHandlerTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaHealthCheckHandlerTest.cs index 4d124b841..cd2195462 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaHealthCheckHandlerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaHealthCheckHandlerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaInstanceConfigTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaInstanceConfigTest.cs index ef5c571dd..18239b920 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaInstanceConfigTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaInstanceConfigTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; using Xunit; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaInstanceOptionsTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaInstanceOptionsTest.cs index 8f336d460..50355c23d 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaInstanceOptionsTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaInstanceOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Moq; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaPostConfigurerTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaPostConfigurerTest.cs index 86a0cf1c3..fb9543514 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaPostConfigurerTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaPostConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.CloudFoundry.Connector; diff --git a/src/Discovery/test/EurekaBase.Test/EurekaServerHealthContributorTest.cs b/src/Discovery/test/EurekaBase.Test/EurekaServerHealthContributorTest.cs index ecafd251c..fee42c562 100644 --- a/src/Discovery/test/EurekaBase.Test/EurekaServerHealthContributorTest.cs +++ b/src/Discovery/test/EurekaBase.Test/EurekaServerHealthContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/HttpRequestInfo.cs b/src/Discovery/test/EurekaBase.Test/HttpRequestInfo.cs index 0738ce61f..8d3966af8 100644 --- a/src/Discovery/test/EurekaBase.Test/HttpRequestInfo.cs +++ b/src/Discovery/test/EurekaBase.Test/HttpRequestInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using System.IO; diff --git a/src/Discovery/test/EurekaBase.Test/MyHealthCheckHandler.cs b/src/Discovery/test/EurekaBase.Test/MyHealthCheckHandler.cs index be065f521..1fdcbeab1 100644 --- a/src/Discovery/test/EurekaBase.Test/MyHealthCheckHandler.cs +++ b/src/Discovery/test/EurekaBase.Test/MyHealthCheckHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/Task/TimedTaskTest.cs b/src/Discovery/test/EurekaBase.Test/Task/TimedTaskTest.cs index 5c0c52674..d3750190f 100644 --- a/src/Discovery/test/EurekaBase.Test/Task/TimedTaskTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Task/TimedTaskTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Discovery.Eureka.Test; using System.Threading; diff --git a/src/Discovery/test/EurekaBase.Test/TestConfigServerStartup.cs b/src/Discovery/test/EurekaBase.Test/TestConfigServerStartup.cs index 0552b6cc4..14988ff70 100644 --- a/src/Discovery/test/EurekaBase.Test/TestConfigServerStartup.cs +++ b/src/Discovery/test/EurekaBase.Test/TestConfigServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; diff --git a/src/Discovery/test/EurekaBase.Test/TestOptionMonitorWrapper.cs b/src/Discovery/test/EurekaBase.Test/TestOptionMonitorWrapper.cs index bf088b4a0..043c95990 100644 --- a/src/Discovery/test/EurekaBase.Test/TestOptionMonitorWrapper.cs +++ b/src/Discovery/test/EurekaBase.Test/TestOptionMonitorWrapper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using System; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/EurekaHttpClientTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/EurekaHttpClientTest.cs index 27a12b468..7a461add3 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/EurekaHttpClientTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/EurekaHttpClientTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationRootTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationRootTest.cs index 318894118..09b0cf05b 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationRootTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationRootTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.Test; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationTest.cs index 822ac3bab..d80578efd 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.Test; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsRootTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsRootTest.cs index fb7acc48d..990059e5d 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsRootTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsRootTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.Test; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsTest.cs index b202cf793..43705ece9 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonApplicationsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.Test; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoRootTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoRootTest.cs index 9422622bd..06b5c4cac 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoRootTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoRootTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoTest.cs index b4f9d2163..5ce17250a 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonInstanceInfoTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.AppInfo; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonLeaseTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonLeaseTest.cs index 3d6266729..3d82760b7 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonLeaseTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonLeaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Discovery.Eureka.Test; diff --git a/src/Discovery/test/EurekaBase.Test/Transport/JsonSerializationTest.cs b/src/Discovery/test/EurekaBase.Test/Transport/JsonSerializationTest.cs index 3101a3ffc..5b4929757 100644 --- a/src/Discovery/test/EurekaBase.Test/Transport/JsonSerializationTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Transport/JsonSerializationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.Common; diff --git a/src/Discovery/test/EurekaBase.Test/Util/DateTimeConversionsTest.cs b/src/Discovery/test/EurekaBase.Test/Util/DateTimeConversionsTest.cs index bca24eeaa..84cb19d61 100644 --- a/src/Discovery/test/EurekaBase.Test/Util/DateTimeConversionsTest.cs +++ b/src/Discovery/test/EurekaBase.Test/Util/DateTimeConversionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Logging/src/DynamicLogger/DynamicConsoleLogger.cs b/src/Logging/src/DynamicLogger/DynamicConsoleLogger.cs index 68707c158..222e79e36 100644 --- a/src/Logging/src/DynamicLogger/DynamicConsoleLogger.cs +++ b/src/Logging/src/DynamicLogger/DynamicConsoleLogger.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Logging/src/DynamicLogger/DynamicConsoleLoggerProvider.cs b/src/Logging/src/DynamicLogger/DynamicConsoleLoggerProvider.cs index 3eb8059d8..eade6e926 100644 --- a/src/Logging/src/DynamicLogger/DynamicConsoleLoggerProvider.cs +++ b/src/Logging/src/DynamicLogger/DynamicConsoleLoggerProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Console; diff --git a/src/Logging/src/DynamicLogger/DynamicLoggerConfiguration.cs b/src/Logging/src/DynamicLogger/DynamicLoggerConfiguration.cs index 762e56f71..990d06257 100644 --- a/src/Logging/src/DynamicLogger/DynamicLoggerConfiguration.cs +++ b/src/Logging/src/DynamicLogger/DynamicLoggerConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; diff --git a/src/Logging/src/DynamicLogger/DynamicLoggerHostBuilderExtensions.cs b/src/Logging/src/DynamicLogger/DynamicLoggerHostBuilderExtensions.cs index 45eaefdbd..24a4397ac 100644 --- a/src/Logging/src/DynamicLogger/DynamicLoggerHostBuilderExtensions.cs +++ b/src/Logging/src/DynamicLogger/DynamicLoggerHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Hosting; using System; diff --git a/src/Logging/src/DynamicLogger/DynamicLoggingBuilder.cs b/src/Logging/src/DynamicLogger/DynamicLoggingBuilder.cs index d66c96850..c33898315 100644 --- a/src/Logging/src/DynamicLogger/DynamicLoggingBuilder.cs +++ b/src/Logging/src/DynamicLogger/DynamicLoggingBuilder.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Logging/src/DynamicLogger/IDynamicLoggerProvider.cs b/src/Logging/src/DynamicLogger/IDynamicLoggerProvider.cs index c12c770a1..58f81b270 100644 --- a/src/Logging/src/DynamicLogger/IDynamicLoggerProvider.cs +++ b/src/Logging/src/DynamicLogger/IDynamicLoggerProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System.Collections.Generic; diff --git a/src/Logging/src/DynamicLogger/IDynamicMessageProcessor.cs b/src/Logging/src/DynamicLogger/IDynamicMessageProcessor.cs index 3be5c6d1c..f959e7cfc 100644 --- a/src/Logging/src/DynamicLogger/IDynamicMessageProcessor.cs +++ b/src/Logging/src/DynamicLogger/IDynamicMessageProcessor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Logging { diff --git a/src/Logging/src/DynamicLogger/ILoggerConfiguration.cs b/src/Logging/src/DynamicLogger/ILoggerConfiguration.cs index 18bdc274d..a104a4237 100644 --- a/src/Logging/src/DynamicLogger/ILoggerConfiguration.cs +++ b/src/Logging/src/DynamicLogger/ILoggerConfiguration.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; diff --git a/src/Logging/src/SerilogDynamicLoggerCore/ISerilogOptions.cs b/src/Logging/src/SerilogDynamicLoggerCore/ISerilogOptions.cs index 4cf96f83c..c47c41cd8 100644 --- a/src/Logging/src/SerilogDynamicLoggerCore/ISerilogOptions.cs +++ b/src/Logging/src/SerilogDynamicLoggerCore/ISerilogOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Logging/src/SerilogDynamicLoggerCore/SerilogBuilderExtensions.cs b/src/Logging/src/SerilogDynamicLoggerCore/SerilogBuilderExtensions.cs index 1669262c5..ed63400e5 100644 --- a/src/Logging/src/SerilogDynamicLoggerCore/SerilogBuilderExtensions.cs +++ b/src/Logging/src/SerilogDynamicLoggerCore/SerilogBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicLoggerFactory.cs b/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicLoggerFactory.cs index 53f248592..fa3da9364 100644 --- a/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicLoggerFactory.cs +++ b/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicLoggerFactory.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicProvider.cs b/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicProvider.cs index 0a81b50a0..d477164c6 100644 --- a/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicProvider.cs +++ b/src/Logging/src/SerilogDynamicLoggerCore/SerilogDynamicProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Logging/src/SerilogDynamicLoggerCore/SerilogOptions.cs b/src/Logging/src/SerilogDynamicLoggerCore/SerilogOptions.cs index 32675fa3c..d5e4a57a8 100644 --- a/src/Logging/src/SerilogDynamicLoggerCore/SerilogOptions.cs +++ b/src/Logging/src/SerilogDynamicLoggerCore/SerilogOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Serilog.Events; diff --git a/src/Logging/test/DynamicLogger.Test/ConsoleOutputBorrower.cs b/src/Logging/test/DynamicLogger.Test/ConsoleOutputBorrower.cs index 15b3e9f14..2371367a5 100644 --- a/src/Logging/test/DynamicLogger.Test/ConsoleOutputBorrower.cs +++ b/src/Logging/test/DynamicLogger.Test/ConsoleOutputBorrower.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.IO; diff --git a/src/Logging/test/DynamicLogger.Test/DynamicLoggerHostBuilderExtensionsTest.cs b/src/Logging/test/DynamicLogger.Test/DynamicLoggerHostBuilderExtensionsTest.cs index a6171c726..85e555454 100644 --- a/src/Logging/test/DynamicLogger.Test/DynamicLoggerHostBuilderExtensionsTest.cs +++ b/src/Logging/test/DynamicLogger.Test/DynamicLoggerHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; diff --git a/src/Logging/test/DynamicLogger.Test/DynamicLoggerProviderTest.cs b/src/Logging/test/DynamicLogger.Test/DynamicLoggerProviderTest.cs index bfcd38423..1efcd1f17 100644 --- a/src/Logging/test/DynamicLogger.Test/DynamicLoggerProviderTest.cs +++ b/src/Logging/test/DynamicLogger.Test/DynamicLoggerProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Logging/test/DynamicLogger.Test/DynamicLoggingBuilderTest.cs b/src/Logging/test/DynamicLogger.Test/DynamicLoggingBuilderTest.cs index 35b54b4a9..49c23770c 100644 --- a/src/Logging/test/DynamicLogger.Test/DynamicLoggingBuilderTest.cs +++ b/src/Logging/test/DynamicLogger.Test/DynamicLoggingBuilderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Logging/test/DynamicLogger.Test/TestClass.cs b/src/Logging/test/DynamicLogger.Test/TestClass.cs index 3072f6781..6555aef45 100644 --- a/src/Logging/test/DynamicLogger.Test/TestClass.cs +++ b/src/Logging/test/DynamicLogger.Test/TestClass.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace A.B.C.D { diff --git a/src/Logging/test/DynamicLogger.Test/TestDynamicMessageProcessor.cs b/src/Logging/test/DynamicLogger.Test/TestDynamicMessageProcessor.cs index 119324f4a..259519df3 100644 --- a/src/Logging/test/DynamicLogger.Test/TestDynamicMessageProcessor.cs +++ b/src/Logging/test/DynamicLogger.Test/TestDynamicMessageProcessor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Extensions.Logging.Test { diff --git a/src/Logging/test/DynamicLogger.Test/TestHelpers.cs b/src/Logging/test/DynamicLogger.Test/TestHelpers.cs index 60626bdef..16137165e 100644 --- a/src/Logging/test/DynamicLogger.Test/TestHelpers.cs +++ b/src/Logging/test/DynamicLogger.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IO; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/ConsoleOutputBorrower.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/ConsoleOutputBorrower.cs index 57925a8a2..fdf887c62 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/ConsoleOutputBorrower.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/ConsoleOutputBorrower.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.IO; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerConfigurationExtensionsTest.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerConfigurationExtensionsTest.cs index 07b8ba1cf..ef6b4a69a 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerConfigurationExtensionsTest.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerConfigurationExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerProviderTest.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerProviderTest.cs index f0323070a..376098bf0 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerProviderTest.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggerProviderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggingBuilderTest.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggingBuilderTest.cs index 1eec78a76..62ee7b696 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggingBuilderTest.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicLoggingBuilderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicWebhostBuilderTest.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicWebhostBuilderTest.cs index e3c680878..175d9b516 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicWebhostBuilderTest.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/SerilogDynamicWebhostBuilderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Serilog.Events; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/Startup.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/Startup.cs index 5dacd8608..3672cc127 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/Startup.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/TestClass.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/TestClass.cs index 248a8cc6e..84d0897b7 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/TestClass.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/TestClass.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace A.B.C.D { diff --git a/src/Logging/test/SerilogDynamicLoggerCore.Test/TestSink.cs b/src/Logging/test/SerilogDynamicLoggerCore.Test/TestSink.cs index 879d14ea7..7d3af6679 100644 --- a/src/Logging/test/SerilogDynamicLoggerCore.Test/TestSink.cs +++ b/src/Logging/test/SerilogDynamicLoggerCore.Test/TestSink.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Serilog.Core; using Serilog.Events; diff --git a/src/Management/src/CloudFoundryCore/CloudFoundryActuatorsStartupFilter.cs b/src/Management/src/CloudFoundryCore/CloudFoundryActuatorsStartupFilter.cs index c4640a8d4..a7926bbed 100644 --- a/src/Management/src/CloudFoundryCore/CloudFoundryActuatorsStartupFilter.cs +++ b/src/Management/src/CloudFoundryCore/CloudFoundryActuatorsStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/CloudFoundryCore/CloudFoundryApplicationBuilderExtensions.cs b/src/Management/src/CloudFoundryCore/CloudFoundryApplicationBuilderExtensions.cs index 554f39d8d..ccf28b87d 100644 --- a/src/Management/src/CloudFoundryCore/CloudFoundryApplicationBuilderExtensions.cs +++ b/src/Management/src/CloudFoundryCore/CloudFoundryApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint; diff --git a/src/Management/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs b/src/Management/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs index 2efd4cee2..fe4da0655 100644 --- a/src/Management/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs +++ b/src/Management/src/CloudFoundryCore/CloudFoundryHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs b/src/Management/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs index 095639d2b..efd24bec6 100644 --- a/src/Management/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs +++ b/src/Management/src/CloudFoundryCore/CloudFoundryServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Cors.Infrastructure; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/Diagnostics/MiniDumper.cs b/src/Management/src/Diagnostics/MiniDumper.cs index bab0408f4..0b6f8c3da 100644 --- a/src/Management/src/Diagnostics/MiniDumper.cs +++ b/src/Management/src/Diagnostics/MiniDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.IO; diff --git a/src/Management/src/Diagnostics/Properties/AssemblyInfo.cs b/src/Management/src/Diagnostics/Properties/AssemblyInfo.cs index 0b69769d7..21ae59c4d 100644 --- a/src/Management/src/Diagnostics/Properties/AssemblyInfo.cs +++ b/src/Management/src/Diagnostics/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/EndpointBase/AbstractEndpoint.cs b/src/Management/src/EndpointBase/AbstractEndpoint.cs index f156dc495..549576377 100644 --- a/src/Management/src/EndpointBase/AbstractEndpoint.cs +++ b/src/Management/src/EndpointBase/AbstractEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/EndpointBase/AbstractEndpointOptions.cs b/src/Management/src/EndpointBase/AbstractEndpointOptions.cs index a140f7464..8fc42dc8c 100644 --- a/src/Management/src/EndpointBase/AbstractEndpointOptions.cs +++ b/src/Management/src/EndpointBase/AbstractEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/AbstractOptions.cs b/src/Management/src/EndpointBase/AbstractOptions.cs index 04b95ea5d..b265777f5 100644 --- a/src/Management/src/EndpointBase/AbstractOptions.cs +++ b/src/Management/src/EndpointBase/AbstractOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/ActuatorMediaTypes.cs b/src/Management/src/EndpointBase/ActuatorMediaTypes.cs index 0d425286b..1be6659b5 100644 --- a/src/Management/src/EndpointBase/ActuatorMediaTypes.cs +++ b/src/Management/src/EndpointBase/ActuatorMediaTypes.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpoint.cs b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpoint.cs index 651839eed..07052429e 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpoint.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Hypermedia; diff --git a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpointOptions.cs b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpointOptions.cs index 279020f15..bd402a3d8 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpointOptions.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryManagementOptions.cs b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryManagementOptions.cs index dd44ee135..6ffb43f98 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryManagementOptions.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryManagementOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryOptions.cs b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryOptions.cs index 304b8a571..13e35e7cd 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryOptions.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/CloudFoundryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/CloudFoundry/ICloudFoundryOptions.cs b/src/Management/src/EndpointBase/CloudFoundry/ICloudFoundryOptions.cs index 83c89edab..295d20e3c 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/ICloudFoundryOptions.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/ICloudFoundryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.CloudFoundry { diff --git a/src/Management/src/EndpointBase/CloudFoundry/Link.cs b/src/Management/src/EndpointBase/CloudFoundry/Link.cs index 2a53c1eda..3d90a35a9 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/Link.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/Link.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/EndpointBase/CloudFoundry/Links.cs b/src/Management/src/EndpointBase/CloudFoundry/Links.cs index e45888719..26a39bc74 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/Links.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/Links.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/CloudFoundry/SecurityBase.cs b/src/Management/src/EndpointBase/CloudFoundry/SecurityBase.cs index c7838ba4c..74c7e61e1 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/SecurityBase.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/SecurityBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/CloudFoundry/SecurityResult.cs b/src/Management/src/EndpointBase/CloudFoundry/SecurityResult.cs index 5c192e5f7..6878bafe5 100644 --- a/src/Management/src/EndpointBase/CloudFoundry/SecurityResult.cs +++ b/src/Management/src/EndpointBase/CloudFoundry/SecurityResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsDescriptor.cs b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsDescriptor.cs index df7b559c0..ca6dad097 100644 --- a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsDescriptor.cs +++ b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsDescriptor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpoint.cs b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpoint.cs index 32b6e4e5f..855af44ec 100644 --- a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpoint.cs +++ b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint; diff --git a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpointOptions.cs b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpointOptions.cs index e44515121..3d497e14c 100644 --- a/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpointOptions.cs +++ b/src/Management/src/EndpointBase/DbMigrations/DbMigrationsEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint; diff --git a/src/Management/src/EndpointBase/DbMigrations/IDbMigrationsOptions.cs b/src/Management/src/EndpointBase/DbMigrations/IDbMigrationsOptions.cs index ed1453f5d..b82270f4e 100644 --- a/src/Management/src/EndpointBase/DbMigrations/IDbMigrationsOptions.cs +++ b/src/Management/src/EndpointBase/DbMigrations/IDbMigrationsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint; diff --git a/src/Management/src/EndpointBase/Diagnostics/DiagnosticServices.cs b/src/Management/src/EndpointBase/Diagnostics/DiagnosticServices.cs index 46b5dcb14..567e90b98 100644 --- a/src/Management/src/EndpointBase/Diagnostics/DiagnosticServices.cs +++ b/src/Management/src/EndpointBase/Diagnostics/DiagnosticServices.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointBase/EndpointExtensions.cs b/src/Management/src/EndpointBase/EndpointExtensions.cs index c33fa1563..e64b3cb8d 100644 --- a/src/Management/src/EndpointBase/EndpointExtensions.cs +++ b/src/Management/src/EndpointBase/EndpointExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Hypermedia; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Env/EnvEndpoint.cs b/src/Management/src/EndpointBase/Env/EnvEndpoint.cs index 4c9c4a72d..050063e7c 100644 --- a/src/Management/src/EndpointBase/Env/EnvEndpoint.cs +++ b/src/Management/src/EndpointBase/Env/EnvEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; diff --git a/src/Management/src/EndpointBase/Env/EnvEndpointOptions.cs b/src/Management/src/EndpointBase/Env/EnvEndpointOptions.cs index c852d77d6..b9c438a44 100644 --- a/src/Management/src/EndpointBase/Env/EnvEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Env/EnvEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Env/EnvOptions.cs b/src/Management/src/EndpointBase/Env/EnvOptions.cs index d53a221df..20b44c821 100644 --- a/src/Management/src/EndpointBase/Env/EnvOptions.cs +++ b/src/Management/src/EndpointBase/Env/EnvOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Env/EnvironmentDescriptor.cs b/src/Management/src/EndpointBase/Env/EnvironmentDescriptor.cs index c68a413ee..04ae52af3 100644 --- a/src/Management/src/EndpointBase/Env/EnvironmentDescriptor.cs +++ b/src/Management/src/EndpointBase/Env/EnvironmentDescriptor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Env/GenericHostingEnvironment.cs b/src/Management/src/EndpointBase/Env/GenericHostingEnvironment.cs index 551d0e916..1f4f26bdc 100644 --- a/src/Management/src/EndpointBase/Env/GenericHostingEnvironment.cs +++ b/src/Management/src/EndpointBase/Env/GenericHostingEnvironment.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Hosting; diff --git a/src/Management/src/EndpointBase/Env/IEnvOptions.cs b/src/Management/src/EndpointBase/Env/IEnvOptions.cs index d40f6e476..080a49534 100644 --- a/src/Management/src/EndpointBase/Env/IEnvOptions.cs +++ b/src/Management/src/EndpointBase/Env/IEnvOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Env { diff --git a/src/Management/src/EndpointBase/Env/PropertySourceDescriptor.cs b/src/Management/src/EndpointBase/Env/PropertySourceDescriptor.cs index e5e155cd9..3981bb9ce 100644 --- a/src/Management/src/EndpointBase/Env/PropertySourceDescriptor.cs +++ b/src/Management/src/EndpointBase/Env/PropertySourceDescriptor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Env/PropertyValueDescriptor.cs b/src/Management/src/EndpointBase/Env/PropertyValueDescriptor.cs index 32d259482..447060b15 100644 --- a/src/Management/src/EndpointBase/Env/PropertyValueDescriptor.cs +++ b/src/Management/src/EndpointBase/Env/PropertyValueDescriptor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/Env/Sanitizer.cs b/src/Management/src/EndpointBase/Env/Sanitizer.cs index f9c90f438..b724407dc 100644 --- a/src/Management/src/EndpointBase/Env/Sanitizer.cs +++ b/src/Management/src/EndpointBase/Env/Sanitizer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; diff --git a/src/Management/src/EndpointBase/Exposure.cs b/src/Management/src/EndpointBase/Exposure.cs index 167d719c3..ed5f1423d 100644 --- a/src/Management/src/EndpointBase/Exposure.cs +++ b/src/Management/src/EndpointBase/Exposure.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributor.cs b/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributor.cs index b02637ed7..620013024 100644 --- a/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributor.cs +++ b/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using System.IO; diff --git a/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributorOptions.cs b/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributorOptions.cs index bca494b32..44cffd392 100644 --- a/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributorOptions.cs +++ b/src/Management/src/EndpointBase/Health/Contributor/DiskSpaceContributorOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Health/DefaultHealthAggregator.cs b/src/Management/src/EndpointBase/Health/DefaultHealthAggregator.cs index cc3956238..8410759d4 100644 --- a/src/Management/src/EndpointBase/Health/DefaultHealthAggregator.cs +++ b/src/Management/src/EndpointBase/Health/DefaultHealthAggregator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using System; diff --git a/src/Management/src/EndpointBase/Health/HealthEndpoint.cs b/src/Management/src/EndpointBase/Health/HealthEndpoint.cs index 4e5b87a38..4a69ebbe2 100644 --- a/src/Management/src/EndpointBase/Health/HealthEndpoint.cs +++ b/src/Management/src/EndpointBase/Health/HealthEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/src/EndpointBase/Health/HealthEndpointOptions.cs b/src/Management/src/EndpointBase/Health/HealthEndpointOptions.cs index cd7855b2c..c0b007052 100644 --- a/src/Management/src/EndpointBase/Health/HealthEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Health/HealthEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Health/HealthJsonConverter.cs b/src/Management/src/EndpointBase/Health/HealthJsonConverter.cs index c657dcfde..a416b7a73 100644 --- a/src/Management/src/EndpointBase/Health/HealthJsonConverter.cs +++ b/src/Management/src/EndpointBase/Health/HealthJsonConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/src/EndpointBase/Health/HealthOptions.cs b/src/Management/src/EndpointBase/Health/HealthOptions.cs index 4d0a1464e..4621fce2b 100644 --- a/src/Management/src/EndpointBase/Health/HealthOptions.cs +++ b/src/Management/src/EndpointBase/Health/HealthOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Health/IHealthAggregator.cs b/src/Management/src/EndpointBase/Health/IHealthAggregator.cs index b1cda1dae..7af77b446 100644 --- a/src/Management/src/EndpointBase/Health/IHealthAggregator.cs +++ b/src/Management/src/EndpointBase/Health/IHealthAggregator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Health/IHealthOptions.cs b/src/Management/src/EndpointBase/Health/IHealthOptions.cs index d1deb0ee3..0965824d6 100644 --- a/src/Management/src/EndpointBase/Health/IHealthOptions.cs +++ b/src/Management/src/EndpointBase/Health/IHealthOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Health/ShowDetails.cs b/src/Management/src/EndpointBase/Health/ShowDetails.cs index acce1a576..69dec6b41 100644 --- a/src/Management/src/EndpointBase/Health/ShowDetails.cs +++ b/src/Management/src/EndpointBase/Health/ShowDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Health { diff --git a/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpoint.cs b/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpoint.cs index 802507aee..1bb3a9278 100644 --- a/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpoint.cs +++ b/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpointOptions.cs b/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpointOptions.cs index e7ef11b36..68c893238 100644 --- a/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpointOptions.cs +++ b/src/Management/src/EndpointBase/HeapDump/HeapDumpEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/HeapDump/HeapDumpOptions.cs b/src/Management/src/EndpointBase/HeapDump/HeapDumpOptions.cs index 3acdd7d04..e891fe39e 100644 --- a/src/Management/src/EndpointBase/HeapDump/HeapDumpOptions.cs +++ b/src/Management/src/EndpointBase/HeapDump/HeapDumpOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/HeapDump/HeapDumper.cs b/src/Management/src/EndpointBase/HeapDump/HeapDumper.cs index ecb754034..6d1be5e77 100644 --- a/src/Management/src/EndpointBase/HeapDump/HeapDumper.cs +++ b/src/Management/src/EndpointBase/HeapDump/HeapDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Diagnostics.Runtime; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointBase/HeapDump/IHeapDumpOptions.cs b/src/Management/src/EndpointBase/HeapDump/IHeapDumpOptions.cs index 2480633c9..4daf769dc 100644 --- a/src/Management/src/EndpointBase/HeapDump/IHeapDumpOptions.cs +++ b/src/Management/src/EndpointBase/HeapDump/IHeapDumpOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.HeapDump { diff --git a/src/Management/src/EndpointBase/HeapDump/IHeapDumper.cs b/src/Management/src/EndpointBase/HeapDump/IHeapDumper.cs index 88b1812b7..31af5ade9 100644 --- a/src/Management/src/EndpointBase/HeapDump/IHeapDumper.cs +++ b/src/Management/src/EndpointBase/HeapDump/IHeapDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.HeapDump { diff --git a/src/Management/src/EndpointBase/Hypermedia/ActuatorContext.cs b/src/Management/src/EndpointBase/Hypermedia/ActuatorContext.cs index fde62127b..53cee789b 100644 --- a/src/Management/src/EndpointBase/Hypermedia/ActuatorContext.cs +++ b/src/Management/src/EndpointBase/Hypermedia/ActuatorContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Hypermedia { diff --git a/src/Management/src/EndpointBase/Hypermedia/ActuatorEndpoint.cs b/src/Management/src/EndpointBase/Hypermedia/ActuatorEndpoint.cs index 93c917706..e336ffcc4 100644 --- a/src/Management/src/EndpointBase/Hypermedia/ActuatorEndpoint.cs +++ b/src/Management/src/EndpointBase/Hypermedia/ActuatorEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/src/EndpointBase/Hypermedia/ActuatorManagementOptions.cs b/src/Management/src/EndpointBase/Hypermedia/ActuatorManagementOptions.cs index 0c16b01dc..89e194758 100644 --- a/src/Management/src/EndpointBase/Hypermedia/ActuatorManagementOptions.cs +++ b/src/Management/src/EndpointBase/Hypermedia/ActuatorManagementOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Management/src/EndpointBase/Hypermedia/HypermediaEndpointOptions.cs b/src/Management/src/EndpointBase/Hypermedia/HypermediaEndpointOptions.cs index bdacac12f..e099ff5f2 100644 --- a/src/Management/src/EndpointBase/Hypermedia/HypermediaEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Hypermedia/HypermediaEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Hypermedia/HypermediaService.cs b/src/Management/src/EndpointBase/Hypermedia/HypermediaService.cs index a1909ce7a..7aa5e667d 100644 --- a/src/Management/src/EndpointBase/Hypermedia/HypermediaService.cs +++ b/src/Management/src/EndpointBase/Hypermedia/HypermediaService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/src/EndpointBase/Hypermedia/IActuatorHypermediaOptions.cs b/src/Management/src/EndpointBase/Hypermedia/IActuatorHypermediaOptions.cs index 957cae372..c72719339 100644 --- a/src/Management/src/EndpointBase/Hypermedia/IActuatorHypermediaOptions.cs +++ b/src/Management/src/EndpointBase/Hypermedia/IActuatorHypermediaOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Hypermedia { diff --git a/src/Management/src/EndpointBase/IEndpoint.cs b/src/Management/src/EndpointBase/IEndpoint.cs index c16373bcc..b8a81c4cd 100644 --- a/src/Management/src/EndpointBase/IEndpoint.cs +++ b/src/Management/src/EndpointBase/IEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/EndpointBase/IEndpointOptions.cs b/src/Management/src/EndpointBase/IEndpointOptions.cs index 71cc07ac6..9aeba8f9a 100644 --- a/src/Management/src/EndpointBase/IEndpointOptions.cs +++ b/src/Management/src/EndpointBase/IEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Security; using System; diff --git a/src/Management/src/EndpointBase/IManagementOptions.cs b/src/Management/src/EndpointBase/IManagementOptions.cs index 962d7b9fe..ee75e15ee 100644 --- a/src/Management/src/EndpointBase/IManagementOptions.cs +++ b/src/Management/src/EndpointBase/IManagementOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Info/Contributor/AbstractConfigurationContributor.cs b/src/Management/src/EndpointBase/Info/Contributor/AbstractConfigurationContributor.cs index 9fc5256fb..99fc898da 100644 --- a/src/Management/src/EndpointBase/Info/Contributor/AbstractConfigurationContributor.cs +++ b/src/Management/src/EndpointBase/Info/Contributor/AbstractConfigurationContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Info/Contributor/AppSettingsInfoContributor.cs b/src/Management/src/EndpointBase/Info/Contributor/AppSettingsInfoContributor.cs index d0dc30bba..7545935de 100644 --- a/src/Management/src/EndpointBase/Info/Contributor/AppSettingsInfoContributor.cs +++ b/src/Management/src/EndpointBase/Info/Contributor/AppSettingsInfoContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Info/Contributor/GitInfoContributor.cs b/src/Management/src/EndpointBase/Info/Contributor/GitInfoContributor.cs index 67a0d56e4..836d1cc69 100644 --- a/src/Management/src/EndpointBase/Info/Contributor/GitInfoContributor.cs +++ b/src/Management/src/EndpointBase/Info/Contributor/GitInfoContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointBase/Info/IInfoBuilder.cs b/src/Management/src/EndpointBase/Info/IInfoBuilder.cs index 3f3c690ea..841bf963b 100644 --- a/src/Management/src/EndpointBase/Info/IInfoBuilder.cs +++ b/src/Management/src/EndpointBase/Info/IInfoBuilder.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Info/IInfoContributor.cs b/src/Management/src/EndpointBase/Info/IInfoContributor.cs index e26b6e595..6ce0372a9 100644 --- a/src/Management/src/EndpointBase/Info/IInfoContributor.cs +++ b/src/Management/src/EndpointBase/Info/IInfoContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Info { diff --git a/src/Management/src/EndpointBase/Info/IInfoOptions.cs b/src/Management/src/EndpointBase/Info/IInfoOptions.cs index d24edc5a7..db1908aa6 100644 --- a/src/Management/src/EndpointBase/Info/IInfoOptions.cs +++ b/src/Management/src/EndpointBase/Info/IInfoOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Info { diff --git a/src/Management/src/EndpointBase/Info/InfoBuilder.cs b/src/Management/src/EndpointBase/Info/InfoBuilder.cs index d3958013e..24303e0cf 100644 --- a/src/Management/src/EndpointBase/Info/InfoBuilder.cs +++ b/src/Management/src/EndpointBase/Info/InfoBuilder.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Info/InfoEndpoint.cs b/src/Management/src/EndpointBase/Info/InfoEndpoint.cs index 0e252e43e..e0e5e3905 100644 --- a/src/Management/src/EndpointBase/Info/InfoEndpoint.cs +++ b/src/Management/src/EndpointBase/Info/InfoEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/Info/InfoEndpointOptions.cs b/src/Management/src/EndpointBase/Info/InfoEndpointOptions.cs index 43f342164..5f490c49a 100644 --- a/src/Management/src/EndpointBase/Info/InfoEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Info/InfoEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Info/InfoOptions.cs b/src/Management/src/EndpointBase/Info/InfoOptions.cs index 15a5e44fe..e5a5bb253 100644 --- a/src/Management/src/EndpointBase/Info/InfoOptions.cs +++ b/src/Management/src/EndpointBase/Info/InfoOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Loggers/ILoggersOptions.cs b/src/Management/src/EndpointBase/Loggers/ILoggersOptions.cs index e8437e4a6..2d79feb60 100644 --- a/src/Management/src/EndpointBase/Loggers/ILoggersOptions.cs +++ b/src/Management/src/EndpointBase/Loggers/ILoggersOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Loggers { diff --git a/src/Management/src/EndpointBase/Loggers/LoggerLevels.cs b/src/Management/src/EndpointBase/Loggers/LoggerLevels.cs index 1e259b52c..926a7bdd9 100644 --- a/src/Management/src/EndpointBase/Loggers/LoggerLevels.cs +++ b/src/Management/src/EndpointBase/Loggers/LoggerLevels.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/Loggers/LoggersChangeRequest.cs b/src/Management/src/EndpointBase/Loggers/LoggersChangeRequest.cs index 035ce535c..61374550a 100644 --- a/src/Management/src/EndpointBase/Loggers/LoggersChangeRequest.cs +++ b/src/Management/src/EndpointBase/Loggers/LoggersChangeRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/EndpointBase/Loggers/LoggersEndpoint.cs b/src/Management/src/EndpointBase/Loggers/LoggersEndpoint.cs index 1ad32e2a9..dd41f135b 100644 --- a/src/Management/src/EndpointBase/Loggers/LoggersEndpoint.cs +++ b/src/Management/src/EndpointBase/Loggers/LoggersEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; #if NETSTANDARD2_0 diff --git a/src/Management/src/EndpointBase/Loggers/LoggersEndpointOptions.cs b/src/Management/src/EndpointBase/Loggers/LoggersEndpointOptions.cs index fbdaf4331..54e5a5e78 100644 --- a/src/Management/src/EndpointBase/Loggers/LoggersEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Loggers/LoggersEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Loggers/LoggersOptions.cs b/src/Management/src/EndpointBase/Loggers/LoggersOptions.cs index ccc3f5ccc..9a48a3e6f 100644 --- a/src/Management/src/EndpointBase/Loggers/LoggersOptions.cs +++ b/src/Management/src/EndpointBase/Loggers/LoggersOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/ManagementEndpointOptions.cs b/src/Management/src/EndpointBase/ManagementEndpointOptions.cs index 7c443bcb8..8c423dcf9 100644 --- a/src/Management/src/EndpointBase/ManagementEndpointOptions.cs +++ b/src/Management/src/EndpointBase/ManagementEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/ManagementOptions.cs b/src/Management/src/EndpointBase/ManagementOptions.cs index 8a04b780d..fc96da507 100644 --- a/src/Management/src/EndpointBase/ManagementOptions.cs +++ b/src/Management/src/EndpointBase/ManagementOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Mappings/ApplicationMappings.cs b/src/Management/src/EndpointBase/Mappings/ApplicationMappings.cs index 056872c92..badaa05cc 100644 --- a/src/Management/src/EndpointBase/Mappings/ApplicationMappings.cs +++ b/src/Management/src/EndpointBase/Mappings/ApplicationMappings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Mappings/ContextMappings.cs b/src/Management/src/EndpointBase/Mappings/ContextMappings.cs index 3a5627bcb..640726919 100644 --- a/src/Management/src/EndpointBase/Mappings/ContextMappings.cs +++ b/src/Management/src/EndpointBase/Mappings/ContextMappings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Mappings/IMappingsOptions.cs b/src/Management/src/EndpointBase/Mappings/IMappingsOptions.cs index 66557440b..c0ba757cb 100644 --- a/src/Management/src/EndpointBase/Mappings/IMappingsOptions.cs +++ b/src/Management/src/EndpointBase/Mappings/IMappingsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Mappings { diff --git a/src/Management/src/EndpointBase/Mappings/IRouteDetails.cs b/src/Management/src/EndpointBase/Mappings/IRouteDetails.cs index c5ba917e4..05b93a2bb 100644 --- a/src/Management/src/EndpointBase/Mappings/IRouteDetails.cs +++ b/src/Management/src/EndpointBase/Mappings/IRouteDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Mappings/MappingDescription.cs b/src/Management/src/EndpointBase/Mappings/MappingDescription.cs index 7213754e0..3ad0ab81b 100644 --- a/src/Management/src/EndpointBase/Mappings/MappingDescription.cs +++ b/src/Management/src/EndpointBase/Mappings/MappingDescription.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Management/src/EndpointBase/Mappings/MappingsEndpoint.cs b/src/Management/src/EndpointBase/Mappings/MappingsEndpoint.cs index 39009cc57..b7454e831 100644 --- a/src/Management/src/EndpointBase/Mappings/MappingsEndpoint.cs +++ b/src/Management/src/EndpointBase/Mappings/MappingsEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointBase/Mappings/MappingsEndpointOptions.cs b/src/Management/src/EndpointBase/Mappings/MappingsEndpointOptions.cs index af72d7cbd..fd07779d2 100644 --- a/src/Management/src/EndpointBase/Mappings/MappingsEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Mappings/MappingsEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Mappings/MappingsOptions.cs b/src/Management/src/EndpointBase/Mappings/MappingsOptions.cs index 9c975410c..fd642ae0b 100644 --- a/src/Management/src/EndpointBase/Mappings/MappingsOptions.cs +++ b/src/Management/src/EndpointBase/Mappings/MappingsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/MediaTypeVersion.cs b/src/Management/src/EndpointBase/MediaTypeVersion.cs index 383654530..68a182229 100644 --- a/src/Management/src/EndpointBase/MediaTypeVersion.cs +++ b/src/Management/src/EndpointBase/MediaTypeVersion.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint { diff --git a/src/Management/src/EndpointBase/Metrics/IMetricsOptions.cs b/src/Management/src/EndpointBase/Metrics/IMetricsOptions.cs index c626eb385..3e85774d5 100644 --- a/src/Management/src/EndpointBase/Metrics/IMetricsOptions.cs +++ b/src/Management/src/EndpointBase/Metrics/IMetricsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Metrics { diff --git a/src/Management/src/EndpointBase/Metrics/IMetricsResponse.cs b/src/Management/src/EndpointBase/Metrics/IMetricsResponse.cs index c0c2779ef..368bd27ea 100644 --- a/src/Management/src/EndpointBase/Metrics/IMetricsResponse.cs +++ b/src/Management/src/EndpointBase/Metrics/IMetricsResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Metrics { diff --git a/src/Management/src/EndpointBase/Metrics/MetricSample.cs b/src/Management/src/EndpointBase/Metrics/MetricSample.cs index 3380dd4b6..1892f87b5 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricSample.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricSample.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Management/src/EndpointBase/Metrics/MetricStatistic.cs b/src/Management/src/EndpointBase/Metrics/MetricStatistic.cs index 97a7be69d..47c30f16f 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricStatistic.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricStatistic.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.Serialization; diff --git a/src/Management/src/EndpointBase/Metrics/MetricTag.cs b/src/Management/src/EndpointBase/Metrics/MetricTag.cs index 2808b202b..582e6ef77 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricTag.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricTag.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsEndpoint.cs b/src/Management/src/EndpointBase/Metrics/MetricsEndpoint.cs index 2225ac9a2..bc1d12461 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsEndpoint.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsEndpointOptions.cs b/src/Management/src/EndpointBase/Metrics/MetricsEndpointOptions.cs index 78ce64bdc..837896d78 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsHelpers.cs b/src/Management/src/EndpointBase/Metrics/MetricsHelpers.cs index 4aade24aa..262951dfd 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsHelpers.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Tags; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsListNamesResponse.cs b/src/Management/src/EndpointBase/Metrics/MetricsListNamesResponse.cs index 6ef08ab17..a9e906726 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsListNamesResponse.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsListNamesResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsOptions.cs b/src/Management/src/EndpointBase/Metrics/MetricsOptions.cs index 385834252..38879c0cd 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsOptions.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsRequest.cs b/src/Management/src/EndpointBase/Metrics/MetricsRequest.cs index e72527fc0..a6679e8e7 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsRequest.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Metrics/MetricsResponse.cs b/src/Management/src/EndpointBase/Metrics/MetricsResponse.cs index 9dc02385e..44bb4d4e2 100644 --- a/src/Management/src/EndpointBase/Metrics/MetricsResponse.cs +++ b/src/Management/src/EndpointBase/Metrics/MetricsResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeObserver.cs b/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeObserver.cs index 674199cff..ae807982b 100644 --- a/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeObserver.cs +++ b/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeSource.cs b/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeSource.cs index b2aeaf138..f79281a7e 100644 --- a/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeSource.cs +++ b/src/Management/src/EndpointBase/Metrics/Observer/CLRRuntimeSource.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Diagnostics; using System; diff --git a/src/Management/src/EndpointBase/Metrics/Observer/HttpClientCoreObserver.cs b/src/Management/src/EndpointBase/Metrics/Observer/HttpClientCoreObserver.cs index ba77e30a3..c1968d69f 100644 --- a/src/Management/src/EndpointBase/Metrics/Observer/HttpClientCoreObserver.cs +++ b/src/Management/src/EndpointBase/Metrics/Observer/HttpClientCoreObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointBase/Metrics/Observer/HttpClientDesktopObserver.cs b/src/Management/src/EndpointBase/Metrics/Observer/HttpClientDesktopObserver.cs index da1a5ee0c..39208e0ff 100644 --- a/src/Management/src/EndpointBase/Metrics/Observer/HttpClientDesktopObserver.cs +++ b/src/Management/src/EndpointBase/Metrics/Observer/HttpClientDesktopObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointBase/Metrics/Observer/MetricsObserver.cs b/src/Management/src/EndpointBase/Metrics/Observer/MetricsObserver.cs index 7c961dbf7..827879d9a 100644 --- a/src/Management/src/EndpointBase/Metrics/Observer/MetricsObserver.cs +++ b/src/Management/src/EndpointBase/Metrics/Observer/MetricsObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointBase/Metrics/Prometheus/IPrometheusOptions.cs b/src/Management/src/EndpointBase/Metrics/Prometheus/IPrometheusOptions.cs index 63ba9fcfa..47b2ea931 100644 --- a/src/Management/src/EndpointBase/Metrics/Prometheus/IPrometheusOptions.cs +++ b/src/Management/src/EndpointBase/Metrics/Prometheus/IPrometheusOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Metrics { diff --git a/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusEndpointOptions.cs b/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusEndpointOptions.cs index e0832e0fa..f308e2aff 100644 --- a/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusScraperEndpoint.cs b/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusScraperEndpoint.cs index f05c025b6..534b60dc3 100644 --- a/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusScraperEndpoint.cs +++ b/src/Management/src/EndpointBase/Metrics/Prometheus/PrometheusScraperEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Census.Stats; diff --git a/src/Management/src/EndpointBase/Middleware/EndpointMiddleware.cs b/src/Management/src/EndpointBase/Middleware/EndpointMiddleware.cs index d244e85d0..1aff47aa3 100644 --- a/src/Management/src/EndpointBase/Middleware/EndpointMiddleware.cs +++ b/src/Management/src/EndpointBase/Middleware/EndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/Properties/AssemblyInfo.cs b/src/Management/src/EndpointBase/Properties/AssemblyInfo.cs index bb00e6d1b..390cbdf09 100644 --- a/src/Management/src/EndpointBase/Properties/AssemblyInfo.cs +++ b/src/Management/src/EndpointBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Management/src/EndpointBase/Refresh/IRefreshOptions.cs b/src/Management/src/EndpointBase/Refresh/IRefreshOptions.cs index 185d58c34..52decf8d2 100644 --- a/src/Management/src/EndpointBase/Refresh/IRefreshOptions.cs +++ b/src/Management/src/EndpointBase/Refresh/IRefreshOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Refresh { diff --git a/src/Management/src/EndpointBase/Refresh/RefreshEndpoint.cs b/src/Management/src/EndpointBase/Refresh/RefreshEndpoint.cs index b1ebed6bd..83c98373d 100644 --- a/src/Management/src/EndpointBase/Refresh/RefreshEndpoint.cs +++ b/src/Management/src/EndpointBase/Refresh/RefreshEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointBase/Refresh/RefreshEndpointOptions.cs b/src/Management/src/EndpointBase/Refresh/RefreshEndpointOptions.cs index 2a0146211..8706c3f5f 100644 --- a/src/Management/src/EndpointBase/Refresh/RefreshEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Refresh/RefreshEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Refresh/RefreshOptions.cs b/src/Management/src/EndpointBase/Refresh/RefreshOptions.cs index 6518154d5..bac1d4108 100644 --- a/src/Management/src/EndpointBase/Refresh/RefreshOptions.cs +++ b/src/Management/src/EndpointBase/Refresh/RefreshOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointBase/Security/EndpointClaim.cs b/src/Management/src/EndpointBase/Security/EndpointClaim.cs index e77e46ad2..0576f0db3 100644 --- a/src/Management/src/EndpointBase/Security/EndpointClaim.cs +++ b/src/Management/src/EndpointBase/Security/EndpointClaim.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Security { diff --git a/src/Management/src/EndpointBase/Security/ISecurityContext.cs b/src/Management/src/EndpointBase/Security/ISecurityContext.cs index 807b991b7..a9bfd021a 100644 --- a/src/Management/src/EndpointBase/Security/ISecurityContext.cs +++ b/src/Management/src/EndpointBase/Security/ISecurityContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Security { diff --git a/src/Management/src/EndpointBase/Security/Permissions.cs b/src/Management/src/EndpointBase/Security/Permissions.cs index 26dc5d4b9..313f43970 100644 --- a/src/Management/src/EndpointBase/Security/Permissions.cs +++ b/src/Management/src/EndpointBase/Security/Permissions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Security { diff --git a/src/Management/src/EndpointBase/ThreadDump/IThreadDumpOptions.cs b/src/Management/src/EndpointBase/ThreadDump/IThreadDumpOptions.cs index fc8e3fe76..3192f2d6c 100644 --- a/src/Management/src/EndpointBase/ThreadDump/IThreadDumpOptions.cs +++ b/src/Management/src/EndpointBase/ThreadDump/IThreadDumpOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.ThreadDump { diff --git a/src/Management/src/EndpointBase/ThreadDump/IThreadDumper.cs b/src/Management/src/EndpointBase/ThreadDump/IThreadDumper.cs index 3b1807fc2..e06256fa0 100644 --- a/src/Management/src/EndpointBase/ThreadDump/IThreadDumper.cs +++ b/src/Management/src/EndpointBase/ThreadDump/IThreadDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/ThreadDump/LockInfo.cs b/src/Management/src/EndpointBase/ThreadDump/LockInfo.cs index d58fe95d9..2370b3e33 100644 --- a/src/Management/src/EndpointBase/ThreadDump/LockInfo.cs +++ b/src/Management/src/EndpointBase/ThreadDump/LockInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/ThreadDump/MetaDataImportProvider.cs b/src/Management/src/EndpointBase/ThreadDump/MetaDataImportProvider.cs index edbdbb8cf..ccf3f2df6 100644 --- a/src/Management/src/EndpointBase/ThreadDump/MetaDataImportProvider.cs +++ b/src/Management/src/EndpointBase/ThreadDump/MetaDataImportProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.DiaSymReader; diff --git a/src/Management/src/EndpointBase/ThreadDump/MonitorInfo.cs b/src/Management/src/EndpointBase/ThreadDump/MonitorInfo.cs index 045811aa3..1685ea6c4 100644 --- a/src/Management/src/EndpointBase/ThreadDump/MonitorInfo.cs +++ b/src/Management/src/EndpointBase/ThreadDump/MonitorInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/ThreadDump/StackTraceElement.cs b/src/Management/src/EndpointBase/ThreadDump/StackTraceElement.cs index 020557993..629b522bb 100644 --- a/src/Management/src/EndpointBase/ThreadDump/StackTraceElement.cs +++ b/src/Management/src/EndpointBase/ThreadDump/StackTraceElement.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Management/src/EndpointBase/ThreadDump/TState.cs b/src/Management/src/EndpointBase/ThreadDump/TState.cs index ad1f29ab7..1b9d476ff 100644 --- a/src/Management/src/EndpointBase/ThreadDump/TState.cs +++ b/src/Management/src/EndpointBase/ThreadDump/TState.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.ThreadDump { diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint.cs index fb1cd7691..07116fef4 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpointOptions.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpointOptions.cs index d5ac0ce7d..1439f1733 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpointOptions.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint_v2.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint_v2.cs index 11f2b5ecd..689fc3e50 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint_v2.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpEndpoint_v2.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpOptions.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpOptions.cs index e3e9132b9..22cf8e665 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpOptions.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpResult.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpResult.cs index cda4eae98..105c56a9c 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumpResult.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumpResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadDumper.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadDumper.cs index b7a8c7ff7..ea5b738c7 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadDumper.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Diagnostics.Runtime; using Microsoft.DiaSymReader; diff --git a/src/Management/src/EndpointBase/ThreadDump/ThreadInfo.cs b/src/Management/src/EndpointBase/ThreadDump/ThreadInfo.cs index 75787b6f1..a535aaa85 100644 --- a/src/Management/src/EndpointBase/ThreadDump/ThreadInfo.cs +++ b/src/Management/src/EndpointBase/ThreadDump/ThreadInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Management/src/EndpointBase/Trace/HttpTraceEndpoint.cs b/src/Management/src/EndpointBase/Trace/HttpTraceEndpoint.cs index aa53be145..5111fd365 100644 --- a/src/Management/src/EndpointBase/Trace/HttpTraceEndpoint.cs +++ b/src/Management/src/EndpointBase/Trace/HttpTraceEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/Trace/HttpTraceEndpointOptions.cs b/src/Management/src/EndpointBase/Trace/HttpTraceEndpointOptions.cs index 8fce32850..8857a0097 100644 --- a/src/Management/src/EndpointBase/Trace/HttpTraceEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Trace/HttpTraceEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Trace/HttpTraceResult.cs b/src/Management/src/EndpointBase/Trace/HttpTraceResult.cs index 38832791b..28230ce30 100644 --- a/src/Management/src/EndpointBase/Trace/HttpTraceResult.cs +++ b/src/Management/src/EndpointBase/Trace/HttpTraceResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Trace/IHttpTraceRepository.cs b/src/Management/src/EndpointBase/Trace/IHttpTraceRepository.cs index 2734b4a4f..879926c86 100644 --- a/src/Management/src/EndpointBase/Trace/IHttpTraceRepository.cs +++ b/src/Management/src/EndpointBase/Trace/IHttpTraceRepository.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Trace { diff --git a/src/Management/src/EndpointBase/Trace/ITraceOptions.cs b/src/Management/src/EndpointBase/Trace/ITraceOptions.cs index 764e5c05b..ad218f51a 100644 --- a/src/Management/src/EndpointBase/Trace/ITraceOptions.cs +++ b/src/Management/src/EndpointBase/Trace/ITraceOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Trace { diff --git a/src/Management/src/EndpointBase/Trace/ITraceRepository.cs b/src/Management/src/EndpointBase/Trace/ITraceRepository.cs index f1483ff5a..4cc821baf 100644 --- a/src/Management/src/EndpointBase/Trace/ITraceRepository.cs +++ b/src/Management/src/EndpointBase/Trace/ITraceRepository.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointBase/Trace/TraceEndpoint.cs b/src/Management/src/EndpointBase/Trace/TraceEndpoint.cs index e39cd21ba..7ad7bd450 100644 --- a/src/Management/src/EndpointBase/Trace/TraceEndpoint.cs +++ b/src/Management/src/EndpointBase/Trace/TraceEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointBase/Trace/TraceEndpointOptions.cs b/src/Management/src/EndpointBase/Trace/TraceEndpointOptions.cs index 8fd6040ee..f63d323d4 100644 --- a/src/Management/src/EndpointBase/Trace/TraceEndpointOptions.cs +++ b/src/Management/src/EndpointBase/Trace/TraceEndpointOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointBase/Trace/TraceOptions.cs b/src/Management/src/EndpointBase/Trace/TraceOptions.cs index 850e75bfb..9ee20984b 100644 --- a/src/Management/src/EndpointBase/Trace/TraceOptions.cs +++ b/src/Management/src/EndpointBase/Trace/TraceOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/src/EndpointBase/Trace/TraceResult.cs b/src/Management/src/EndpointBase/Trace/TraceResult.cs index debbedd42..e381d4ca9 100644 --- a/src/Management/src/EndpointBase/Trace/TraceResult.cs +++ b/src/Management/src/EndpointBase/Trace/TraceResult.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Management/src/EndpointBase/Utils.cs b/src/Management/src/EndpointBase/Utils.cs index a159940c6..03b051b7d 100644 --- a/src/Management/src/EndpointBase/Utils.cs +++ b/src/Management/src/EndpointBase/Utils.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/src/EndpointCore/ActuatorServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/ActuatorServiceCollectionExtensions.cs index 72e6b3070..dd153677b 100644 --- a/src/Management/src/EndpointCore/ActuatorServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/ActuatorServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryActuatorStartupFilter.cs b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryActuatorStartupFilter.cs index 2f8c61cfd..d35311009 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryActuatorStartupFilter.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryActuatorStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryEndpointMiddleware.cs b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryEndpointMiddleware.cs index 1ddc3a0f6..0da298827 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundryEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityMiddleware.cs b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityMiddleware.cs index 531673452..8631a7572 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityMiddleware.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityStartupFilter.cs b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityStartupFilter.cs index ad0b285b5..b1838bedd 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityStartupFilter.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/CloudFoundrySecurityStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/CloudFoundry/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/CloudFoundry/EndpointApplicationBuilderExtensions.cs index d451e54cc..79d6163da 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/CloudFoundry/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/CloudFoundry/EndpointServiceCollectionExtensions.cs index a2c1674bc..03297775a 100644 --- a/src/Management/src/EndpointCore/CloudFoundry/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/CloudFoundry/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/ContentNegotiation/ContentNegotiationExtensions.cs b/src/Management/src/EndpointCore/ContentNegotiation/ContentNegotiationExtensions.cs index 7b560d293..cfaf0768a 100644 --- a/src/Management/src/EndpointCore/ContentNegotiation/ContentNegotiationExtensions.cs +++ b/src/Management/src/EndpointCore/ContentNegotiation/ContentNegotiationExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Headers; diff --git a/src/Management/src/EndpointCore/CoreSecurityContext.cs b/src/Management/src/EndpointCore/CoreSecurityContext.cs index b73c602de..bc02a700e 100644 --- a/src/Management/src/EndpointCore/CoreSecurityContext.cs +++ b/src/Management/src/EndpointCore/CoreSecurityContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointCore/DbMigrations/DbMigrationsEndpointMiddleware.cs b/src/Management/src/EndpointCore/DbMigrations/DbMigrationsEndpointMiddleware.cs index 14ba6c83b..efd24e5e4 100644 --- a/src/Management/src/EndpointCore/DbMigrations/DbMigrationsEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/DbMigrations/DbMigrationsEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/DbMigrations/DbMigrationsStartupFilter.cs b/src/Management/src/EndpointCore/DbMigrations/DbMigrationsStartupFilter.cs index 34bac1ec1..385857d93 100644 --- a/src/Management/src/EndpointCore/DbMigrations/DbMigrationsStartupFilter.cs +++ b/src/Management/src/EndpointCore/DbMigrations/DbMigrationsStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/DbMigrations/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/DbMigrations/EndpointApplicationBuilderExtensions.cs index 5f0c28584..23b2949c9 100644 --- a/src/Management/src/EndpointCore/DbMigrations/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/DbMigrations/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/DbMigrations/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/DbMigrations/EndpointServiceCollectionExtensions.cs index f6f78b3fe..4f8c6d1f1 100644 --- a/src/Management/src/EndpointCore/DbMigrations/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/DbMigrations/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Env/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Env/EndpointApplicationBuilderExtensions.cs index 08d1eb2b0..93865126d 100644 --- a/src/Management/src/EndpointCore/Env/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Env/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Env/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Env/EndpointServiceCollectionExtensions.cs index b32c27eb5..755d56555 100644 --- a/src/Management/src/EndpointCore/Env/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Env/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Env/EnvEndpointMiddleware.cs b/src/Management/src/EndpointCore/Env/EnvEndpointMiddleware.cs index 8c8e2c659..409ba03b8 100644 --- a/src/Management/src/EndpointCore/Env/EnvEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Env/EnvEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Env/EnvStartupFilter.cs b/src/Management/src/EndpointCore/Env/EnvStartupFilter.cs index e4a684ad9..3977737fa 100644 --- a/src/Management/src/EndpointCore/Env/EnvStartupFilter.cs +++ b/src/Management/src/EndpointCore/Env/EnvStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Health/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Health/EndpointApplicationBuilderExtensions.cs index aff78ad30..56ed43422 100644 --- a/src/Management/src/EndpointCore/Health/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Health/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Health/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Health/EndpointServiceCollectionExtensions.cs index 25e57edc4..d8bf359cb 100644 --- a/src/Management/src/EndpointCore/Health/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Health/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Health/HealthCheckExtensions.cs b/src/Management/src/EndpointCore/Health/HealthCheckExtensions.cs index 412ca7878..a7b14cd2f 100644 --- a/src/Management/src/EndpointCore/Health/HealthCheckExtensions.cs +++ b/src/Management/src/EndpointCore/Health/HealthCheckExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Diagnostics.HealthChecks; using System; diff --git a/src/Management/src/EndpointCore/Health/HealthEndpointCore.cs b/src/Management/src/EndpointCore/Health/HealthEndpointCore.cs index 07b0e9e3d..17cab2c94 100644 --- a/src/Management/src/EndpointCore/Health/HealthEndpointCore.cs +++ b/src/Management/src/EndpointCore/Health/HealthEndpointCore.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Health/HealthEndpointMiddleware.cs b/src/Management/src/EndpointCore/Health/HealthEndpointMiddleware.cs index 5361f6bab..f962c4f6b 100644 --- a/src/Management/src/EndpointCore/Health/HealthEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Health/HealthEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Health/HealthRegistrationsAggregator.cs b/src/Management/src/EndpointCore/Health/HealthRegistrationsAggregator.cs index ba9711c76..80eebcbe8 100644 --- a/src/Management/src/EndpointCore/Health/HealthRegistrationsAggregator.cs +++ b/src/Management/src/EndpointCore/Health/HealthRegistrationsAggregator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Health/HealthStartupFilter.cs b/src/Management/src/EndpointCore/Health/HealthStartupFilter.cs index 7c4dd2265..2e8d9d364 100644 --- a/src/Management/src/EndpointCore/Health/HealthStartupFilter.cs +++ b/src/Management/src/EndpointCore/Health/HealthStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Health/IHealthRegistrationsAggregator.cs b/src/Management/src/EndpointCore/Health/IHealthRegistrationsAggregator.cs index 00c5744bb..eff11cf3d 100644 --- a/src/Management/src/EndpointCore/Health/IHealthRegistrationsAggregator.cs +++ b/src/Management/src/EndpointCore/Health/IHealthRegistrationsAggregator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Options; diff --git a/src/Management/src/EndpointCore/HeapDump/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/HeapDump/EndpointApplicationBuilderExtensions.cs index f3bd543bc..d2d02ce08 100644 --- a/src/Management/src/EndpointCore/HeapDump/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/HeapDump/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/HeapDump/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/HeapDump/EndpointServiceCollectionExtensions.cs index a3604a9e6..c611ec934 100644 --- a/src/Management/src/EndpointCore/HeapDump/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/HeapDump/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/HeapDump/HeapDumpEndpointMiddleware.cs b/src/Management/src/EndpointCore/HeapDump/HeapDumpEndpointMiddleware.cs index 7d1e57273..1fd7ab39b 100644 --- a/src/Management/src/EndpointCore/HeapDump/HeapDumpEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/HeapDump/HeapDumpEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/HeapDump/HeapDumpStartupFilter.cs b/src/Management/src/EndpointCore/HeapDump/HeapDumpStartupFilter.cs index 6647e2729..326054ed2 100644 --- a/src/Management/src/EndpointCore/HeapDump/HeapDumpStartupFilter.cs +++ b/src/Management/src/EndpointCore/HeapDump/HeapDumpStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Hypermedia/ActuatorHypermediaEndpointMiddleware.cs b/src/Management/src/EndpointCore/Hypermedia/ActuatorHypermediaEndpointMiddleware.cs index a98a1b960..4a0e0e9e6 100644 --- a/src/Management/src/EndpointCore/Hypermedia/ActuatorHypermediaEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Hypermedia/ActuatorHypermediaEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Hypermedia/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Hypermedia/EndpointApplicationBuilderExtensions.cs index 1db0a944e..5f42ffa64 100644 --- a/src/Management/src/EndpointCore/Hypermedia/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Hypermedia/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Hypermedia/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Hypermedia/EndpointServiceCollectionExtensions.cs index 49577cf4e..decd5d6e2 100644 --- a/src/Management/src/EndpointCore/Hypermedia/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Hypermedia/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Hypermedia/HypermediaStartupFilter.cs b/src/Management/src/EndpointCore/Hypermedia/HypermediaStartupFilter.cs index d010e149a..ca1c237b4 100644 --- a/src/Management/src/EndpointCore/Hypermedia/HypermediaStartupFilter.cs +++ b/src/Management/src/EndpointCore/Hypermedia/HypermediaStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Info/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Info/EndpointApplicationBuilderExtensions.cs index 60ebd7412..fa53cf2d5 100644 --- a/src/Management/src/EndpointCore/Info/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Info/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Info/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Info/EndpointServiceCollectionExtensions.cs index 6d0ea6f30..c325d4edd 100644 --- a/src/Management/src/EndpointCore/Info/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Info/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Info/InfoEndpointMiddleware.cs b/src/Management/src/EndpointCore/Info/InfoEndpointMiddleware.cs index aed4f1850..aaa74a87c 100644 --- a/src/Management/src/EndpointCore/Info/InfoEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Info/InfoEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Info/InfoStartupFilter.cs b/src/Management/src/EndpointCore/Info/InfoStartupFilter.cs index 925a204f9..732a11174 100644 --- a/src/Management/src/EndpointCore/Info/InfoStartupFilter.cs +++ b/src/Management/src/EndpointCore/Info/InfoStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Loggers/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Loggers/EndpointApplicationBuilderExtensions.cs index 192fb3177..cef8ea822 100644 --- a/src/Management/src/EndpointCore/Loggers/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Loggers/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Loggers/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Loggers/EndpointServiceCollectionExtensions.cs index af87056ca..d84d288c6 100644 --- a/src/Management/src/EndpointCore/Loggers/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Loggers/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Loggers/LoggersEndpointMiddleware.cs b/src/Management/src/EndpointCore/Loggers/LoggersEndpointMiddleware.cs index cd171aac6..2d57ef5ef 100644 --- a/src/Management/src/EndpointCore/Loggers/LoggersEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Loggers/LoggersEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Loggers/LoggersStartupFilter.cs b/src/Management/src/EndpointCore/Loggers/LoggersStartupFilter.cs index c7e8b22f0..f1d50b287 100644 --- a/src/Management/src/EndpointCore/Loggers/LoggersStartupFilter.cs +++ b/src/Management/src/EndpointCore/Loggers/LoggersStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/ManagementHostBuilderExtensions.cs b/src/Management/src/EndpointCore/ManagementHostBuilderExtensions.cs index 87d8e6495..7d4928c08 100644 --- a/src/Management/src/EndpointCore/ManagementHostBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/ManagementHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Mappings/AspNetCoreRouteDetails.cs b/src/Management/src/EndpointCore/Mappings/AspNetCoreRouteDetails.cs index 6866562d0..f30396115 100644 --- a/src/Management/src/EndpointCore/Mappings/AspNetCoreRouteDetails.cs +++ b/src/Management/src/EndpointCore/Mappings/AspNetCoreRouteDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointCore/Mappings/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Mappings/EndpointApplicationBuilderExtensions.cs index 0428620d0..b08bb9c3b 100644 --- a/src/Management/src/EndpointCore/Mappings/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Mappings/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Mappings/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Mappings/EndpointServiceCollectionExtensions.cs index 2cb16458a..c5004a2bf 100644 --- a/src/Management/src/EndpointCore/Mappings/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Mappings/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Mappings/IRouteMappings.cs b/src/Management/src/EndpointCore/Mappings/IRouteMappings.cs index e6adbd18b..4277be714 100644 --- a/src/Management/src/EndpointCore/Mappings/IRouteMappings.cs +++ b/src/Management/src/EndpointCore/Mappings/IRouteMappings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Routing; using System.Collections.Generic; diff --git a/src/Management/src/EndpointCore/Mappings/MappingsEndpointMiddleware.cs b/src/Management/src/EndpointCore/Mappings/MappingsEndpointMiddleware.cs index 2bdca8afb..6c0ce67f3 100644 --- a/src/Management/src/EndpointCore/Mappings/MappingsEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Mappings/MappingsEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/src/Management/src/EndpointCore/Mappings/MappingsStartupFilter.cs b/src/Management/src/EndpointCore/Mappings/MappingsStartupFilter.cs index 81a47c18f..61eb9080d 100644 --- a/src/Management/src/EndpointCore/Mappings/MappingsStartupFilter.cs +++ b/src/Management/src/EndpointCore/Mappings/MappingsStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Mappings/RouteBuilderExtensions.cs b/src/Management/src/EndpointCore/Mappings/RouteBuilderExtensions.cs index 45f7872c3..4a39dd3c9 100644 --- a/src/Management/src/EndpointCore/Mappings/RouteBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Mappings/RouteBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Routing; using System; diff --git a/src/Management/src/EndpointCore/Mappings/RouteMappings.cs b/src/Management/src/EndpointCore/Mappings/RouteMappings.cs index 235a36fa1..8e2ba6792 100644 --- a/src/Management/src/EndpointCore/Mappings/RouteMappings.cs +++ b/src/Management/src/EndpointCore/Mappings/RouteMappings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Routing; using System.Collections.Generic; diff --git a/src/Management/src/EndpointCore/Metrics/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Metrics/EndpointApplicationBuilderExtensions.cs index daa41975e..67b18d6fa 100644 --- a/src/Management/src/EndpointCore/Metrics/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Metrics/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Metrics/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Metrics/EndpointServiceCollectionExtensions.cs index 0a3e60a58..ba59fcc85 100644 --- a/src/Management/src/EndpointCore/Metrics/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Metrics/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Metrics/MetricsEndpointMiddleware.cs b/src/Management/src/EndpointCore/Metrics/MetricsEndpointMiddleware.cs index 523e01bb0..d5e5fdd4a 100644 --- a/src/Management/src/EndpointCore/Metrics/MetricsEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Metrics/MetricsEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Metrics/MetricsStartupFilter.cs b/src/Management/src/EndpointCore/Metrics/MetricsStartupFilter.cs index b077f0af7..d945dd062 100644 --- a/src/Management/src/EndpointCore/Metrics/MetricsStartupFilter.cs +++ b/src/Management/src/EndpointCore/Metrics/MetricsStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Metrics/Observer/AspNetCoreHostingObserver.cs b/src/Management/src/EndpointCore/Metrics/Observer/AspNetCoreHostingObserver.cs index 833616f55..1cf6e861c 100644 --- a/src/Management/src/EndpointCore/Metrics/Observer/AspNetCoreHostingObserver.cs +++ b/src/Management/src/EndpointCore/Metrics/Observer/AspNetCoreHostingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Diagnostics; using Microsoft.AspNetCore.Http; diff --git a/src/Management/src/EndpointCore/Metrics/Prometheus/PrometheusScraperEndpointMiddleware.cs b/src/Management/src/EndpointCore/Metrics/Prometheus/PrometheusScraperEndpointMiddleware.cs index 2a838754e..c081e2be1 100644 --- a/src/Management/src/EndpointCore/Metrics/Prometheus/PrometheusScraperEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Metrics/Prometheus/PrometheusScraperEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Properties/AssemblyInfo.cs b/src/Management/src/EndpointCore/Properties/AssemblyInfo.cs index cffecf407..b34440a12 100644 --- a/src/Management/src/EndpointCore/Properties/AssemblyInfo.cs +++ b/src/Management/src/EndpointCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Management/src/EndpointCore/Refresh/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Refresh/EndpointApplicationBuilderExtensions.cs index 647d4c6c1..4f7da815e 100644 --- a/src/Management/src/EndpointCore/Refresh/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Refresh/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Refresh/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Refresh/EndpointServiceCollectionExtensions.cs index f421c79fc..3446ae593 100644 --- a/src/Management/src/EndpointCore/Refresh/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Refresh/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Refresh/RefreshEndpointMiddleware.cs b/src/Management/src/EndpointCore/Refresh/RefreshEndpointMiddleware.cs index 168f3ed6c..53112d855 100644 --- a/src/Management/src/EndpointCore/Refresh/RefreshEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Refresh/RefreshEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Refresh/RefreshStartupFilter.cs b/src/Management/src/EndpointCore/Refresh/RefreshStartupFilter.cs index 9b07a216e..b154898d5 100644 --- a/src/Management/src/EndpointCore/Refresh/RefreshStartupFilter.cs +++ b/src/Management/src/EndpointCore/Refresh/RefreshStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/SpringBootAdminClient/Application.cs b/src/Management/src/EndpointCore/SpringBootAdminClient/Application.cs index ad635dfe7..8d9cd6a4c 100644 --- a/src/Management/src/EndpointCore/SpringBootAdminClient/Application.cs +++ b/src/Management/src/EndpointCore/SpringBootAdminClient/Application.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminAppBuilderExtensions.cs b/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminAppBuilderExtensions.cs index 0dcc04765..89767f0ac 100644 --- a/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminAppBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminClientOptions.cs b/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminClientOptions.cs index 9295f9511..c1d7e2000 100644 --- a/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminClientOptions.cs +++ b/src/Management/src/EndpointCore/SpringBootAdminClient/BootAdminClientOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Common; diff --git a/src/Management/src/EndpointCore/ThreadDump/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/ThreadDump/EndpointApplicationBuilderExtensions.cs index af1163f05..5f4cc6923 100644 --- a/src/Management/src/EndpointCore/ThreadDump/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/ThreadDump/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/ThreadDump/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/ThreadDump/EndpointServiceCollectionExtensions.cs index d76bfeafc..59a5e970d 100644 --- a/src/Management/src/EndpointCore/ThreadDump/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/ThreadDump/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware.cs b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware.cs index 14bb95355..8d8e1d795 100644 --- a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware_v2.cs b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware_v2.cs index 434df9533..643347c8e 100644 --- a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware_v2.cs +++ b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpEndpointMiddleware_v2.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpStartupFilter.cs b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpStartupFilter.cs index c3b42e12c..5cf49640d 100644 --- a/src/Management/src/EndpointCore/ThreadDump/ThreadDumpStartupFilter.cs +++ b/src/Management/src/EndpointCore/ThreadDump/ThreadDumpStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointCore/Trace/EndpointApplicationBuilderExtensions.cs b/src/Management/src/EndpointCore/Trace/EndpointApplicationBuilderExtensions.cs index e8aed2abc..f78a9425e 100644 --- a/src/Management/src/EndpointCore/Trace/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/EndpointCore/Trace/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/src/EndpointCore/Trace/EndpointServiceCollectionExtensions.cs b/src/Management/src/EndpointCore/Trace/EndpointServiceCollectionExtensions.cs index b0dda7afa..976f8a1e4 100644 --- a/src/Management/src/EndpointCore/Trace/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/EndpointCore/Trace/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/EndpointCore/Trace/HttpTraceDiagnosticObserver.cs b/src/Management/src/EndpointCore/Trace/HttpTraceDiagnosticObserver.cs index f01530be0..406e6f3da 100644 --- a/src/Management/src/EndpointCore/Trace/HttpTraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointCore/Trace/HttpTraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; diff --git a/src/Management/src/EndpointCore/Trace/HttpTraceEndpointMiddleware.cs b/src/Management/src/EndpointCore/Trace/HttpTraceEndpointMiddleware.cs index 9c4a0b91d..7c1869e94 100644 --- a/src/Management/src/EndpointCore/Trace/HttpTraceEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Trace/HttpTraceEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Trace/TraceDiagnosticObserver.cs b/src/Management/src/EndpointCore/Trace/TraceDiagnosticObserver.cs index e42335f15..5949c405a 100644 --- a/src/Management/src/EndpointCore/Trace/TraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointCore/Trace/TraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; diff --git a/src/Management/src/EndpointCore/Trace/TraceEndpointMiddleware.cs b/src/Management/src/EndpointCore/Trace/TraceEndpointMiddleware.cs index 38810f5de..3104843fd 100644 --- a/src/Management/src/EndpointCore/Trace/TraceEndpointMiddleware.cs +++ b/src/Management/src/EndpointCore/Trace/TraceEndpointMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointCore/Trace/TraceStartupFilter.cs b/src/Management/src/EndpointCore/Trace/TraceStartupFilter.cs index f733d7844..4f0f25d9d 100644 --- a/src/Management/src/EndpointCore/Trace/TraceStartupFilter.cs +++ b/src/Management/src/EndpointCore/Trace/TraceStartupFilter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointAppBuilderExtensions.cs index d1b4cb2db..2c93f0f54 100644 --- a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointOwinMiddleware.cs index 29a881e6c..4959df288 100644 --- a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundryEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityAppBuilderExtensions.cs index 852a53ea1..404b8df9b 100644 --- a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityOwinMiddleware.cs b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityOwinMiddleware.cs index ce9555c5c..5409ebf70 100644 --- a/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/CloudFoundry/CloudFoundrySecurityOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/CloudFoundryAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/CloudFoundryAppBuilderExtensions.cs index 4e79d28e3..f9a7d2a12 100644 --- a/src/Management/src/EndpointOwin/CloudFoundryAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/CloudFoundryAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceAppBuilderExtensions.cs index b6c6bf92a..33bcf6b5f 100644 --- a/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Owin; diff --git a/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceOwinMiddleware.cs b/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceOwinMiddleware.cs index 375035c92..55833b109 100644 --- a/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Diagnostics/DiagnosticSourceOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/EndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/EndpointOwinMiddleware.cs index 63040feb5..dfc502bc0 100644 --- a/src/Management/src/EndpointOwin/EndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/EndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/Env/EnvEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Env/EnvEndpointAppBuilderExtensions.cs index fad889a39..b5bc6cad9 100644 --- a/src/Management/src/EndpointOwin/Env/EnvEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Env/EnvEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.FileProviders; diff --git a/src/Management/src/EndpointOwin/Health/HealthEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Health/HealthEndpointAppBuilderExtensions.cs index 2d808f127..d21d2228b 100644 --- a/src/Management/src/EndpointOwin/Health/HealthEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Health/HealthEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Health/HealthEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Health/HealthEndpointOwinMiddleware.cs index 705df15f2..f54b8592a 100644 --- a/src/Management/src/EndpointOwin/Health/HealthEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Health/HealthEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointAppBuilderExtensions.cs index 9991d369f..31a596964 100644 --- a/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointOwinMiddleware.cs index a47db8ca5..51ad4f0d0 100644 --- a/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/HeapDump/HeapDumpEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/Hypermedia/ActuatorHypermediaEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Hypermedia/ActuatorHypermediaEndpointOwinMiddleware.cs index e7093d37b..bfdb38e4b 100644 --- a/src/Management/src/EndpointOwin/Hypermedia/ActuatorHypermediaEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Hypermedia/ActuatorHypermediaEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/Hypermedia/HypermediaActuatorEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Hypermedia/HypermediaActuatorEndpointAppBuilderExtensions.cs index fa82346ed..5ecf8bbf1 100644 --- a/src/Management/src/EndpointOwin/Hypermedia/HypermediaActuatorEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Hypermedia/HypermediaActuatorEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Info/InfoEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Info/InfoEndpointAppBuilderExtensions.cs index ca75cee89..0ebe75ca6 100644 --- a/src/Management/src/EndpointOwin/Info/InfoEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Info/InfoEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Loggers/LoggersEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Loggers/LoggersEndpointAppBuilderExtensions.cs index ac200a88c..b50e14de4 100644 --- a/src/Management/src/EndpointOwin/Loggers/LoggersEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Loggers/LoggersEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Loggers/LoggersEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Loggers/LoggersEndpointOwinMiddleware.cs index 064342ba4..7f7e87198 100644 --- a/src/Management/src/EndpointOwin/Loggers/LoggersEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Loggers/LoggersEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/ManagementOptions.cs b/src/Management/src/EndpointOwin/ManagementOptions.cs index f12bfe93c..7dd995678 100644 --- a/src/Management/src/EndpointOwin/ManagementOptions.cs +++ b/src/Management/src/EndpointOwin/ManagementOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint; diff --git a/src/Management/src/EndpointOwin/Mappings/AspNetRouteDetails.cs b/src/Management/src/EndpointOwin/Mappings/AspNetRouteDetails.cs index b774f7f37..2d2201482 100644 --- a/src/Management/src/EndpointOwin/Mappings/AspNetRouteDetails.cs +++ b/src/Management/src/EndpointOwin/Mappings/AspNetRouteDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointOwin/Mappings/MappingsEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Mappings/MappingsEndpointAppBuilderExtensions.cs index 688407a29..daf3e593f 100644 --- a/src/Management/src/EndpointOwin/Mappings/MappingsEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Mappings/MappingsEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Mappings/MappingsEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Mappings/MappingsEndpointOwinMiddleware.cs index 860c8eaea..5dec6179f 100644 --- a/src/Management/src/EndpointOwin/Mappings/MappingsEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Mappings/MappingsEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/Metrics/MetricsEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Metrics/MetricsEndpointAppBuilderExtensions.cs index 55e6c65a0..22560e8a2 100644 --- a/src/Management/src/EndpointOwin/Metrics/MetricsEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Metrics/MetricsEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Metrics/MetricsEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Metrics/MetricsEndpointOwinMiddleware.cs index 260a1f70b..ebaca3daf 100644 --- a/src/Management/src/EndpointOwin/Metrics/MetricsEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Metrics/MetricsEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/Metrics/Observer/OwinHostingObserver.cs b/src/Management/src/EndpointOwin/Metrics/Observer/OwinHostingObserver.cs index bd5f07806..44c7250ae 100644 --- a/src/Management/src/EndpointOwin/Metrics/Observer/OwinHostingObserver.cs +++ b/src/Management/src/EndpointOwin/Metrics/Observer/OwinHostingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwin/OwinSecurityContext.cs b/src/Management/src/EndpointOwin/OwinSecurityContext.cs index 9d1d2e5a3..d47fa0db9 100644 --- a/src/Management/src/EndpointOwin/OwinSecurityContext.cs +++ b/src/Management/src/EndpointOwin/OwinSecurityContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointOwin/Properties/AssemblyInfo.cs b/src/Management/src/EndpointOwin/Properties/AssemblyInfo.cs index 6326f0a6c..718a25fbe 100644 --- a/src/Management/src/EndpointOwin/Properties/AssemblyInfo.cs +++ b/src/Management/src/EndpointOwin/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Reflection; using System.Runtime.CompilerServices; diff --git a/src/Management/src/EndpointOwin/Refresh/RefreshEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Refresh/RefreshEndpointAppBuilderExtensions.cs index 620e84b25..b7295234e 100644 --- a/src/Management/src/EndpointOwin/Refresh/RefreshEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Refresh/RefreshEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/ThreadDump/ThreadDumpEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/ThreadDump/ThreadDumpEndpointAppBuilderExtensions.cs index 7d15b645f..551136123 100644 --- a/src/Management/src/EndpointOwin/ThreadDump/ThreadDumpEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/ThreadDump/ThreadDumpEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Trace/HttpTraceDiagnosticObserver.cs b/src/Management/src/EndpointOwin/Trace/HttpTraceDiagnosticObserver.cs index b52d25a3e..1a9f13afb 100644 --- a/src/Management/src/EndpointOwin/Trace/HttpTraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointOwin/Trace/HttpTraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; diff --git a/src/Management/src/EndpointOwin/Trace/TraceDiagnosticObserver.cs b/src/Management/src/EndpointOwin/Trace/TraceDiagnosticObserver.cs index 6b595e590..2252d0665 100644 --- a/src/Management/src/EndpointOwin/Trace/TraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointOwin/Trace/TraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Extensions.Primitives; diff --git a/src/Management/src/EndpointOwin/Trace/TraceEndpointAppBuilderExtensions.cs b/src/Management/src/EndpointOwin/Trace/TraceEndpointAppBuilderExtensions.cs index 80fef4ef9..3a49a878f 100644 --- a/src/Management/src/EndpointOwin/Trace/TraceEndpointAppBuilderExtensions.cs +++ b/src/Management/src/EndpointOwin/Trace/TraceEndpointAppBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/EndpointOwin/Trace/TraceEndpointOwinMiddleware.cs b/src/Management/src/EndpointOwin/Trace/TraceEndpointOwinMiddleware.cs index 6d431144e..92777b695 100644 --- a/src/Management/src/EndpointOwin/Trace/TraceEndpointOwinMiddleware.cs +++ b/src/Management/src/EndpointOwin/Trace/TraceEndpointOwinMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/ActuatorContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/ActuatorContainerBuilderExtensions.cs index 5c9f6b8c1..2b12e70fc 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/ActuatorContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/ActuatorContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/CloudFoundryContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/CloudFoundryContainerBuilderExtensions.cs index 84e479683..ea32c7f5a 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/CloudFoundryContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/CloudFoundryContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/DiagnosticSourceContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/DiagnosticSourceContainerBuilderExtensions.cs index 6bda4918a..171696a67 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/DiagnosticSourceContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/DiagnosticSourceContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Steeltoe.Management.EndpointOwin.Diagnostics; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/EnvContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/EnvContainerBuilderExtensions.cs index d1c2ff266..43dc6b285 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/EnvContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/EnvContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/HealthContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/HealthContainerBuilderExtensions.cs index a7c6fe7db..b39478da9 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/HealthContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/HealthContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/HeapDumpContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/HeapDumpContainerBuilderExtensions.cs index a58686c5f..7c0501107 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/HeapDumpContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/HeapDumpContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/InfoContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/InfoContainerBuilderExtensions.cs index cb290283b..d5817f271 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/InfoContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/InfoContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/LoggersContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/LoggersContainerBuilderExtensions.cs index 2e0acdfc0..40a03c6e1 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/LoggersContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/LoggersContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/MappingsContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/MappingsContainerBuilderExtensions.cs index cc9b6e288..e519786ee 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/MappingsContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/MappingsContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/MetricsContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/MetricsContainerBuilderExtensions.cs index e5e7fded0..f72e7bb65 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/MetricsContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/MetricsContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/RefreshContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/RefreshContainerBuilderExtensions.cs index 674d9f2e1..b6463d513 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/RefreshContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/RefreshContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/ThreadDumpContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/ThreadDumpContainerBuilderExtensions.cs index 07e4aa2d9..6c9ac0ae6 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/ThreadDumpContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/ThreadDumpContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/Actuators/TraceContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/Actuators/TraceContainerBuilderExtensions.cs index 1fecb563f..99750ac14 100644 --- a/src/Management/src/EndpointOwinAutofac/Actuators/TraceContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/Actuators/TraceContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointOwinAutofac/ContainerBuilderExtensions.cs b/src/Management/src/EndpointOwinAutofac/ContainerBuilderExtensions.cs index 7e002eed6..c71c58803 100644 --- a/src/Management/src/EndpointOwinAutofac/ContainerBuilderExtensions.cs +++ b/src/Management/src/EndpointOwinAutofac/ContainerBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointWeb/ActuatorConfigurator.cs b/src/Management/src/EndpointWeb/ActuatorConfigurator.cs index 4895d83b1..7f3dd3246 100644 --- a/src/Management/src/EndpointWeb/ActuatorConfigurator.cs +++ b/src/Management/src/EndpointWeb/ActuatorConfigurator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNet.TelemetryCorrelation; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/EndpointWeb/AspNetRouteDetails.cs b/src/Management/src/EndpointWeb/AspNetRouteDetails.cs index b774f7f37..2d2201482 100644 --- a/src/Management/src/EndpointWeb/AspNetRouteDetails.cs +++ b/src/Management/src/EndpointWeb/AspNetRouteDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/src/EndpointWeb/Handler/ActuatorHandler.cs b/src/Management/src/EndpointWeb/Handler/ActuatorHandler.cs index 82c6a2e81..cb7df316b 100644 --- a/src/Management/src/EndpointWeb/Handler/ActuatorHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/ActuatorHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/EndpointWeb/Handler/ActuatorHypermediaHandler.cs b/src/Management/src/EndpointWeb/Handler/ActuatorHypermediaHandler.cs index aaf068cdb..790230042 100644 --- a/src/Management/src/EndpointWeb/Handler/ActuatorHypermediaHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/ActuatorHypermediaHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/src/EndpointWeb/Handler/CloudFoundryCorsHandler.cs b/src/Management/src/EndpointWeb/Handler/CloudFoundryCorsHandler.cs index 83183b868..7e386bbed 100644 --- a/src/Management/src/EndpointWeb/Handler/CloudFoundryCorsHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/CloudFoundryCorsHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/src/EndpointWeb/Handler/CloudFoundryHandler.cs b/src/Management/src/EndpointWeb/Handler/CloudFoundryHandler.cs index eb3c65bdc..b3a2b71ef 100644 --- a/src/Management/src/EndpointWeb/Handler/CloudFoundryHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/CloudFoundryHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/src/EndpointWeb/Handler/EnvHandler.cs b/src/Management/src/EndpointWeb/Handler/EnvHandler.cs index e7d98051f..6fb7a379b 100644 --- a/src/Management/src/EndpointWeb/Handler/EnvHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/EnvHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Env; diff --git a/src/Management/src/EndpointWeb/Handler/HealthHandler.cs b/src/Management/src/EndpointWeb/Handler/HealthHandler.cs index 881c075dd..2d1306a08 100644 --- a/src/Management/src/EndpointWeb/Handler/HealthHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/HealthHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/src/EndpointWeb/Handler/HeapDumpHandler.cs b/src/Management/src/EndpointWeb/Handler/HeapDumpHandler.cs index b4ca7733c..cab0c8ab8 100644 --- a/src/Management/src/EndpointWeb/Handler/HeapDumpHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/HeapDumpHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.HeapDump; diff --git a/src/Management/src/EndpointWeb/Handler/HttpTraceHandler.cs b/src/Management/src/EndpointWeb/Handler/HttpTraceHandler.cs index f59db8b0c..667a18874 100644 --- a/src/Management/src/EndpointWeb/Handler/HttpTraceHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/HttpTraceHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointWeb/Handler/IActuatorHandler.cs b/src/Management/src/EndpointWeb/Handler/IActuatorHandler.cs index 4318088fa..1e99e8f8a 100644 --- a/src/Management/src/EndpointWeb/Handler/IActuatorHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/IActuatorHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading.Tasks; using System.Web; diff --git a/src/Management/src/EndpointWeb/Handler/InfoHandler.cs b/src/Management/src/EndpointWeb/Handler/InfoHandler.cs index 8ad6efcc4..15726310a 100644 --- a/src/Management/src/EndpointWeb/Handler/InfoHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/InfoHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Info; diff --git a/src/Management/src/EndpointWeb/Handler/LoggersHandler.cs b/src/Management/src/EndpointWeb/Handler/LoggersHandler.cs index da753fab6..51ede05a9 100644 --- a/src/Management/src/EndpointWeb/Handler/LoggersHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/LoggersHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Loggers; diff --git a/src/Management/src/EndpointWeb/Handler/MappingsHandler.cs b/src/Management/src/EndpointWeb/Handler/MappingsHandler.cs index 64241ddbf..1046f444e 100644 --- a/src/Management/src/EndpointWeb/Handler/MappingsHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/MappingsHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Mappings; diff --git a/src/Management/src/EndpointWeb/Handler/MetricsHandler.cs b/src/Management/src/EndpointWeb/Handler/MetricsHandler.cs index fd800202f..bf87bdeb9 100644 --- a/src/Management/src/EndpointWeb/Handler/MetricsHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/MetricsHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Metrics; diff --git a/src/Management/src/EndpointWeb/Handler/RefreshHandler.cs b/src/Management/src/EndpointWeb/Handler/RefreshHandler.cs index 96e0f3a4b..009d92fd8 100644 --- a/src/Management/src/EndpointWeb/Handler/RefreshHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/RefreshHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Refresh; diff --git a/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler.cs b/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler.cs index e1dc91b51..d44a466fe 100644 --- a/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler_v2.cs b/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler_v2.cs index 7e3258f57..35909b98b 100644 --- a/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler_v2.cs +++ b/src/Management/src/EndpointWeb/Handler/ThreadDumpHandler_v2.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointWeb/Handler/TraceHandler.cs b/src/Management/src/EndpointWeb/Handler/TraceHandler.cs index 55107c386..e1511250a 100644 --- a/src/Management/src/EndpointWeb/Handler/TraceHandler.cs +++ b/src/Management/src/EndpointWeb/Handler/TraceHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/src/EndpointWeb/Module/ActuatorModule.cs b/src/Management/src/EndpointWeb/Module/ActuatorModule.cs index 7b1ed815a..0964731f5 100644 --- a/src/Management/src/EndpointWeb/Module/ActuatorModule.cs +++ b/src/Management/src/EndpointWeb/Module/ActuatorModule.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Handler; diff --git a/src/Management/src/EndpointWeb/Observer/AspNetHostingObserver.cs b/src/Management/src/EndpointWeb/Observer/AspNetHostingObserver.cs index 57be6557e..29763a7eb 100644 --- a/src/Management/src/EndpointWeb/Observer/AspNetHostingObserver.cs +++ b/src/Management/src/EndpointWeb/Observer/AspNetHostingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/EndpointWeb/Observer/HttpTraceDiagnosticObserver.cs b/src/Management/src/EndpointWeb/Observer/HttpTraceDiagnosticObserver.cs index 8879c5953..abe0dbef3 100644 --- a/src/Management/src/EndpointWeb/Observer/HttpTraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointWeb/Observer/HttpTraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.Diagnostics; diff --git a/src/Management/src/EndpointWeb/Observer/TraceDiagnosticObserver.cs b/src/Management/src/EndpointWeb/Observer/TraceDiagnosticObserver.cs index 7f40d7d15..db818e297 100644 --- a/src/Management/src/EndpointWeb/Observer/TraceDiagnosticObserver.cs +++ b/src/Management/src/EndpointWeb/Observer/TraceDiagnosticObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.Diagnostics; diff --git a/src/Management/src/EndpointWeb/Security/CloudFoundrySecurity.cs b/src/Management/src/EndpointWeb/Security/CloudFoundrySecurity.cs index 0d144f631..8dfac5e47 100644 --- a/src/Management/src/EndpointWeb/Security/CloudFoundrySecurity.cs +++ b/src/Management/src/EndpointWeb/Security/CloudFoundrySecurity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common; diff --git a/src/Management/src/EndpointWeb/Security/ISecurityService.cs b/src/Management/src/EndpointWeb/Security/ISecurityService.cs index 71245715d..9b4582676 100644 --- a/src/Management/src/EndpointWeb/Security/ISecurityService.cs +++ b/src/Management/src/EndpointWeb/Security/ISecurityService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Threading.Tasks; using System.Web; diff --git a/src/Management/src/EndpointWeb/Security/SecurityServiceExtension.cs b/src/Management/src/EndpointWeb/Security/SecurityServiceExtension.cs index 2af3f86df..96547a6e8 100644 --- a/src/Management/src/EndpointWeb/Security/SecurityServiceExtension.cs +++ b/src/Management/src/EndpointWeb/Security/SecurityServiceExtension.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; diff --git a/src/Management/src/EndpointWeb/Security/WebSecurityContext.cs b/src/Management/src/EndpointWeb/Security/WebSecurityContext.cs index 4d9c06f6b..00979ff93 100644 --- a/src/Management/src/EndpointWeb/Security/WebSecurityContext.cs +++ b/src/Management/src/EndpointWeb/Security/WebSecurityContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Security; using System.Security.Claims; diff --git a/src/Management/src/EndpointWeb/StringExtensions.cs b/src/Management/src/EndpointWeb/StringExtensions.cs index 8f6207712..2fec3e1d0 100644 --- a/src/Management/src/EndpointWeb/StringExtensions.cs +++ b/src/Management/src/EndpointWeb/StringExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Application.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Application.cs index 26d02de19..e65a06a9a 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Application.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Application.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporter.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporter.cs index 6f40af95b..94cf8318c 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporter.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptions.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptions.cs index 38490b180..012c116ba 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptions.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryMetricWriter.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryMetricWriter.cs index 980f3b11a..68c748760 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryMetricWriter.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/CloudFoundryMetricWriter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/ICloudFoundryMetricWriter.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/ICloudFoundryMetricWriter.cs index c2707e532..717a46eb3 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/ICloudFoundryMetricWriter.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/ICloudFoundryMetricWriter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Tags; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Instance.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Instance.cs index 917485e90..1c72eb98f 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Instance.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Instance.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Message.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Message.cs index ce6d80cbd..4e7ab69ea 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Message.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Message.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Metric.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Metric.cs index b51d6de26..cb4387ec6 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Metric.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/Metric.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MetricType.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MetricType.cs index 75b609d17..3d5b3c2fc 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MetricType.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MetricType.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Exporter.Metrics.CloudFoundryForwarder { diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MicrometerMetricWriter.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MicrometerMetricWriter.cs index 2df070452..762ad1efc 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MicrometerMetricWriter.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/MicrometerMetricWriter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/SpringBootMetricWriter.cs b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/SpringBootMetricWriter.cs index 23c50629f..92768871c 100644 --- a/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/SpringBootMetricWriter.cs +++ b/src/Management/src/ExporterBase/Metrics/CloudFoundryForwarder/SpringBootMetricWriter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Stats; diff --git a/src/Management/src/ExporterBase/Metrics/IMetricsExporter.cs b/src/Management/src/ExporterBase/Metrics/IMetricsExporter.cs index f45e15fba..5e3497632 100644 --- a/src/Management/src/ExporterBase/Metrics/IMetricsExporter.cs +++ b/src/Management/src/ExporterBase/Metrics/IMetricsExporter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Exporter.Metrics { diff --git a/src/Management/src/ExporterBase/Properties/AssemblyInfo.cs b/src/Management/src/ExporterBase/Properties/AssemblyInfo.cs index 5eb54934e..71e1b5ffc 100644 --- a/src/Management/src/ExporterBase/Properties/AssemblyInfo.cs +++ b/src/Management/src/ExporterBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/ExporterBase/Tracing/ITraceExporter.cs b/src/Management/src/ExporterBase/Tracing/ITraceExporter.cs index 07542294e..bda995169 100644 --- a/src/Management/src/ExporterBase/Tracing/ITraceExporter.cs +++ b/src/Management/src/ExporterBase/Tracing/ITraceExporter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/ITraceExporterOptions.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/ITraceExporterOptions.cs index 5e982ea87..0a2e67c24 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/ITraceExporterOptions.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/ITraceExporterOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Exporter.Tracing.Zipkin { diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporter.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporter.cs index 7e386f0df..cdc544df8 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporter.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Trace.Export; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterHandler.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterHandler.cs index 384148558..9b21b27f7 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterHandler.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterOptions.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterOptions.cs index f8328f2d0..8e16b3aba 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterOptions.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/TraceExporterOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinAnnotation.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinAnnotation.cs index 9c7ed9fc1..266a1346e 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinAnnotation.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinAnnotation.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinEndpoint.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinEndpoint.cs index b7b16bfc9..929deeea6 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinEndpoint.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpan.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpan.cs index 18a8964ea..9fb319518 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpan.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpan.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpanKind.cs b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpanKind.cs index f77d6dd70..278b13076 100644 --- a/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpanKind.cs +++ b/src/Management/src/ExporterBase/Tracing/Zipkin/ZipkinSpanKind.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointApplicationBuilderExtensions.cs b/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointApplicationBuilderExtensions.cs index 7e8f18b3e..be6bcae61 100644 --- a/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointApplicationBuilderExtensions.cs +++ b/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointServiceCollectionExtensions.cs b/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointServiceCollectionExtensions.cs index c2433b3d3..2c8f55fe5 100644 --- a/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointServiceCollectionExtensions.cs +++ b/src/Management/src/ExporterCore/Metrics/CloudFoundryForwarder/EndpointServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/ExporterCore/Properties/AssemblyInfo.cs b/src/Management/src/ExporterCore/Properties/AssemblyInfo.cs index febaccd76..41d153ab1 100644 --- a/src/Management/src/ExporterCore/Properties/AssemblyInfo.cs +++ b/src/Management/src/ExporterCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterApplicationBuilderExtensions.cs b/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterApplicationBuilderExtensions.cs index 2bc447483..dc61b02bf 100644 --- a/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterApplicationBuilderExtensions.cs +++ b/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterApplicationBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensions.cs b/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensions.cs index a2e4d8ac5..8350fa36b 100644 --- a/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensions.cs +++ b/src/Management/src/ExporterCore/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/src/OpenCensusBase/Properties/AssemblyInfo.cs b/src/Management/src/OpenCensusBase/Properties/AssemblyInfo.cs index ec5eb2d08..f2b1fbe86 100644 --- a/src/Management/src/OpenCensusBase/Properties/AssemblyInfo.cs +++ b/src/Management/src/OpenCensusBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/OpenCensusBase/Stats/IStats.cs b/src/Management/src/OpenCensusBase/Stats/IStats.cs index 9b96aa369..407209512 100644 --- a/src/Management/src/OpenCensusBase/Stats/IStats.cs +++ b/src/Management/src/OpenCensusBase/Stats/IStats.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; diff --git a/src/Management/src/OpenCensusBase/Stats/MeasureUnit.cs b/src/Management/src/OpenCensusBase/Stats/MeasureUnit.cs index d2d5ea2b5..cdfd5bd07 100644 --- a/src/Management/src/OpenCensusBase/Stats/MeasureUnit.cs +++ b/src/Management/src/OpenCensusBase/Stats/MeasureUnit.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Census.Stats { diff --git a/src/Management/src/OpenCensusBase/Stats/OpenCensusStats.cs b/src/Management/src/OpenCensusBase/Stats/OpenCensusStats.cs index e06715b24..0d446cf0a 100644 --- a/src/Management/src/OpenCensusBase/Stats/OpenCensusStats.cs +++ b/src/Management/src/OpenCensusBase/Stats/OpenCensusStats.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using System; diff --git a/src/Management/src/OpenCensusBase/Tags/ITags.cs b/src/Management/src/OpenCensusBase/Tags/ITags.cs index fae0cc6a6..429116bee 100644 --- a/src/Management/src/OpenCensusBase/Tags/ITags.cs +++ b/src/Management/src/OpenCensusBase/Tags/ITags.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Tags; using OpenCensus.Tags.Propagation; diff --git a/src/Management/src/OpenCensusBase/Tags/OpenCensusTags.cs b/src/Management/src/OpenCensusBase/Tags/OpenCensusTags.cs index 2f48c31b6..bb8f1f67b 100644 --- a/src/Management/src/OpenCensusBase/Tags/OpenCensusTags.cs +++ b/src/Management/src/OpenCensusBase/Tags/OpenCensusTags.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Tags; using OpenCensus.Tags.Propagation; diff --git a/src/Management/src/OpenCensusBase/Trace/ITracing.cs b/src/Management/src/OpenCensusBase/Trace/ITracing.cs index 9316671ae..41346d5e1 100644 --- a/src/Management/src/OpenCensusBase/Trace/ITracing.cs +++ b/src/Management/src/OpenCensusBase/Trace/ITracing.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; using OpenCensus.Trace.Config; diff --git a/src/Management/src/OpenCensusBase/Trace/ITracingOptions.cs b/src/Management/src/OpenCensusBase/Trace/ITracingOptions.cs index 462ebb817..5bc8f6052 100644 --- a/src/Management/src/OpenCensusBase/Trace/ITracingOptions.cs +++ b/src/Management/src/OpenCensusBase/Trace/ITracingOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Census.Trace { diff --git a/src/Management/src/OpenCensusBase/Trace/OpenCensusTracing.cs b/src/Management/src/OpenCensusBase/Trace/OpenCensusTracing.cs index 0a174cfab..0a7dad3bf 100644 --- a/src/Management/src/OpenCensusBase/Trace/OpenCensusTracing.cs +++ b/src/Management/src/OpenCensusBase/Trace/OpenCensusTracing.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; using OpenCensus.Trace.Config; diff --git a/src/Management/src/OpenCensusBase/Trace/Propagation/B3Constants.cs b/src/Management/src/OpenCensusBase/Trace/Propagation/B3Constants.cs index 92af0fc67..1cd5368d7 100644 --- a/src/Management/src/OpenCensusBase/Trace/Propagation/B3Constants.cs +++ b/src/Management/src/OpenCensusBase/Trace/Propagation/B3Constants.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Census.Trace.Propagation { diff --git a/src/Management/src/OpenCensusBase/Trace/Propagation/B3PropagationComponent.cs b/src/Management/src/OpenCensusBase/Trace/Propagation/B3PropagationComponent.cs index 5c144faa6..ccf292a99 100644 --- a/src/Management/src/OpenCensusBase/Trace/Propagation/B3PropagationComponent.cs +++ b/src/Management/src/OpenCensusBase/Trace/Propagation/B3PropagationComponent.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace.Propagation; diff --git a/src/Management/src/OpenCensusBase/Trace/Propagation/ThrowsBinaryFormat.cs b/src/Management/src/OpenCensusBase/Trace/Propagation/ThrowsBinaryFormat.cs index 4006e1482..991909a9b 100644 --- a/src/Management/src/OpenCensusBase/Trace/Propagation/ThrowsBinaryFormat.cs +++ b/src/Management/src/OpenCensusBase/Trace/Propagation/ThrowsBinaryFormat.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; using OpenCensus.Trace.Propagation; diff --git a/src/Management/src/OpenCensusBase/Trace/SpanAttributeConstants.cs b/src/Management/src/OpenCensusBase/Trace/SpanAttributeConstants.cs index 21ef996d3..9765013ee 100644 --- a/src/Management/src/OpenCensusBase/Trace/SpanAttributeConstants.cs +++ b/src/Management/src/OpenCensusBase/Trace/SpanAttributeConstants.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Census.Trace { diff --git a/src/Management/src/OpenCensusBase/Trace/SpanExtensions.cs b/src/Management/src/OpenCensusBase/Trace/SpanExtensions.cs index 9630a8ab2..ee6788aa1 100644 --- a/src/Management/src/OpenCensusBase/Trace/SpanExtensions.cs +++ b/src/Management/src/OpenCensusBase/Trace/SpanExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; using System.Collections.Generic; diff --git a/src/Management/src/TaskCore/DelegatingTask.cs b/src/Management/src/TaskCore/DelegatingTask.cs index 1b09b2e20..ad5f7adc4 100644 --- a/src/Management/src/TaskCore/DelegatingTask.cs +++ b/src/Management/src/TaskCore/DelegatingTask.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.Tasks; using System; diff --git a/src/Management/src/TaskCore/TaskServiceCollectionExtensions.cs b/src/Management/src/TaskCore/TaskServiceCollectionExtensions.cs index 78496c5f0..76f012300 100644 --- a/src/Management/src/TaskCore/TaskServiceCollectionExtensions.cs +++ b/src/Management/src/TaskCore/TaskServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.DependencyInjection; using Steeltoe.Common.Tasks; diff --git a/src/Management/src/TaskCore/TaskWebHostExtensions.cs b/src/Management/src/TaskCore/TaskWebHostExtensions.cs index e51e23424..d6578814b 100644 --- a/src/Management/src/TaskCore/TaskWebHostExtensions.cs +++ b/src/Management/src/TaskCore/TaskWebHostExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Management/src/TracingBase/Observer/HttpClientCoreObserver.cs b/src/Management/src/TracingBase/Observer/HttpClientCoreObserver.cs index 7fac576a0..e8249c93c 100644 --- a/src/Management/src/TracingBase/Observer/HttpClientCoreObserver.cs +++ b/src/Management/src/TracingBase/Observer/HttpClientCoreObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Common; diff --git a/src/Management/src/TracingBase/Observer/HttpClientDesktopObserver.cs b/src/Management/src/TracingBase/Observer/HttpClientDesktopObserver.cs index 32eb79a58..15126583c 100644 --- a/src/Management/src/TracingBase/Observer/HttpClientDesktopObserver.cs +++ b/src/Management/src/TracingBase/Observer/HttpClientDesktopObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Common; diff --git a/src/Management/src/TracingBase/Observer/HttpClientTracingObserver.cs b/src/Management/src/TracingBase/Observer/HttpClientTracingObserver.cs index e7e895bc7..abcb44127 100644 --- a/src/Management/src/TracingBase/Observer/HttpClientTracingObserver.cs +++ b/src/Management/src/TracingBase/Observer/HttpClientTracingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using OpenCensus.Common; diff --git a/src/Management/src/TracingBase/Properties/AssemblyInfo.cs b/src/Management/src/TracingBase/Properties/AssemblyInfo.cs index febaccd76..41d153ab1 100644 --- a/src/Management/src/TracingBase/Properties/AssemblyInfo.cs +++ b/src/Management/src/TracingBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/TracingBase/TracingLogProcessor.cs b/src/Management/src/TracingBase/TracingLogProcessor.cs index 28ae30822..3a5c79d1c 100644 --- a/src/Management/src/TracingBase/TracingLogProcessor.cs +++ b/src/Management/src/TracingBase/TracingLogProcessor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; using Steeltoe.Extensions.Logging; diff --git a/src/Management/src/TracingBase/TracingOptions.cs b/src/Management/src/TracingBase/TracingOptions.cs index 37d0cc64b..f423b859b 100644 --- a/src/Management/src/TracingBase/TracingOptions.cs +++ b/src/Management/src/TracingBase/TracingOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Extensions.Configuration.CloudFoundry; diff --git a/src/Management/src/TracingCore/Observer/AspNetCoreHostingObserver.cs b/src/Management/src/TracingCore/Observer/AspNetCoreHostingObserver.cs index 56736f565..7bcf96250 100644 --- a/src/Management/src/TracingCore/Observer/AspNetCoreHostingObserver.cs +++ b/src/Management/src/TracingCore/Observer/AspNetCoreHostingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; diff --git a/src/Management/src/TracingCore/Observer/AspNetCoreMvcActionObserver.cs b/src/Management/src/TracingCore/Observer/AspNetCoreMvcActionObserver.cs index 236afeb0c..373e3542f 100644 --- a/src/Management/src/TracingCore/Observer/AspNetCoreMvcActionObserver.cs +++ b/src/Management/src/TracingCore/Observer/AspNetCoreMvcActionObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Abstractions; diff --git a/src/Management/src/TracingCore/Observer/AspNetCoreMvcViewObserver.cs b/src/Management/src/TracingCore/Observer/AspNetCoreMvcViewObserver.cs index d2f30eedc..0d3e2c29d 100644 --- a/src/Management/src/TracingCore/Observer/AspNetCoreMvcViewObserver.cs +++ b/src/Management/src/TracingCore/Observer/AspNetCoreMvcViewObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Management/src/TracingCore/Observer/AspNetCoreTracingObserver.cs b/src/Management/src/TracingCore/Observer/AspNetCoreTracingObserver.cs index f64c8113f..922799208 100644 --- a/src/Management/src/TracingCore/Observer/AspNetCoreTracingObserver.cs +++ b/src/Management/src/TracingCore/Observer/AspNetCoreTracingObserver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/TracingCore/Properties/AssemblyInfo.cs b/src/Management/src/TracingCore/Properties/AssemblyInfo.cs index 748d93cc9..37bd49d93 100644 --- a/src/Management/src/TracingCore/Properties/AssemblyInfo.cs +++ b/src/Management/src/TracingCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Management/src/TracingCore/TracingService.cs b/src/Management/src/TracingCore/TracingService.cs index 93300946d..26fdf4ec3 100644 --- a/src/Management/src/TracingCore/TracingService.cs +++ b/src/Management/src/TracingCore/TracingService.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; diff --git a/src/Management/src/TracingCore/TracingServiceCollectionExtensions.cs b/src/Management/src/TracingCore/TracingServiceCollectionExtensions.cs index b793b8cba..a1f6f11c1 100644 --- a/src/Management/src/TracingCore/TracingServiceCollectionExtensions.cs +++ b/src/Management/src/TracingCore/TracingServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/CloudFoundryCore.Test/CloudFoundryApplicationBuilderExtensionsTest.cs b/src/Management/test/CloudFoundryCore.Test/CloudFoundryApplicationBuilderExtensionsTest.cs index 9ee9cfff5..a8fad1ae7 100644 --- a/src/Management/test/CloudFoundryCore.Test/CloudFoundryApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/CloudFoundryCore.Test/CloudFoundryApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using System; diff --git a/src/Management/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs b/src/Management/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs index 2e6521670..32e6961a1 100644 --- a/src/Management/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs +++ b/src/Management/test/CloudFoundryCore.Test/CloudFoundryHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs b/src/Management/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs index 0f6bf7a8a..7f9ceb21e 100644 --- a/src/Management/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs +++ b/src/Management/test/CloudFoundryCore.Test/CloudFoundryServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; #if !NETCOREAPP3_0 diff --git a/src/Management/test/EndpointBase.Test/AbstractEndpointTest.cs b/src/Management/test/EndpointBase.Test/AbstractEndpointTest.cs index b357ffa72..760bff7ba 100644 --- a/src/Management/test/EndpointBase.Test/AbstractEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/AbstractEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Management/test/EndpointBase.Test/AbstractOptionsTest.cs b/src/Management/test/EndpointBase.Test/AbstractOptionsTest.cs index 75b25cf2f..db989bed4 100644 --- a/src/Management/test/EndpointBase.Test/AbstractOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/AbstractOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/test/EndpointBase.Test/BaseTest.cs b/src/Management/test/EndpointBase.Test/BaseTest.cs index d4fb84139..11c165862 100644 --- a/src/Management/test/EndpointBase.Test/BaseTest.cs +++ b/src/Management/test/EndpointBase.Test/BaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryEndpointTest.cs b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryEndpointTest.cs index e7f1bdb16..1aa04b647 100644 --- a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common; using Steeltoe.Management.Endpoint.Info; diff --git a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryManagementOptionsTest.cs b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryManagementOptionsTest.cs index f4b6cc510..6cac24416 100644 --- a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryManagementOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryManagementOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryOptionsTest.cs b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryOptionsTest.cs index f379c939c..453597cb9 100644 --- a/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/CloudFoundry/CloudFoundryOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Info; diff --git a/src/Management/test/EndpointBase.Test/CloudFoundry/SecurityBaseTest.cs b/src/Management/test/EndpointBase.Test/CloudFoundry/SecurityBaseTest.cs index e5c1b43f4..bb1e85b0e 100644 --- a/src/Management/test/EndpointBase.Test/CloudFoundry/SecurityBaseTest.cs +++ b/src/Management/test/EndpointBase.Test/CloudFoundry/SecurityBaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.CloudFoundry; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/DbMigrations/DbMigrationsEndpointTests.cs b/src/Management/test/EndpointBase.Test/DbMigrations/DbMigrationsEndpointTests.cs index e55831815..b7f578933 100644 --- a/src/Management/test/EndpointBase.Test/DbMigrations/DbMigrationsEndpointTests.cs +++ b/src/Management/test/EndpointBase.Test/DbMigrations/DbMigrationsEndpointTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using FluentAssertions; using NSubstitute; diff --git a/src/Management/test/EndpointBase.Test/DbMigrations/MockDbContext.cs b/src/Management/test/EndpointBase.Test/DbMigrations/MockDbContext.cs index db44e0388..3d38b551c 100644 --- a/src/Management/test/EndpointBase.Test/DbMigrations/MockDbContext.cs +++ b/src/Management/test/EndpointBase.Test/DbMigrations/MockDbContext.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.EntityFrameworkCore; diff --git a/src/Management/test/EndpointBase.Test/DbMigrations/SomeDbException.cs b/src/Management/test/EndpointBase.Test/DbMigrations/SomeDbException.cs index c2d2f3096..75292e520 100644 --- a/src/Management/test/EndpointBase.Test/DbMigrations/SomeDbException.cs +++ b/src/Management/test/EndpointBase.Test/DbMigrations/SomeDbException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Data.Common; diff --git a/src/Management/test/EndpointBase.Test/Env/EnvEndpointTest.cs b/src/Management/test/EndpointBase.Test/Env/EnvEndpointTest.cs index 8f1c0f8f5..6ea299b86 100644 --- a/src/Management/test/EndpointBase.Test/Env/EnvEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Env/EnvEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Hosting; diff --git a/src/Management/test/EndpointBase.Test/Env/EnvOptionsTest.cs b/src/Management/test/EndpointBase.Test/Env/EnvOptionsTest.cs index 827b35e8f..fe6e76ca8 100644 --- a/src/Management/test/EndpointBase.Test/Env/EnvOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Env/EnvOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/test/EndpointBase.Test/Env/EnvironmentDescriptorTest.cs b/src/Management/test/EndpointBase.Test/Env/EnvironmentDescriptorTest.cs index 543d1c80f..c0703e238 100644 --- a/src/Management/test/EndpointBase.Test/Env/EnvironmentDescriptorTest.cs +++ b/src/Management/test/EndpointBase.Test/Env/EnvironmentDescriptorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Env/PropertySourceDescriptorTest.cs b/src/Management/test/EndpointBase.Test/Env/PropertySourceDescriptorTest.cs index 46dcad6b1..58fab4882 100644 --- a/src/Management/test/EndpointBase.Test/Env/PropertySourceDescriptorTest.cs +++ b/src/Management/test/EndpointBase.Test/Env/PropertySourceDescriptorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Env/PropertyValueDescriptorTest.cs b/src/Management/test/EndpointBase.Test/Env/PropertyValueDescriptorTest.cs index 26dc84e7d..b1485d075 100644 --- a/src/Management/test/EndpointBase.Test/Env/PropertyValueDescriptorTest.cs +++ b/src/Management/test/EndpointBase.Test/Env/PropertyValueDescriptorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using Xunit; diff --git a/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorOptionsTest.cs b/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorOptionsTest.cs index ecb9afef3..4f57acadf 100644 --- a/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorTest.cs b/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorTest.cs index cd2f6bf7e..34d170cd9 100644 --- a/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/Contributor/DiskSpaceContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Health/DefaultHealthAggregatorTest.cs b/src/Management/test/EndpointBase.Test/Health/DefaultHealthAggregatorTest.cs index e5f588260..10a03d201 100644 --- a/src/Management/test/EndpointBase.Test/Health/DefaultHealthAggregatorTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/DefaultHealthAggregatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Health/HealthData.cs b/src/Management/test/EndpointBase.Test/Health/HealthData.cs index 34e4d4384..16cc03985 100644 --- a/src/Management/test/EndpointBase.Test/Health/HealthData.cs +++ b/src/Management/test/EndpointBase.Test/Health/HealthData.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Health.Test { diff --git a/src/Management/test/EndpointBase.Test/Health/HealthEndpointTest.cs b/src/Management/test/EndpointBase.Test/Health/HealthEndpointTest.cs index 8c9efaa96..b64a3dda3 100644 --- a/src/Management/test/EndpointBase.Test/Health/HealthEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/HealthEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using Steeltoe.Management.Endpoint.Health.Contributor; diff --git a/src/Management/test/EndpointBase.Test/Health/HealthOptionsTest.cs b/src/Management/test/EndpointBase.Test/Health/HealthOptionsTest.cs index a3ff53753..eefa038b3 100644 --- a/src/Management/test/EndpointBase.Test/Health/HealthOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/HealthOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointBase.Test/Health/HealthTest.cs b/src/Management/test/EndpointBase.Test/Health/HealthTest.cs index e76057a5b..1206d9f04 100644 --- a/src/Management/test/EndpointBase.Test/Health/HealthTest.cs +++ b/src/Management/test/EndpointBase.Test/Health/HealthTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Serialization; diff --git a/src/Management/test/EndpointBase.Test/Health/MockContributors/DownContributor.cs b/src/Management/test/EndpointBase.Test/Health/MockContributors/DownContributor.cs index e32f14a71..746ecfe10 100644 --- a/src/Management/test/EndpointBase.Test/Health/MockContributors/DownContributor.cs +++ b/src/Management/test/EndpointBase.Test/Health/MockContributors/DownContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointBase.Test/Health/MockContributors/OutOfSserviceContributor.cs b/src/Management/test/EndpointBase.Test/Health/MockContributors/OutOfSserviceContributor.cs index 6614ad20d..3c46f151f 100644 --- a/src/Management/test/EndpointBase.Test/Health/MockContributors/OutOfSserviceContributor.cs +++ b/src/Management/test/EndpointBase.Test/Health/MockContributors/OutOfSserviceContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointBase.Test/Health/MockContributors/TestContrib.cs b/src/Management/test/EndpointBase.Test/Health/MockContributors/TestContrib.cs index 155e8d706..7442fd3ee 100644 --- a/src/Management/test/EndpointBase.Test/Health/MockContributors/TestContrib.cs +++ b/src/Management/test/EndpointBase.Test/Health/MockContributors/TestContrib.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using System; diff --git a/src/Management/test/EndpointBase.Test/Health/MockContributors/UnknownContributor.cs b/src/Management/test/EndpointBase.Test/Health/MockContributors/UnknownContributor.cs index 8817b70c0..001ab1365 100644 --- a/src/Management/test/EndpointBase.Test/Health/MockContributors/UnknownContributor.cs +++ b/src/Management/test/EndpointBase.Test/Health/MockContributors/UnknownContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointBase.Test/Health/MockContributors/UpContributor.cs b/src/Management/test/EndpointBase.Test/Health/MockContributors/UpContributor.cs index 6a8681a7c..9739a56fd 100644 --- a/src/Management/test/EndpointBase.Test/Health/MockContributors/UpContributor.cs +++ b/src/Management/test/EndpointBase.Test/Health/MockContributors/UpContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpEndpointTest.cs b/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpEndpointTest.cs index d6a881a64..a34d7173d 100644 --- a/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common; diff --git a/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpOptionsTest.cs b/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpOptionsTest.cs index 85fc77f60..0a130104e 100644 --- a/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/HeapDump/HeapDumpOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorHypermediaOptionsTest.cs b/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorHypermediaOptionsTest.cs index 58e839b33..dc1012bce 100644 --- a/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorHypermediaOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorHypermediaOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Info; diff --git a/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorManagementOptionsTest.cs b/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorManagementOptionsTest.cs index cdad41798..0c3ca13ee 100644 --- a/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorManagementOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Hypermedia/ActuatorManagementOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Hypermedia/HypermediaEndpointTest.cs b/src/Management/test/EndpointBase.Test/Hypermedia/HypermediaEndpointTest.cs index ab82909a1..54d5fb2e9 100644 --- a/src/Management/test/EndpointBase.Test/Hypermedia/HypermediaEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Hypermedia/HypermediaEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Info; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Info/AppSettingsInfoContributorTest.cs b/src/Management/test/EndpointBase.Test/Info/AppSettingsInfoContributorTest.cs index 41ae84a72..3b1343f6d 100644 --- a/src/Management/test/EndpointBase.Test/Info/AppSettingsInfoContributorTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/AppSettingsInfoContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Info.Contributor; diff --git a/src/Management/test/EndpointBase.Test/Info/Contributor/AppSettingsInfoContributorTest.cs b/src/Management/test/EndpointBase.Test/Info/Contributor/AppSettingsInfoContributorTest.cs index b405cbb8f..267d05c55 100644 --- a/src/Management/test/EndpointBase.Test/Info/Contributor/AppSettingsInfoContributorTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/Contributor/AppSettingsInfoContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Info/Contributor/GitInfoContributorTest.cs b/src/Management/test/EndpointBase.Test/Info/Contributor/GitInfoContributorTest.cs index d025f49a2..4cf695b4a 100644 --- a/src/Management/test/EndpointBase.Test/Info/Contributor/GitInfoContributorTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/Contributor/GitInfoContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System; diff --git a/src/Management/test/EndpointBase.Test/Info/GitInfoContributorTest.cs b/src/Management/test/EndpointBase.Test/Info/GitInfoContributorTest.cs index 86307d7bf..14bc5f77b 100644 --- a/src/Management/test/EndpointBase.Test/Info/GitInfoContributorTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/GitInfoContributorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Info.Contributor; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Info/InfoBuilderTest.cs b/src/Management/test/EndpointBase.Test/Info/InfoBuilderTest.cs index 78250a0ba..386b92616 100644 --- a/src/Management/test/EndpointBase.Test/Info/InfoBuilderTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/InfoBuilderTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Info/InfoEndpointTest.cs b/src/Management/test/EndpointBase.Test/Info/InfoEndpointTest.cs index ab912c1c3..d51e883e7 100644 --- a/src/Management/test/EndpointBase.Test/Info/InfoEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/InfoEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Info/InfoOptionsTest.cs b/src/Management/test/EndpointBase.Test/Info/InfoOptionsTest.cs index d4543e753..07b3d86a9 100644 --- a/src/Management/test/EndpointBase.Test/Info/InfoOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Info/InfoOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Info/TestContrib.cs b/src/Management/test/EndpointBase.Test/Info/TestContrib.cs index 3a7a23296..ca2fb6a2a 100644 --- a/src/Management/test/EndpointBase.Test/Info/TestContrib.cs +++ b/src/Management/test/EndpointBase.Test/Info/TestContrib.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/test/EndpointBase.Test/Loggers/LoggerLevelsTest.cs b/src/Management/test/EndpointBase.Test/Loggers/LoggerLevelsTest.cs index 22bfc2c8e..3817ace16 100644 --- a/src/Management/test/EndpointBase.Test/Loggers/LoggerLevelsTest.cs +++ b/src/Management/test/EndpointBase.Test/Loggers/LoggerLevelsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Loggers/LoggersChangeRequestTest.cs b/src/Management/test/EndpointBase.Test/Loggers/LoggersChangeRequestTest.cs index 68b22a404..e06a7d402 100644 --- a/src/Management/test/EndpointBase.Test/Loggers/LoggersChangeRequestTest.cs +++ b/src/Management/test/EndpointBase.Test/Loggers/LoggersChangeRequestTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System; diff --git a/src/Management/test/EndpointBase.Test/Loggers/LoggersEndpointTest.cs b/src/Management/test/EndpointBase.Test/Loggers/LoggersEndpointTest.cs index f57c83b02..bd756c7ec 100644 --- a/src/Management/test/EndpointBase.Test/Loggers/LoggersEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Loggers/LoggersEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Extensions.Logging; diff --git a/src/Management/test/EndpointBase.Test/Loggers/LoggersOptionsTest.cs b/src/Management/test/EndpointBase.Test/Loggers/LoggersOptionsTest.cs index d4a229a51..60d1e0cc7 100644 --- a/src/Management/test/EndpointBase.Test/Loggers/LoggersOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Loggers/LoggersOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointBase.Test/Loggers/TestLogProvider.cs b/src/Management/test/EndpointBase.Test/Loggers/TestLogProvider.cs index 519c0cbf1..90bea0f89 100644 --- a/src/Management/test/EndpointBase.Test/Loggers/TestLogProvider.cs +++ b/src/Management/test/EndpointBase.Test/Loggers/TestLogProvider.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Extensions.Logging; diff --git a/src/Management/test/EndpointBase.Test/ManagementEndpointOptionsTest.cs b/src/Management/test/EndpointBase.Test/ManagementEndpointOptionsTest.cs index 5db1eda1a..e42a495b5 100644 --- a/src/Management/test/EndpointBase.Test/ManagementEndpointOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/ManagementEndpointOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/test/EndpointBase.Test/ManagementOptionsTest.cs b/src/Management/test/EndpointBase.Test/ManagementOptionsTest.cs index 92a82efa0..77ca411d6 100644 --- a/src/Management/test/EndpointBase.Test/ManagementOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/ManagementOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/test/EndpointBase.Test/Mappings/ApplicationMappingsTest.cs b/src/Management/test/EndpointBase.Test/Mappings/ApplicationMappingsTest.cs index 3b3807b74..7b37ce4ea 100644 --- a/src/Management/test/EndpointBase.Test/Mappings/ApplicationMappingsTest.cs +++ b/src/Management/test/EndpointBase.Test/Mappings/ApplicationMappingsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Mappings/ContextMappingsTest.cs b/src/Management/test/EndpointBase.Test/Mappings/ContextMappingsTest.cs index c6ae27eae..5c5cfb6ab 100644 --- a/src/Management/test/EndpointBase.Test/Mappings/ContextMappingsTest.cs +++ b/src/Management/test/EndpointBase.Test/Mappings/ContextMappingsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Mappings/MappingDescriptionTest.cs b/src/Management/test/EndpointBase.Test/Mappings/MappingDescriptionTest.cs index c621e8b92..b6cd775da 100644 --- a/src/Management/test/EndpointBase.Test/Mappings/MappingDescriptionTest.cs +++ b/src/Management/test/EndpointBase.Test/Mappings/MappingDescriptionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Mappings/MappingsOptionsTest.cs b/src/Management/test/EndpointBase.Test/Mappings/MappingsOptionsTest.cs index a0879cac2..fd0124fb2 100644 --- a/src/Management/test/EndpointBase.Test/Mappings/MappingsOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Mappings/MappingsOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/test/EndpointBase.Test/Mappings/TestRouteDetails.cs b/src/Management/test/EndpointBase.Test/Mappings/TestRouteDetails.cs index a0ee91d9e..252d1f04b 100644 --- a/src/Management/test/EndpointBase.Test/Mappings/TestRouteDetails.cs +++ b/src/Management/test/EndpointBase.Test/Mappings/TestRouteDetails.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricSampleTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricSampleTest.cs index c34827b1f..95cf37fc8 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricSampleTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricSampleTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using Xunit; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricTagTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricTagTest.cs index add840501..b794665ba 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricTagTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricTagTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricsEndpointTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricsEndpointTest.cs index b481469b6..e3814ee19 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricsEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricsEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricsListNamesResponseTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricsListNamesResponseTest.cs index 454b8d7fc..727b992a2 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricsListNamesResponseTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricsListNamesResponseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricsOptionsTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricsOptionsTest.cs index 2e26de2fd..620328bfb 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricsOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricsOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricsRequestTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricsRequestTest.cs index 2d886718c..ef238642c 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricsRequestTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricsRequestTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Metrics/MetricsResponseTest.cs b/src/Management/test/EndpointBase.Test/Metrics/MetricsResponseTest.cs index 010679bb8..c36f64697 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/MetricsResponseTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/MetricsResponseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeObserverTest.cs b/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeObserverTest.cs index df8ce0c14..b3ee641dc 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeObserverTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeSourceTest.cs b/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeSourceTest.cs index 0f0ee727e..8ced07c55 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeSourceTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/Observer/CLRRuntimeSourceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Census.Stats; diff --git a/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientCoreObserverTest.cs b/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientCoreObserverTest.cs index b4ebe9348..ae25ce9f3 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientCoreObserverTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientCoreObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientDesktopObserverTest.cs b/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientDesktopObserverTest.cs index 1fe332d02..74a127534 100644 --- a/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientDesktopObserverTest.cs +++ b/src/Management/test/EndpointBase.Test/Metrics/Observer/HttpClientDesktopObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/EndpointBase.Test/Middleware/EndpointMiddlewareTest.cs b/src/Management/test/EndpointBase.Test/Middleware/EndpointMiddlewareTest.cs index 1419454ab..fd210fa70 100644 --- a/src/Management/test/EndpointBase.Test/Middleware/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointBase.Test/Middleware/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Refresh/RefreshEndpointTest.cs b/src/Management/test/EndpointBase.Test/Refresh/RefreshEndpointTest.cs index 38fff7605..06cedc7c0 100644 --- a/src/Management/test/EndpointBase.Test/Refresh/RefreshEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Refresh/RefreshEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointBase.Test/Refresh/RefreshOptionsTest.cs b/src/Management/test/EndpointBase.Test/Refresh/RefreshOptionsTest.cs index e19858c78..056f0d93b 100644 --- a/src/Management/test/EndpointBase.Test/Refresh/RefreshOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Refresh/RefreshOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/test/EndpointBase.Test/TestEndpoint.cs b/src/Management/test/EndpointBase.Test/TestEndpoint.cs index 0981b375a..f522245de 100644 --- a/src/Management/test/EndpointBase.Test/TestEndpoint.cs +++ b/src/Management/test/EndpointBase.Test/TestEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Test { diff --git a/src/Management/test/EndpointBase.Test/TestHelper.cs b/src/Management/test/EndpointBase.Test/TestHelper.cs index b724f3659..abbbf6776 100644 --- a/src/Management/test/EndpointBase.Test/TestHelper.cs +++ b/src/Management/test/EndpointBase.Test/TestHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.CloudFoundry; using Steeltoe.Management.Endpoint.Hypermedia; diff --git a/src/Management/test/EndpointBase.Test/TestOptions.cs b/src/Management/test/EndpointBase.Test/TestOptions.cs index 5816e05d8..3f667696c 100644 --- a/src/Management/test/EndpointBase.Test/TestOptions.cs +++ b/src/Management/test/EndpointBase.Test/TestOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Security; diff --git a/src/Management/test/EndpointBase.Test/TestOptions2.cs b/src/Management/test/EndpointBase.Test/TestOptions2.cs index e8d86a7cd..efffdef36 100644 --- a/src/Management/test/EndpointBase.Test/TestOptions2.cs +++ b/src/Management/test/EndpointBase.Test/TestOptions2.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointBase.Test/ThreadDump/TestThreadDumper.cs b/src/Management/test/EndpointBase.Test/ThreadDump/TestThreadDumper.cs index 42ddc33fd..858bfd60f 100644 --- a/src/Management/test/EndpointBase.Test/ThreadDump/TestThreadDumper.cs +++ b/src/Management/test/EndpointBase.Test/ThreadDump/TestThreadDumper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpEndpointTest.cs b/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpEndpointTest.cs index a813c43a0..c8ef440ef 100644 --- a/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System; diff --git a/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpOptionsTest.cs b/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpOptionsTest.cs index 1149d6f42..7247cd099 100644 --- a/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/ThreadDump/ThreadDumpOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointBase.Test/Trace/TestTraceEndpoint.cs b/src/Management/test/EndpointBase.Test/Trace/TestTraceEndpoint.cs index 4187f5990..25859dc80 100644 --- a/src/Management/test/EndpointBase.Test/Trace/TestTraceEndpoint.cs +++ b/src/Management/test/EndpointBase.Test/Trace/TestTraceEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Trace/TestTraceRepo.cs b/src/Management/test/EndpointBase.Test/Trace/TestTraceRepo.cs index 599a0610c..3ac49849d 100644 --- a/src/Management/test/EndpointBase.Test/Trace/TestTraceRepo.cs +++ b/src/Management/test/EndpointBase.Test/Trace/TestTraceRepo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Management/test/EndpointBase.Test/Trace/TraceEndpointTest.cs b/src/Management/test/EndpointBase.Test/Trace/TraceEndpointTest.cs index 10947e718..56e0330e8 100644 --- a/src/Management/test/EndpointBase.Test/Trace/TraceEndpointTest.cs +++ b/src/Management/test/EndpointBase.Test/Trace/TraceEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.Test; using System; diff --git a/src/Management/test/EndpointBase.Test/Trace/TraceOptionsTest.cs b/src/Management/test/EndpointBase.Test/Trace/TraceOptionsTest.cs index ed6980ef1..3c448d292 100644 --- a/src/Management/test/EndpointBase.Test/Trace/TraceOptionsTest.cs +++ b/src/Management/test/EndpointBase.Test/Trace/TraceOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs index 8b44acf26..06563b96e 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointApplicationBuilderExtensionsTest.cs index 0f6ff3e03..13b8f7a4b 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointMiddlewareTest.cs index 42c34baca..03e410bdb 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointServiceCollectionTest.cs index 24b26d488..74a57e1da 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/Startup.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/Startup.cs index 89b3925f8..249a7f786 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/Startup.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/StartupWithSecurity.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/StartupWithSecurity.cs index c3640a578..7deaeb3c4 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/StartupWithSecurity.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/StartupWithSecurity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/CloudFoundry/TestCloudFoundryEndpoint.cs b/src/Management/test/EndpointCore.Test/CloudFoundry/TestCloudFoundryEndpoint.cs index 9f9f574d1..59bb4cf90 100644 --- a/src/Management/test/EndpointCore.Test/CloudFoundry/TestCloudFoundryEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/CloudFoundry/TestCloudFoundryEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System.Collections.Generic; diff --git a/src/Management/test/EndpointCore.Test/ContentNegotiation/ContentNegotiationTests.cs b/src/Management/test/EndpointCore.Test/ContentNegotiation/ContentNegotiationTests.cs index b23f263e8..294db1bcd 100644 --- a/src/Management/test/EndpointCore.Test/ContentNegotiation/ContentNegotiationTests.cs +++ b/src/Management/test/EndpointCore.Test/ContentNegotiation/ContentNegotiationTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Management/test/EndpointCore.Test/ContentNegotiation/TestStartupExtensions.cs b/src/Management/test/EndpointCore.Test/ContentNegotiation/TestStartupExtensions.cs index aa96f6a0d..062f27bb9 100644 --- a/src/Management/test/EndpointCore.Test/ContentNegotiation/TestStartupExtensions.cs +++ b/src/Management/test/EndpointCore.Test/ContentNegotiation/TestStartupExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/test/EndpointCore.Test/DbMigrations/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/DbMigrations/EndpointMiddlewareTest.cs index 536a5026f..c5bf15358 100644 --- a/src/Management/test/EndpointCore.Test/DbMigrations/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/DbMigrations/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using FluentAssertions; using FluentAssertions.Json; diff --git a/src/Management/test/EndpointCore.Test/DbMigrations/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/DbMigrations/EndpointServiceCollectionTest.cs index 1a599bb92..316af5c49 100644 --- a/src/Management/test/EndpointCore.Test/DbMigrations/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/DbMigrations/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using FluentAssertions; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/DbMigrations/Startup.cs b/src/Management/test/EndpointCore.Test/DbMigrations/Startup.cs index 2a51ea8a3..0843fb4e8 100644 --- a/src/Management/test/EndpointCore.Test/DbMigrations/Startup.cs +++ b/src/Management/test/EndpointCore.Test/DbMigrations/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.EntityFrameworkCore; diff --git a/src/Management/test/EndpointCore.Test/Env/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Env/EndpointApplicationBuilderExtensionsTest.cs index e0c903695..a7fba8502 100644 --- a/src/Management/test/EndpointCore.Test/Env/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Env/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Env/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Env/EndpointMiddlewareTest.cs index a8bd995a6..37c010d12 100644 --- a/src/Management/test/EndpointCore.Test/Env/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Env/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Env/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Env/EndpointServiceCollectionTest.cs index f5935e203..86dd28496 100644 --- a/src/Management/test/EndpointCore.Test/Env/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Env/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Env/Startup.cs b/src/Management/test/EndpointCore.Test/Env/Startup.cs index 0edd01f7e..30825874a 100644 --- a/src/Management/test/EndpointCore.Test/Env/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Env/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Health/AuthStartup.cs b/src/Management/test/EndpointCore.Test/Health/AuthStartup.cs index 5b441005d..5ac1e068c 100644 --- a/src/Management/test/EndpointCore.Test/Health/AuthStartup.cs +++ b/src/Management/test/EndpointCore.Test/Health/AuthStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Health/AuthenticatedTestMiddleware.cs b/src/Management/test/EndpointCore.Test/Health/AuthenticatedTestMiddleware.cs index aa06580c3..6304e4ff3 100644 --- a/src/Management/test/EndpointCore.Test/Health/AuthenticatedTestMiddleware.cs +++ b/src/Management/test/EndpointCore.Test/Health/AuthenticatedTestMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using System.Collections.Generic; diff --git a/src/Management/test/EndpointCore.Test/Health/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Health/EndpointApplicationBuilderExtensionsTest.cs index 0bb9d4b4b..4cae77701 100644 --- a/src/Management/test/EndpointCore.Test/Health/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Health/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Health/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Health/EndpointMiddlewareTest.cs index 09443bc28..2bb7ac29a 100644 --- a/src/Management/test/EndpointCore.Test/Health/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Health/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Health/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Health/EndpointServiceCollectionTest.cs index 679d09b9e..f460c251e 100644 --- a/src/Management/test/EndpointCore.Test/Health/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Health/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Health/HealthEndpointTest.cs b/src/Management/test/EndpointCore.Test/Health/HealthEndpointTest.cs index 494459de3..73f0b6308 100644 --- a/src/Management/test/EndpointCore.Test/Health/HealthEndpointTest.cs +++ b/src/Management/test/EndpointCore.Test/Health/HealthEndpointTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointCore.Test/Health/Startup.cs b/src/Management/test/EndpointCore.Test/Health/Startup.cs index 636981173..5ce5271e0 100644 --- a/src/Management/test/EndpointCore.Test/Health/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Health/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Health/TestContributor.cs b/src/Management/test/EndpointCore.Test/Health/TestContributor.cs index 046dc81e6..61720698d 100644 --- a/src/Management/test/EndpointCore.Test/Health/TestContributor.cs +++ b/src/Management/test/EndpointCore.Test/Health/TestContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointCore.Test/Health/TestHealthCheck.cs b/src/Management/test/EndpointCore.Test/Health/TestHealthCheck.cs index fc599220a..dc4d54c51 100644 --- a/src/Management/test/EndpointCore.Test/Health/TestHealthCheck.cs +++ b/src/Management/test/EndpointCore.Test/Health/TestHealthCheck.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Diagnostics.HealthChecks; using System.Threading; diff --git a/src/Management/test/EndpointCore.Test/Health/TestHealthEndpoint.cs b/src/Management/test/EndpointCore.Test/Health/TestHealthEndpoint.cs index 60f3165d7..e0da5e43f 100644 --- a/src/Management/test/EndpointCore.Test/Health/TestHealthEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/Health/TestHealthEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointCore.Test/HeapDump/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/HeapDump/EndpointApplicationBuilderExtensionsTest.cs index 10084448e..b8e6eeac7 100644 --- a/src/Management/test/EndpointCore.Test/HeapDump/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/HeapDump/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/HeapDump/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/HeapDump/EndpointMiddlewareTest.cs index 22a31b64c..e4817f214 100644 --- a/src/Management/test/EndpointCore.Test/HeapDump/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/HeapDump/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/HeapDump/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/HeapDump/EndpointServiceCollectionTest.cs index 411418241..7a7bdfaa3 100644 --- a/src/Management/test/EndpointCore.Test/HeapDump/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/HeapDump/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/HeapDump/Startup.cs b/src/Management/test/EndpointCore.Test/HeapDump/Startup.cs index f4b76ca4c..578f297b5 100644 --- a/src/Management/test/EndpointCore.Test/HeapDump/Startup.cs +++ b/src/Management/test/EndpointCore.Test/HeapDump/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointApplicationBuilderExtensionsTest.cs index 9a3a34713..00b8f2ba9 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointMiddlewareTest.cs index 8d2c4be05..4b5de11ff 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointServiceCollectionTest.cs index 5b2336731..c35298e3b 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/Startup.cs b/src/Management/test/EndpointCore.Test/Hypermedia/Startup.cs index 2fcfec5dd..c5680816f 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/StartupWithSecurity.cs b/src/Management/test/EndpointCore.Test/Hypermedia/StartupWithSecurity.cs index dbf686b7b..af6f6a086 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/StartupWithSecurity.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/StartupWithSecurity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Hypermedia/TestHypermediaEndpoint.cs b/src/Management/test/EndpointCore.Test/Hypermedia/TestHypermediaEndpoint.cs index 9252b7f93..0fedb0c36 100644 --- a/src/Management/test/EndpointCore.Test/Hypermedia/TestHypermediaEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/Hypermedia/TestHypermediaEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointCore.Test/Info/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Info/EndpointApplicationBuilderExtensionsTest.cs index 816affae9..986f49e1d 100644 --- a/src/Management/test/EndpointCore.Test/Info/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Info/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Info/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Info/EndpointMiddlewareTest.cs index 1ed07a269..7dd2b1a81 100644 --- a/src/Management/test/EndpointCore.Test/Info/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Info/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Info/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Info/EndpointServiceCollectionTest.cs index dc0c7e652..9842a4c51 100644 --- a/src/Management/test/EndpointCore.Test/Info/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Info/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Info/Startup.cs b/src/Management/test/EndpointCore.Test/Info/Startup.cs index a922f403b..8fce3a255 100644 --- a/src/Management/test/EndpointCore.Test/Info/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Info/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Info/TestInfoContributor.cs b/src/Management/test/EndpointCore.Test/Info/TestInfoContributor.cs index b751ad123..f5085131f 100644 --- a/src/Management/test/EndpointCore.Test/Info/TestInfoContributor.cs +++ b/src/Management/test/EndpointCore.Test/Info/TestInfoContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.Endpoint.Info.Test { diff --git a/src/Management/test/EndpointCore.Test/Info/TestInfoEndpoint.cs b/src/Management/test/EndpointCore.Test/Info/TestInfoEndpoint.cs index bc9064749..c47e3118f 100644 --- a/src/Management/test/EndpointCore.Test/Info/TestInfoEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/Info/TestInfoEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System.Collections.Generic; diff --git a/src/Management/test/EndpointCore.Test/Info/TestLogger.cs b/src/Management/test/EndpointCore.Test/Info/TestLogger.cs index 5d4f626fc..fae2d6a25 100644 --- a/src/Management/test/EndpointCore.Test/Info/TestLogger.cs +++ b/src/Management/test/EndpointCore.Test/Info/TestLogger.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System; diff --git a/src/Management/test/EndpointCore.Test/Loggers/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Loggers/EndpointApplicationBuilderExtensionsTest.cs index 9a0932a23..4aedd9965 100644 --- a/src/Management/test/EndpointCore.Test/Loggers/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Loggers/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Loggers/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Loggers/EndpointMiddlewareTest.cs index e7ea82f7c..9af1ea0f5 100644 --- a/src/Management/test/EndpointCore.Test/Loggers/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Loggers/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Loggers/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Loggers/EndpointServiceCollectionTest.cs index 876f73eb3..bae894aa2 100644 --- a/src/Management/test/EndpointCore.Test/Loggers/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Loggers/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Loggers/Startup.cs b/src/Management/test/EndpointCore.Test/Loggers/Startup.cs index 01259da57..3a2bff13b 100644 --- a/src/Management/test/EndpointCore.Test/Loggers/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Loggers/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Loggers/TestLoggersEndpoint.cs b/src/Management/test/EndpointCore.Test/Loggers/TestLoggersEndpoint.cs index 504bc948c..cc7a7b17c 100644 --- a/src/Management/test/EndpointCore.Test/Loggers/TestLoggersEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/Loggers/TestLoggersEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Extensions.Logging; diff --git a/src/Management/test/EndpointCore.Test/ManagementHostBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/ManagementHostBuilderExtensionsTest.cs index 6b528beca..812d96cc0 100644 --- a/src/Management/test/EndpointCore.Test/ManagementHostBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/ManagementHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Management/test/EndpointCore.Test/Mappings/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Mappings/EndpointApplicationBuilderExtensionsTest.cs index a294c4108..c35dcf0c7 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Mappings/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Mappings/EndpointMiddlewareTest.cs index a8ef894a1..fac023a3b 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Mappings/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Mappings/EndpointServiceCollectionTest.cs index 75118f771..56ced5d78 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Mappings/HomeController.cs b/src/Management/test/EndpointCore.Test/Mappings/HomeController.cs index 38f03c0a9..b5d2f7c41 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/HomeController.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/HomeController.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Mvc; diff --git a/src/Management/test/EndpointCore.Test/Mappings/Person.cs b/src/Management/test/EndpointCore.Test/Mappings/Person.cs index 07e103a5b..d593150a3 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/Person.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/Person.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.EndpointCore.Mappings.Test { diff --git a/src/Management/test/EndpointCore.Test/Mappings/Startup.cs b/src/Management/test/EndpointCore.Test/Mappings/Startup.cs index 289de3929..2ca4aa426 100644 --- a/src/Management/test/EndpointCore.Test/Mappings/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Mappings/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Metrics/EndpointServiceCollectionExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Metrics/EndpointServiceCollectionExtensionsTest.cs index a79d8d24d..94dfb8449 100644 --- a/src/Management/test/EndpointCore.Test/Metrics/EndpointServiceCollectionExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Metrics/EndpointServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Metrics/MetricsEndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Metrics/MetricsEndpointMiddlewareTest.cs index c774babab..2366ca2b2 100644 --- a/src/Management/test/EndpointCore.Test/Metrics/MetricsEndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Metrics/MetricsEndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using OpenCensus.Stats; diff --git a/src/Management/test/EndpointCore.Test/Metrics/Observer/AspNetCoreHostingObserverTest.cs b/src/Management/test/EndpointCore.Test/Metrics/Observer/AspNetCoreHostingObserverTest.cs index 2b1a59ef0..29338acfa 100644 --- a/src/Management/test/EndpointCore.Test/Metrics/Observer/AspNetCoreHostingObserverTest.cs +++ b/src/Management/test/EndpointCore.Test/Metrics/Observer/AspNetCoreHostingObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Diagnostics; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Metrics/PrometheusEndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Metrics/PrometheusEndpointMiddlewareTest.cs index 6e0b279a4..904f53a43 100644 --- a/src/Management/test/EndpointCore.Test/Metrics/PrometheusEndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Metrics/PrometheusEndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using OpenCensus.Stats; diff --git a/src/Management/test/EndpointCore.Test/Refresh/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Refresh/EndpointApplicationBuilderExtensionsTest.cs index a3a24b3a2..7ab4786e4 100644 --- a/src/Management/test/EndpointCore.Test/Refresh/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Refresh/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Refresh/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Refresh/EndpointMiddlewareTest.cs index 73b3f9333..95b00d2f3 100644 --- a/src/Management/test/EndpointCore.Test/Refresh/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Refresh/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Refresh/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Refresh/EndpointServiceCollectionTest.cs index 226dd2cab..8dda1ba0f 100644 --- a/src/Management/test/EndpointCore.Test/Refresh/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Refresh/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Refresh/Startup.cs b/src/Management/test/EndpointCore.Test/Refresh/Startup.cs index f7db21db8..314a849f1 100644 --- a/src/Management/test/EndpointCore.Test/Refresh/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Refresh/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Security/SecureStartup.cs b/src/Management/test/EndpointCore.Test/Security/SecureStartup.cs index 458b1c8b8..7c7896ae6 100644 --- a/src/Management/test/EndpointCore.Test/Security/SecureStartup.cs +++ b/src/Management/test/EndpointCore.Test/Security/SecureStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Security/SetsUserInContextForTestsMiddleware.cs b/src/Management/test/EndpointCore.Test/Security/SetsUserInContextForTestsMiddleware.cs index 0c11e16bf..92957585d 100644 --- a/src/Management/test/EndpointCore.Test/Security/SetsUserInContextForTestsMiddleware.cs +++ b/src/Management/test/EndpointCore.Test/Security/SetsUserInContextForTestsMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using System.Security.Claims; diff --git a/src/Management/test/EndpointCore.Test/Security/Startup.cs b/src/Management/test/EndpointCore.Test/Security/Startup.cs index cbc8a4147..75a32981d 100644 --- a/src/Management/test/EndpointCore.Test/Security/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Security/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientExtensionTests.cs b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientExtensionTests.cs index 72a291948..b693db9eb 100644 --- a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientExtensionTests.cs +++ b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientExtensionTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientTests.cs b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientTests.cs index 9cf8e4752..bfbd52ea7 100644 --- a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientTests.cs +++ b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/SpringBootAdminClientTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Steeltoe.Management.Endpoint.SpringBootAdminClient; diff --git a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/TestStartup.cs b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/TestStartup.cs index b21d1ae21..932b5d726 100644 --- a/src/Management/test/EndpointCore.Test/SpringBootAdminClient/TestStartup.cs +++ b/src/Management/test/EndpointCore.Test/SpringBootAdminClient/TestStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/TestHelpers.cs b/src/Management/test/EndpointCore.Test/TestHelpers.cs index d308424e6..6dcf747dc 100644 --- a/src/Management/test/EndpointCore.Test/TestHelpers.cs +++ b/src/Management/test/EndpointCore.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.CloudFoundry; using System.Collections.Generic; diff --git a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointApplicationBuilderExtensionsTest.cs index 3733512e8..8acd0cca5 100644 --- a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointMiddlewareTest.cs index 4fabd590a..6574a12fd 100644 --- a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointServiceCollectionTest.cs index c801f581d..e145e4342 100644 --- a/src/Management/test/EndpointCore.Test/ThreadDump/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/ThreadDump/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/ThreadDump/Startup.cs b/src/Management/test/EndpointCore.Test/ThreadDump/Startup.cs index 551a7e085..c83f81f9e 100644 --- a/src/Management/test/EndpointCore.Test/ThreadDump/Startup.cs +++ b/src/Management/test/EndpointCore.Test/ThreadDump/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Trace/EndpointApplicationBuilderExtensionsTest.cs b/src/Management/test/EndpointCore.Test/Trace/EndpointApplicationBuilderExtensionsTest.cs index 2d7160772..448f5398a 100644 --- a/src/Management/test/EndpointCore.Test/Trace/EndpointApplicationBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointCore.Test/Trace/EndpointApplicationBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointCore.Test/Trace/EndpointMiddlewareTest.cs b/src/Management/test/EndpointCore.Test/Trace/EndpointMiddlewareTest.cs index d20165064..6222ba1f5 100644 --- a/src/Management/test/EndpointCore.Test/Trace/EndpointMiddlewareTest.cs +++ b/src/Management/test/EndpointCore.Test/Trace/EndpointMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; diff --git a/src/Management/test/EndpointCore.Test/Trace/EndpointServiceCollectionTest.cs b/src/Management/test/EndpointCore.Test/Trace/EndpointServiceCollectionTest.cs index f2c39273c..4a2c0b667 100644 --- a/src/Management/test/EndpointCore.Test/Trace/EndpointServiceCollectionTest.cs +++ b/src/Management/test/EndpointCore.Test/Trace/EndpointServiceCollectionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointCore.Test/Trace/MyIdentity.cs b/src/Management/test/EndpointCore.Test/Trace/MyIdentity.cs index abcff5318..8de0c9ac6 100644 --- a/src/Management/test/EndpointCore.Test/Trace/MyIdentity.cs +++ b/src/Management/test/EndpointCore.Test/Trace/MyIdentity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Security.Principal; diff --git a/src/Management/test/EndpointCore.Test/Trace/SessionFeature.cs b/src/Management/test/EndpointCore.Test/Trace/SessionFeature.cs index e5b365688..9f78feda0 100644 --- a/src/Management/test/EndpointCore.Test/Trace/SessionFeature.cs +++ b/src/Management/test/EndpointCore.Test/Trace/SessionFeature.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; diff --git a/src/Management/test/EndpointCore.Test/Trace/Startup.cs b/src/Management/test/EndpointCore.Test/Trace/Startup.cs index d024a0640..9c91808a9 100644 --- a/src/Management/test/EndpointCore.Test/Trace/Startup.cs +++ b/src/Management/test/EndpointCore.Test/Trace/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointCore.Test/Trace/TestSession.cs b/src/Management/test/EndpointCore.Test/Trace/TestSession.cs index cde9695c7..c7a7fbb8a 100644 --- a/src/Management/test/EndpointCore.Test/Trace/TestSession.cs +++ b/src/Management/test/EndpointCore.Test/Trace/TestSession.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using System; diff --git a/src/Management/test/EndpointCore.Test/Trace/TestTraceEndpoint.cs b/src/Management/test/EndpointCore.Test/Trace/TestTraceEndpoint.cs index 4187f5990..25859dc80 100644 --- a/src/Management/test/EndpointCore.Test/Trace/TestTraceEndpoint.cs +++ b/src/Management/test/EndpointCore.Test/Trace/TestTraceEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using System.Collections.Generic; diff --git a/src/Management/test/EndpointCore.Test/Trace/TraceDiagnosticObserverTest.cs b/src/Management/test/EndpointCore.Test/Trace/TraceDiagnosticObserverTest.cs index 28ae224e6..ed05d5de7 100644 --- a/src/Management/test/EndpointCore.Test/Trace/TraceDiagnosticObserverTest.cs +++ b/src/Management/test/EndpointCore.Test/Trace/TraceDiagnosticObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; diff --git a/src/Management/test/EndpointOwin.Net4Test/BaseTest.cs b/src/Management/test/EndpointOwin.Net4Test/BaseTest.cs index 0543e4a06..afd9566c4 100644 --- a/src/Management/test/EndpointOwin.Net4Test/BaseTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/BaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointAppBuilderExtensionsTest.cs index 3eaa9ba69..f66773c66 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointOwinMiddlewareTest.cs index eca207475..47c05fceb 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundryEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityAppBuilderExtensionsTest.cs index c5d41d171..7e569f479 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs index 2e2436240..a0b9a4641 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/CloudFoundrySecurityMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Primitives; using Microsoft.Owin.Testing; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/Startup.cs index 7d5086200..78b66d098 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/StartupWithSecurity.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/StartupWithSecurity.cs index 376bf7727..8e48c4fbc 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/StartupWithSecurity.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/StartupWithSecurity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/TestCloudFoundryEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/TestCloudFoundryEndpoint.cs index 778dcb3dd..8f19ea05f 100644 --- a/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/TestCloudFoundryEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/CloudFoundry/TestCloudFoundryEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint; diff --git a/src/Management/test/EndpointOwin.Net4Test/Env/EnvEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Env/EnvEndpointAppBuilderExtensionsTest.cs index f41a1d8d7..84aa653e3 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Env/EnvEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Env/EnvEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Env/EnvOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Env/EnvOwinMiddlewareTest.cs index 5aae6b6d0..524eaac96 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Env/EnvOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Env/EnvOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Testing; diff --git a/src/Management/test/EndpointOwin.Net4Test/Env/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Env/Startup.cs index 9618bfbfe..0ee433c20 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Env/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Env/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointAppBuilderExtensionsTest.cs index 635c3171c..796197397 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointOwinMiddlewareTest.cs index 6cf4c6e20..0f0db87a5 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/HealthEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/DownContributor.cs b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/DownContributor.cs index e32f14a71..746ecfe10 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/DownContributor.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/DownContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/OutOfSserviceContributor.cs b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/OutOfSserviceContributor.cs index 6614ad20d..3c46f151f 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/OutOfSserviceContributor.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/OutOfSserviceContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/TestContrib.cs b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/TestContrib.cs index 155e8d706..7442fd3ee 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/TestContrib.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/TestContrib.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; using System; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UnknownContributor.cs b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UnknownContributor.cs index 8817b70c0..001ab1365 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UnknownContributor.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UnknownContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UpContributor.cs b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UpContributor.cs index 6a8681a7c..9739a56fd 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UpContributor.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/MockContributors/UpContributor.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Health/Startup.cs index eb654cbdd..d8440d0cd 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Health/TestHealthEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/Health/TestHealthEndpoint.cs index 336474591..48a0d89dc 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Health/TestHealthEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Health/TestHealthEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Common.HealthChecks; diff --git a/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointAppBuilderExtensionsTest.cs index 21a37dc82..a7925eaa0 100644 --- a/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointOwinMiddlewareTest.cs index 1219c6c48..919d93842 100644 --- a/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/HeapDump/HeapDumpEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin.Testing; diff --git a/src/Management/test/EndpointOwin.Net4Test/HeapDump/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/HeapDump/Startup.cs index 7e1b01da4..b6440eece 100644 --- a/src/Management/test/EndpointOwin.Net4Test/HeapDump/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/HeapDump/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/ActuatorSecurityMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/ActuatorSecurityMiddlewareTest.cs index d5dd4983c..76eb497a9 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/ActuatorSecurityMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/ActuatorSecurityMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint; using Steeltoe.Management.Endpoint.CloudFoundry; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointAppBuilderExtensionsTest.cs index 5224c0a37..bd22d84c1 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointOwinMiddlewareTest.cs index bbeda9b19..904f85bc7 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/HypermediaEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/Startup.cs index c312319f4..6798e2054 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/StartupWithSecurity.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/StartupWithSecurity.cs index 73297b25b..0ada4fd6d 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/StartupWithSecurity.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/StartupWithSecurity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/TestActuatorHypermediaEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/TestActuatorHypermediaEndpoint.cs index 714d0e38c..d5f34f2cd 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Hypermedia/TestActuatorHypermediaEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Hypermedia/TestActuatorHypermediaEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint; diff --git a/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointAppBuilderExtensionsTest.cs index c0244cb68..0c5b1f984 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointOwinMiddlewareTest.cs index 6ffd7c5b4..3776ddc8e 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Info/InfoEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/Info/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Info/Startup.cs index db8bee9f4..1fa2d4d0c 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Info/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Info/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Info/TestInfoEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/Info/TestInfoEndpoint.cs index de4c392be..9437dc269 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Info/TestInfoEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Info/TestInfoEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Info; diff --git a/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointAppBuilderExtensionsTest.cs index 35deb9e2c..73baf033a 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointOwinMiddlewareTest.cs index 489be7f13..62cd2d1a5 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Loggers/LoggersEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointOwin.Net4Test/Loggers/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Loggers/Startup.cs index f29a8c8d2..fc547d45f 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Loggers/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Loggers/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/EndpointOwin.Net4Test/Loggers/TestLoggersEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/Loggers/TestLoggersEndpoint.cs index a9ca09776..393247c7d 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Loggers/TestLoggersEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Loggers/TestLoggersEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Extensions.Logging; diff --git a/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointAppBuilderExtensionsTest.cs index 12b71ee4c..2eb13bf63 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointOwinMiddlewareTest.cs index e4c73b946..0420dafba 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Metrics/MetricsEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using OpenCensus.Stats; diff --git a/src/Management/test/EndpointOwin.Net4Test/Metrics/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Metrics/Startup.cs index 4b63961b5..24c063691 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Metrics/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Metrics/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/OwinTestHelpers.cs b/src/Management/test/EndpointOwin.Net4Test/OwinTestHelpers.cs index 8c7e40697..b123f9122 100644 --- a/src/Management/test/EndpointOwin.Net4Test/OwinTestHelpers.cs +++ b/src/Management/test/EndpointOwin.Net4Test/OwinTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Moq; diff --git a/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointAppBuilderExtensionsTest.cs index 38bcfdb55..d3a7ae8a8 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointOwinMiddlewareTest.cs index 4b8682aa1..623a6f339 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Refresh/RefreshEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Testing; diff --git a/src/Management/test/EndpointOwin.Net4Test/Refresh/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Refresh/Startup.cs index 7631eeb2e..b3ea72969 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Refresh/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Refresh/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Security/AuthenticationTestMiddleware.cs b/src/Management/test/EndpointOwin.Net4Test/Security/AuthenticationTestMiddleware.cs index 96902756e..29f89e600 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Security/AuthenticationTestMiddleware.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Security/AuthenticationTestMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using System.Collections.Generic; diff --git a/src/Management/test/EndpointOwin.Net4Test/Security/SecureStartup.cs b/src/Management/test/EndpointOwin.Net4Test/Security/SecureStartup.cs index 18a786188..21b323264 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Security/SecureStartup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Security/SecureStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Security/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Security/Startup.cs index 5d575b561..239c1a118 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Security/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Security/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/TestHelper.cs b/src/Management/test/EndpointOwin.Net4Test/TestHelper.cs index b724f3659..abbbf6776 100644 --- a/src/Management/test/EndpointOwin.Net4Test/TestHelper.cs +++ b/src/Management/test/EndpointOwin.Net4Test/TestHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint.CloudFoundry; using Steeltoe.Management.Endpoint.Hypermedia; diff --git a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/Startup.cs index e452fc37a..f630e57b1 100644 --- a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointAppBuilderExtensionsTest.cs index 44a5facb7..78200052d 100644 --- a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointOwinMiddlewareTest.cs index 21432e34d..051cbf5e1 100644 --- a/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/ThreadDump/ThreadDumpEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointOwin.Net4Test/Trace/MyIdentity.cs b/src/Management/test/EndpointOwin.Net4Test/Trace/MyIdentity.cs index 316980c87..f522c2ca9 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Trace/MyIdentity.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Trace/MyIdentity.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Security.Principal; diff --git a/src/Management/test/EndpointOwin.Net4Test/Trace/Startup.cs b/src/Management/test/EndpointOwin.Net4Test/Trace/Startup.cs index 962e14124..1d219f7be 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Trace/Startup.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Trace/Startup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Owin; diff --git a/src/Management/test/EndpointOwin.Net4Test/Trace/TestTraceEndpoint.cs b/src/Management/test/EndpointOwin.Net4Test/Trace/TestTraceEndpoint.cs index e2f97b461..4717f8b64 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Trace/TestTraceEndpoint.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Trace/TestTraceEndpoint.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Steeltoe.Management.Endpoint.Trace; diff --git a/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointAppBuilderExtensionsTest.cs b/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointAppBuilderExtensionsTest.cs index e1a95164d..b3f29f273 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointAppBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointOwinMiddlewareTest.cs b/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointOwinMiddlewareTest.cs index b3e985594..c1dcdea13 100644 --- a/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointOwinMiddlewareTest.cs +++ b/src/Management/test/EndpointOwin.Net4Test/Trace/TraceEndpointOwinMiddlewareTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Testing; using Steeltoe.Management.Endpoint.Test; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/CloudFoundryContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/CloudFoundryContainerBuilderExtensionsTest.cs index 8df5f39b8..0972d0c1e 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/CloudFoundryContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/CloudFoundryContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/EnvContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/EnvContainerBuilderExtensionsTest.cs index ed19e804a..61742e057 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/EnvContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/EnvContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HealthContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HealthContainerBuilderExtensionsTest.cs index cc238370a..eed4a6710 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HealthContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HealthContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HeapDumpContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HeapDumpContainerBuilderExtensionsTest.cs index 80d3f2d86..cc1a44f95 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HeapDumpContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/HeapDumpContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/InfoContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/InfoContainerBuilderExtensionsTest.cs index 48621ae70..c3b432b08 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/InfoContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/InfoContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/LoggersContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/LoggersContainerBuilderExtensionsTest.cs index 8ec4f1adb..981a7b0cd 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/LoggersContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/LoggersContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MappingsContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MappingsContainerBuilderExtensionsTest.cs index c0b12a3ed..b1959767a 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MappingsContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MappingsContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MetricsContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MetricsContainerBuilderExtensionsTest.cs index 1497057e5..957111126 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MetricsContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/MetricsContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/RefreshContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/RefreshContainerBuilderExtensionsTest.cs index 99d4bb2e6..7fa4410f1 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/RefreshContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/RefreshContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/ThreadDumpContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/ThreadDumpContainerBuilderExtensionsTest.cs index 01dd080d5..864978231 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/ThreadDumpContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/ThreadDumpContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/TraceContainerBuilderExtensionsTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/TraceContainerBuilderExtensionsTest.cs index 4fab604f3..4fe6b2d72 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/TraceContainerBuilderExtensionsTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/Actuators/TraceContainerBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Autofac; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/EndpointOwinAutofac.Net4Test/BaseTest.cs b/src/Management/test/EndpointOwinAutofac.Net4Test/BaseTest.cs index 0543e4a06..afd9566c4 100644 --- a/src/Management/test/EndpointOwinAutofac.Net4Test/BaseTest.cs +++ b/src/Management/test/EndpointOwinAutofac.Net4Test/BaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Management/test/EndpointWeb.Net4Test/ActuatorHandlerTest.cs b/src/Management/test/EndpointWeb.Net4Test/ActuatorHandlerTest.cs index 0ebc6672b..a97c102d7 100644 --- a/src/Management/test/EndpointWeb.Net4Test/ActuatorHandlerTest.cs +++ b/src/Management/test/EndpointWeb.Net4Test/ActuatorHandlerTest.cs @@ -1,16 +1,7 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. + using Newtonsoft.Json; using System; using System.Collections.Generic; diff --git a/src/Management/test/EndpointWeb.Net4Test/CloudFoundrySecurityTests.cs b/src/Management/test/EndpointWeb.Net4Test/CloudFoundrySecurityTests.cs index 7b2a5a854..911b0ac27 100644 --- a/src/Management/test/EndpointWeb.Net4Test/CloudFoundrySecurityTests.cs +++ b/src/Management/test/EndpointWeb.Net4Test/CloudFoundrySecurityTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Management/test/EndpointWeb.Net4Test/DefaultTestSettingsConfig.cs b/src/Management/test/EndpointWeb.Net4Test/DefaultTestSettingsConfig.cs index 12a2676c6..47b7d6956 100644 --- a/src/Management/test/EndpointWeb.Net4Test/DefaultTestSettingsConfig.cs +++ b/src/Management/test/EndpointWeb.Net4Test/DefaultTestSettingsConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Management.EndpointWeb.Test { diff --git a/src/Management/test/EndpointWeb.Net4Test/ManagementConfig.cs b/src/Management/test/EndpointWeb.Net4Test/ManagementConfig.cs index a8ff1ab8a..cecbc4c24 100644 --- a/src/Management/test/EndpointWeb.Net4Test/ManagementConfig.cs +++ b/src/Management/test/EndpointWeb.Net4Test/ManagementConfig.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Management/test/EndpointWeb.Net4Test/StringExtensionsTest.cs b/src/Management/test/EndpointWeb.Net4Test/StringExtensionsTest.cs index c1cb755a8..3fd540a57 100644 --- a/src/Management/test/EndpointWeb.Net4Test/StringExtensionsTest.cs +++ b/src/Management/test/EndpointWeb.Net4Test/StringExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.Management.Endpoint; using System; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/Settings.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/Settings.cs index 30d6f5428..f600a3a9f 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/Settings.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/Settings.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Linq; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestHttpClient.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestHttpClient.cs index f17475d47..3e6aef2c5 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestHttpClient.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestHttpClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Moq; using Steeltoe.Management.Endpoint.Module; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestRequest.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestRequest.cs index 5a575f961..311bff5e3 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestRequest.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestResponse.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestResponse.cs index 2f820e9b7..5a5cc689c 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestResponse.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Specialized; using System.Net; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestServer.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestServer.cs index 6dc31f0aa..de550fe37 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestServer.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestServer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Moq; using Steeltoe.Management.Endpoint; diff --git a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestUser.cs b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestUser.cs index a62f1fce9..053f48793 100644 --- a/src/Management/test/EndpointWeb.Net4Test/TestServer/TestUser.cs +++ b/src/Management/test/EndpointWeb.Net4Test/TestServer/TestUser.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/ApplicationTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/ApplicationTest.cs index 808cf617a..e2027a982 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/ApplicationTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/ApplicationTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/BaseTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/BaseTest.cs index a33eda2c7..56039b847 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/BaseTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/BaseTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using OpenCensus.Stats; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporterTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporterTest.cs index da8b0320a..d59ae9ba2 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporterTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderExporterTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptionsTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptionsTest.cs index 2060ec4d1..96eac9ad0 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptionsTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/CloudFoundryForwarderOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/InstanceTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/InstanceTest.cs index 0f7257fce..d1deb000b 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/InstanceTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/InstanceTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MessageTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MessageTest.cs index bc08a09e0..56602c8e4 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MessageTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MessageTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MetricTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MetricTest.cs index 29791a545..e802ced5a 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MetricTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MetricTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using Xunit; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MicrometerMetricWriterTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MicrometerMetricWriterTest.cs index c7e645262..77208fdbe 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MicrometerMetricWriterTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/MicrometerMetricWriterTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/OpenCensusStats.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/OpenCensusStats.cs index 7d39ee3e4..e07e512bc 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/OpenCensusStats.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/OpenCensusStats.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using Steeltoe.Management.Census.Stats; diff --git a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/SpringBootMetricWriterTest.cs b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/SpringBootMetricWriterTest.cs index d874a1785..afd56736c 100644 --- a/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/SpringBootMetricWriterTest.cs +++ b/src/Management/test/ExporterBase.Test/Metrics/CloudFoundryForwarder/SpringBootMetricWriterTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Stats; using OpenCensus.Stats.Aggregations; diff --git a/src/Management/test/ExporterBase.Test/Tracing/Zipkin/TraceExporterOptionsTest.cs b/src/Management/test/ExporterBase.Test/Tracing/Zipkin/TraceExporterOptionsTest.cs index 484a4086c..056fb3062 100644 --- a/src/Management/test/ExporterBase.Test/Tracing/Zipkin/TraceExporterOptionsTest.cs +++ b/src/Management/test/ExporterBase.Test/Tracing/Zipkin/TraceExporterOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/test/ExporterCore.Test/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensionsTest.cs b/src/Management/test/ExporterCore.Test/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensionsTest.cs index cfe5aa695..0351bd051 100644 --- a/src/Management/test/ExporterCore.Test/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensionsTest.cs +++ b/src/Management/test/ExporterCore.Test/Tracing/Zipkin/ZipkinExporterServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Management/test/TaskCore.Test/TaskRunTest.cs b/src/Management/test/TaskCore.Test/TaskRunTest.cs index 49dd1270e..980a5fbc7 100644 --- a/src/Management/test/TaskCore.Test/TaskRunTest.cs +++ b/src/Management/test/TaskCore.Test/TaskRunTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; diff --git a/src/Management/test/TaskCore.Test/TestServerStartup.cs b/src/Management/test/TaskCore.Test/TestServerStartup.cs index 3767837ee..5105e8789 100644 --- a/src/Management/test/TaskCore.Test/TestServerStartup.cs +++ b/src/Management/test/TaskCore.Test/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/src/Management/test/TracingBase.Test/Observer/AbstractObserverTest.cs b/src/Management/test/TracingBase.Test/Observer/AbstractObserverTest.cs index 568901bbe..38c24bf75 100644 --- a/src/Management/test/TracingBase.Test/Observer/AbstractObserverTest.cs +++ b/src/Management/test/TracingBase.Test/Observer/AbstractObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using OpenCensus.Trace; diff --git a/src/Management/test/TracingBase.Test/Observer/HttpClientCoreObserverTest.cs b/src/Management/test/TracingBase.Test/Observer/HttpClientCoreObserverTest.cs index fcd112b42..721386320 100644 --- a/src/Management/test/TracingBase.Test/Observer/HttpClientCoreObserverTest.cs +++ b/src/Management/test/TracingBase.Test/Observer/HttpClientCoreObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using OpenCensus.Trace; diff --git a/src/Management/test/TracingBase.Test/Observer/HttpClientDesktopObserverTest.cs b/src/Management/test/TracingBase.Test/Observer/HttpClientDesktopObserverTest.cs index 4b8c7e122..2852e5836 100644 --- a/src/Management/test/TracingBase.Test/Observer/HttpClientDesktopObserverTest.cs +++ b/src/Management/test/TracingBase.Test/Observer/HttpClientDesktopObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using OpenCensus.Trace; diff --git a/src/Management/test/TracingBase.Test/OpernCensusTracingTest.cs b/src/Management/test/TracingBase.Test/OpernCensusTracingTest.cs index 15d7ea004..7639e672a 100644 --- a/src/Management/test/TracingBase.Test/OpernCensusTracingTest.cs +++ b/src/Management/test/TracingBase.Test/OpernCensusTracingTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using OpenCensus.Trace; diff --git a/src/Management/test/TracingBase.Test/TracingLogProcessorTest.cs b/src/Management/test/TracingBase.Test/TracingLogProcessorTest.cs index c73b4d0dd..4381d570b 100644 --- a/src/Management/test/TracingBase.Test/TracingLogProcessorTest.cs +++ b/src/Management/test/TracingBase.Test/TracingLogProcessorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using OpenCensus.Trace; diff --git a/src/Management/test/TracingBase.Test/TracingOptionsTest.cs b/src/Management/test/TracingBase.Test/TracingOptionsTest.cs index d57db54fb..76b9deb83 100644 --- a/src/Management/test/TracingBase.Test/TracingOptionsTest.cs +++ b/src/Management/test/TracingBase.Test/TracingOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using System; diff --git a/src/Management/test/TracingCore.Test/Observer/AspNetCoreHostingObserverTest.cs b/src/Management/test/TracingCore.Test/Observer/AspNetCoreHostingObserverTest.cs index bec5398d4..b4f671bca 100644 --- a/src/Management/test/TracingCore.Test/Observer/AspNetCoreHostingObserverTest.cs +++ b/src/Management/test/TracingCore.Test/Observer/AspNetCoreHostingObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Primitives; diff --git a/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcActionObserverTest.cs b/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcActionObserverTest.cs index bfb9d5096..35d4c8c26 100644 --- a/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcActionObserverTest.cs +++ b/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcActionObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Abstractions; diff --git a/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcViewObserverTest.cs b/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcViewObserverTest.cs index 9e76b2fbb..75ee48528 100644 --- a/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcViewObserverTest.cs +++ b/src/Management/test/TracingCore.Test/Observer/AspNetCoreMvcViewObserverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Controllers; diff --git a/src/Management/test/TracingCore.Test/TestBase.cs b/src/Management/test/TracingCore.Test/TestBase.cs index c74194700..10660945c 100644 --- a/src/Management/test/TracingCore.Test/TestBase.cs +++ b/src/Management/test/TracingCore.Test/TestBase.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using OpenCensus.Trace; diff --git a/src/Management/test/TracingCore.Test/TracingServiceCollectionExtensionsTest.cs b/src/Management/test/TracingCore.Test/TracingServiceCollectionExtensionsTest.cs index f4aa1931e..97870289c 100644 --- a/src/Management/test/TracingCore.Test/TracingServiceCollectionExtensionsTest.cs +++ b/src/Management/test/TracingCore.Test/TracingServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Security/src/Authentication.CloudFoundryBase/AuthServerOptions.cs b/src/Security/src/Authentication.CloudFoundryBase/AuthServerOptions.cs index 45a72c38f..09ca3c8a4 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/AuthServerOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/AuthServerOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.Authentication.CloudFoundry { diff --git a/src/Security/src/Authentication.CloudFoundryBase/CheckTokenResponse.cs b/src/Security/src/Authentication.CloudFoundryBase/CheckTokenResponse.cs index e5fa9ade5..b2619ce01 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/CheckTokenResponse.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/CheckTokenResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryDefaults.cs b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryDefaults.cs index 6944f4ef2..5946be047 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryDefaults.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryDefaults.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryHelper.cs b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryHelper.cs index dcd65d931..8aaa04cce 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryHelper.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryHelper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; #if NETSTANDARD2_0 diff --git a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenKeyResolver.cs b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenKeyResolver.cs index 2115a0ca7..711c6240f 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenKeyResolver.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenKeyResolver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using Steeltoe.Common; diff --git a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenValidator.cs b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenValidator.cs index 191b20ac2..21af4abc9 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenValidator.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/CloudFoundryTokenValidator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using System.Collections.Generic; diff --git a/src/Security/src/Authentication.CloudFoundryBase/OpenIdTokenResponse.cs b/src/Security/src/Authentication.CloudFoundryBase/OpenIdTokenResponse.cs index 95fc840e8..272221c83 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/OpenIdTokenResponse.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/OpenIdTokenResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/Authentication.CloudFoundryBase/Properties/AssemblyInfo.cs b/src/Security/src/Authentication.CloudFoundryBase/Properties/AssemblyInfo.cs index cc0c4cbd7..666bd0f45 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/Properties/AssemblyInfo.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Security/src/Authentication.CloudFoundryBase/TokenExchanger.cs b/src/Security/src/Authentication.CloudFoundryBase/TokenExchanger.cs index b6ecb9ff2..fa70ff2d0 100644 --- a/src/Security/src/Authentication.CloudFoundryBase/TokenExchanger.cs +++ b/src/Security/src/Authentication.CloudFoundryBase/TokenExchanger.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.IdentityModel.Protocols.OpenIdConnect; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryClaimActionExtensions.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryClaimActionExtensions.cs index 8dcb453cf..f20592460 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryClaimActionExtensions.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryClaimActionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.OAuth.Claims; using System; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryExtensions.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryExtensions.cs index a951b59a7..9e24c60e4 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryExtensions.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.JwtBearer; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerConfigurer.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerConfigurer.cs index bf3815f44..9efa522a2 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerOptions.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerOptions.cs index 91d1c044d..38966eb69 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryJwtBearerOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.JwtBearer; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthConfigurer.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthConfigurer.cs index 0442bdf4a..a35c7d4c3 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthHandler.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthHandler.cs index be67bebca..7aed961d4 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthHandler.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.OAuth; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthOptions.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthOptions.cs index 25ca12137..927f34592 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOAuthOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectConfigurer.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectConfigurer.cs index f251edcb7..a7fc5e217 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.OpenIdConnect; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectOptions.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectOptions.cs index a57a12aa8..4eddc8749 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryOpenIdConnectOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OpenIdConnect; diff --git a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryScopeClaimAction.cs b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryScopeClaimAction.cs index 0e1efa0d1..11a886b0f 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryScopeClaimAction.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/CloudFoundryScopeClaimAction.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.OAuth.Claims; #if NETSTANDARD2_0 diff --git a/src/Security/src/Authentication.CloudFoundryCore/Properties/AssemblyInfo.cs b/src/Security/src/Authentication.CloudFoundryCore/Properties/AssemblyInfo.cs index 334c6e77d..5334be7f7 100644 --- a/src/Security/src/Authentication.CloudFoundryCore/Properties/AssemblyInfo.cs +++ b/src/Security/src/Authentication.CloudFoundryCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/CloudFoundryExtensions.cs b/src/Security/src/Authentication.CloudFoundryOwin/CloudFoundryExtensions.cs index 7d9bcf078..51e47bfd5 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/CloudFoundryExtensions.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/CloudFoundryExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/Constants.cs b/src/Security/src/Authentication.CloudFoundryOwin/Constants.cs index 5ae605fed..5aa58f549 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/Constants.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/Constants.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/ForwardedProtocolMiddleware.cs b/src/Security/src/Authentication.CloudFoundryOwin/ForwardedProtocolMiddleware.cs index 782d7f313..4e0afacd5 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/ForwardedProtocolMiddleware.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/ForwardedProtocolMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using System.Threading.Tasks; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtBearerAuthenticationOptions.cs b/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtBearerAuthenticationOptions.cs index 4b4bbfcc8..b92db9431 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtBearerAuthenticationOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtBearerAuthenticationOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Security.Jwt; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtOwinConfigurer.cs b/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtOwinConfigurer.cs index 2032a4ffc..25d00d76f 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtOwinConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/JwtBearer/CloudFoundryJwtOwinConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationHandler.cs b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationHandler.cs index 29686622e..176f8a3b4 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationHandler.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs index 188f3683e..13da1989c 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectAuthenticationMiddleware.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Microsoft.Owin.Security; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectConfigurer.cs b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectConfigurer.cs index 4e9a07c25..de84ddb12 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectOptions.cs b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectOptions.cs index 0efb2466e..8e44e7314 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/OpenIdConnect/OpenIdConnectOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.Owin; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/Properties/AssemblyInfo.cs b/src/Security/src/Authentication.CloudFoundryOwin/Properties/AssemblyInfo.cs index 9480790c8..a933f4e23 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/Properties/AssemblyInfo.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Security/src/Authentication.CloudFoundryOwin/UriUtility.cs b/src/Security/src/Authentication.CloudFoundryOwin/UriUtility.cs index 9a14a3cc5..a9d80283b 100644 --- a/src/Security/src/Authentication.CloudFoundryOwin/UriUtility.cs +++ b/src/Security/src/Authentication.CloudFoundryOwin/UriUtility.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Microsoft.Owin.Infrastructure; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryClientTokenResolver.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryClientTokenResolver.cs index 7a477d592..934cf9057 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryClientTokenResolver.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryClientTokenResolver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json.Linq; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryExtensions.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryExtensions.cs index ed909bc9e..c0855a66d 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryExtensions.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryJwt.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryJwt.cs index 81a244ae5..16cc3ca1a 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryJwt.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryJwt.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptions.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptions.cs index 6bba795fe..96b2fbb16 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptions.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptionsConfigurer.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptionsConfigurer.cs index cff35d23e..9aee41fed 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptionsConfigurer.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryOptionsConfigurer.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryTokenKeyResolver.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryTokenKeyResolver.cs index 435beaa13..797e9021b 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryTokenKeyResolver.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryTokenKeyResolver.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using Steeltoe.Common.Http; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryWcfTokenValidator.cs b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryWcfTokenValidator.cs index 13c8e58c6..74e3ccc6f 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryWcfTokenValidator.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/CloudFoundryWcfTokenValidator.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Microsoft.IdentityModel.Tokens; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/JsonWebKeySetEx.cs b/src/Security/src/Authentication.CloudFoundryWcf/JsonWebKeySetEx.cs index 8a5dd7d3b..80902debc 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/JsonWebKeySetEx.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/JsonWebKeySetEx.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using System; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/JwtAuthorizationManager.cs b/src/Security/src/Authentication.CloudFoundryWcf/JwtAuthorizationManager.cs index 90c2c0bbd..e6ac54248 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/JwtAuthorizationManager.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/JwtAuthorizationManager.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Net; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderEndpointBehavior.cs b/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderEndpointBehavior.cs index bc82333d4..a8a448254 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderEndpointBehavior.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderEndpointBehavior.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Configuration; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderMessageInspector.cs b/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderMessageInspector.cs index 3d5170444..4292efc85 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderMessageInspector.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/JwtHeaderMessageInspector.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Net.Http; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/PrincipalPermissionEnvAttribute.cs b/src/Security/src/Authentication.CloudFoundryWcf/PrincipalPermissionEnvAttribute.cs index b35519f5d..7c27ce54b 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/PrincipalPermissionEnvAttribute.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/PrincipalPermissionEnvAttribute.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Security; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/Properties/AssemblyInfo.cs b/src/Security/src/Authentication.CloudFoundryWcf/Properties/AssemblyInfo.cs index bdb2596ff..580aa1755 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/Properties/AssemblyInfo.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/ScopePermission.cs b/src/Security/src/Authentication.CloudFoundryWcf/ScopePermission.cs index ef0e35f31..6663b46b7 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/ScopePermission.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/ScopePermission.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Security; diff --git a/src/Security/src/Authentication.CloudFoundryWcf/ScopePermissionAttribute.cs b/src/Security/src/Authentication.CloudFoundryWcf/ScopePermissionAttribute.cs index 39b751143..0b13f1d5a 100644 --- a/src/Security/src/Authentication.CloudFoundryWcf/ScopePermissionAttribute.cs +++ b/src/Security/src/Authentication.CloudFoundryWcf/ScopePermissionAttribute.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Security; diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubClient.cs b/src/Security/src/DataProtection.CredHubBase/CredHubClient.cs index f1cd8274b..48629d969 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubClient.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Logging; using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubEnums.cs b/src/Security/src/DataProtection.CredHubBase/CredHubEnums.cs index 1e9191cd0..a4af2c73b 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubEnums.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubEnums.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubException.cs b/src/Security/src/DataProtection.CredHubBase/CredHubException.cs index c1536a2ea..8c3400634 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubException.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubException.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubGenerateRequest.cs b/src/Security/src/DataProtection.CredHubBase/CredHubGenerateRequest.cs index 722df3f9d..7af04fb6a 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubGenerateRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubGenerateRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubOptions.cs b/src/Security/src/DataProtection.CredHubBase/CredHubOptions.cs index 427790b25..07947f659 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubOptions.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubOptions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Security/src/DataProtection.CredHubBase/CredHubServerInfo.cs b/src/Security/src/DataProtection.CredHubBase/CredHubServerInfo.cs index 2d45ed785..620f8341c 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredHubServerInfo.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredHubServerInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/CredentialFindResponse.cs b/src/Security/src/DataProtection.CredHubBase/CredentialFindResponse.cs index 4b5d62f5a..52f0cfa46 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredentialFindResponse.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredentialFindResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/CredentialPath.cs b/src/Security/src/DataProtection.CredHubBase/CredentialPath.cs index 91425ed8c..d8154e6e3 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredentialPath.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredentialPath.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/CredentialPathsResponse.cs b/src/Security/src/DataProtection.CredHubBase/CredentialPathsResponse.cs index abb7c9dc4..28f4193db 100644 --- a/src/Security/src/DataProtection.CredHubBase/CredentialPathsResponse.cs +++ b/src/Security/src/DataProtection.CredHubBase/CredentialPathsResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateCredential.cs index 239e1c0c1..16e8d36b0 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationParameters.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationParameters.cs index 225e83392..8b1bfd831 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationParameters.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationParameters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationRequest.cs index 807fe66e0..25ba5777a 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateGenerationRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateSetRequest.cs index 9cdd7b084..6bf7ecdc5 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/CertificateSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/RegeneratedCertificates.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/RegeneratedCertificates.cs index 246b9177f..869542992 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/RegeneratedCertificates.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Certificate/RegeneratedCertificates.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubBaseObject.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubBaseObject.cs index 6a2e31ddb..e38a85105 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubBaseObject.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubBaseObject.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Converters; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubCredential.cs index f74a4237e..410ee2760 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubResponse.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubResponse.cs index bfbd7493e..ce3951785 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubResponse.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/CredHubResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/CredentialSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/CredentialSetRequest.cs index 71a22a6af..804f6ed31 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/CredentialSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/CredentialSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/ICredentialParameter.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/ICredentialParameter.cs index d567d55b8..995991318 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/ICredentialParameter.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/ICredentialParameter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonCredential.cs index 533b0e482..f6f3b3c1d 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonSetRequest.cs index d90835cbe..e55634107 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/JSON/JsonSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json.Linq; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/KeyPairCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/KeyPairCredential.cs index 74f5b1954..5ecb0aca9 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/KeyPairCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/KeyPairCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/KeyParameters.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/KeyParameters.cs index 424299034..fcd07e73c 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/KeyParameters.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/KeyParameters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordCredential.cs index e69865c68..2c6ec37e1 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationParameters.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationParameters.cs index 09bc43c68..52fb3b007 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationParameters.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationParameters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationRequest.cs index 0e2a73e6b..3d9d7863a 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordGenerationRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordSetRequest.cs index e0d089a60..c0ae8e1db 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Password/PasswordSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermission.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermission.cs index 86001eb60..b54ff1fcd 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermission.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermission.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermissions.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermissions.cs index a56f27829..9e6cf9eed 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermissions.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Permissions/CredentialPermissions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaCredential.cs index 0c5d3bd92..1b5efd1ff 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaGenerationRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaGenerationRequest.cs index 5549da188..7bc2d5da0 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaGenerationRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaGenerationRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaSetRequest.cs index f05c6076c..028d6c876 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/RSA/RsaSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshCredential.cs index 5e7669c4c..5991b2812 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationParameters.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationParameters.cs index b33e57a02..95610d652 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationParameters.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationParameters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationRequest.cs index 656480a86..57198a460 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshGenerationRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshSetRequest.cs index 429aa9858..9c4c2a070 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/SSH/SshSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/StringCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/StringCredential.cs index fce44f106..d2e682cd9 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/StringCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/StringCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserCredential.cs index 3c87350e9..599954f35 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationParameters.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationParameters.cs index 0532e8a80..f9705254c 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationParameters.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationParameters.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationRequest.cs index 8835685b2..39e7d368c 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserGenerationRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserSetRequest.cs index afa66ef3a..d2e16a1d6 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/User/UserSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/JsonCredentialJsonConverter.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/JsonCredentialJsonConverter.cs index 188737e18..51252d026 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/JsonCredentialJsonConverter.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/JsonCredentialJsonConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/StringCredentialJsonConverter.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/StringCredentialJsonConverter.cs index ad6190c0d..bfdbf324e 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/StringCredentialJsonConverter.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Utilities/StringCredentialJsonConverter.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using System; diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueCredential.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueCredential.cs index 923a3d316..439e5f2e8 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueSetRequest.cs b/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueSetRequest.cs index 4d10b85d5..576dc14b4 100644 --- a/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueSetRequest.cs +++ b/src/Security/src/DataProtection.CredHubBase/Credentials/Value/ValueSetRequest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/FoundCredential.cs b/src/Security/src/DataProtection.CredHubBase/FoundCredential.cs index a6b4f457f..99acce6b7 100644 --- a/src/Security/src/DataProtection.CredHubBase/FoundCredential.cs +++ b/src/Security/src/DataProtection.CredHubBase/FoundCredential.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; diff --git a/src/Security/src/DataProtection.CredHubBase/ICredHubClient.cs b/src/Security/src/DataProtection.CredHubBase/ICredHubClient.cs index e5c40cde0..f4c3a67a2 100644 --- a/src/Security/src/DataProtection.CredHubBase/ICredHubClient.cs +++ b/src/Security/src/DataProtection.CredHubBase/ICredHubClient.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Security/src/DataProtection.CredHubBase/ICredentialValue.cs b/src/Security/src/DataProtection.CredHubBase/ICredentialValue.cs index 2e76acde0..4e74f6d92 100644 --- a/src/Security/src/DataProtection.CredHubBase/ICredentialValue.cs +++ b/src/Security/src/DataProtection.CredHubBase/ICredentialValue.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.DataProtection.CredHub { diff --git a/src/Security/src/DataProtection.CredHubCore/CredHubHostBuilderExtensions.cs b/src/Security/src/DataProtection.CredHubCore/CredHubHostBuilderExtensions.cs index f08479460..4ee1d4f3c 100644 --- a/src/Security/src/DataProtection.CredHubCore/CredHubHostBuilderExtensions.cs +++ b/src/Security/src/DataProtection.CredHubCore/CredHubHostBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; diff --git a/src/Security/src/DataProtection.CredHubCore/CredHubServiceCollectionExtensions.cs b/src/Security/src/DataProtection.CredHubCore/CredHubServiceCollectionExtensions.cs index 275c998b2..c971d98f4 100644 --- a/src/Security/src/DataProtection.CredHubCore/CredHubServiceCollectionExtensions.cs +++ b/src/Security/src/DataProtection.CredHubCore/CredHubServiceCollectionExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Security/src/DataProtection.RedisCore/CloudFoundryRedisXmlRepository.cs b/src/Security/src/DataProtection.RedisCore/CloudFoundryRedisXmlRepository.cs index b9033ccdc..1e4047fbc 100644 --- a/src/Security/src/DataProtection.RedisCore/CloudFoundryRedisXmlRepository.cs +++ b/src/Security/src/DataProtection.RedisCore/CloudFoundryRedisXmlRepository.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.DataProtection.StackExchangeRedis; using StackExchange.Redis; diff --git a/src/Security/src/DataProtection.RedisCore/Properties/AssemblyInfo.cs b/src/Security/src/DataProtection.RedisCore/Properties/AssemblyInfo.cs index 15f317906..345a031af 100644 --- a/src/Security/src/DataProtection.RedisCore/Properties/AssemblyInfo.cs +++ b/src/Security/src/DataProtection.RedisCore/Properties/AssemblyInfo.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Runtime.CompilerServices; diff --git a/src/Security/src/DataProtection.RedisCore/RedisDataProtectionBuilderExtensions.cs b/src/Security/src/DataProtection.RedisCore/RedisDataProtectionBuilderExtensions.cs index c180771bb..4576300d2 100644 --- a/src/Security/src/DataProtection.RedisCore/RedisDataProtectionBuilderExtensions.cs +++ b/src/Security/src/DataProtection.RedisCore/RedisDataProtectionBuilderExtensions.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.DataProtection; using Microsoft.AspNetCore.DataProtection.KeyManagement; diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryHelperTest.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryHelperTest.cs index 6e23c54b2..27889d01e 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryHelperTest.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryHelperTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if !NETCOREAPP3_0 using Newtonsoft.Json.Linq; diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenKeyResolverTest.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenKeyResolverTest.cs index 82d4477ce..5122581c4 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenKeyResolverTest.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenKeyResolverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using System; diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenValidatorTest.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenValidatorTest.cs index 7ef697d0a..436304b49 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenValidatorTest.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/CloudFoundryTokenValidatorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/TestHelpers.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/TestHelpers.cs index dd2829fcb..973a3d77a 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/TestHelpers.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/TestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. namespace Steeltoe.Security.Authentication.CloudFoundry.Test { diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/TestMessageHandler.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/TestMessageHandler.cs index fc2a59f76..7fd64bd4e 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/TestMessageHandler.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/TestMessageHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Net.Http; using System.Threading; diff --git a/src/Security/test/Authentication.CloudFoundryBase.Test/TokenExchangerTest.cs b/src/Security/test/Authentication.CloudFoundryBase.Test/TokenExchangerTest.cs index 1f9669b5d..6b5791bb5 100644 --- a/src/Security/test/Authentication.CloudFoundryBase.Test/TokenExchangerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryBase.Test/TokenExchangerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Protocols.OpenIdConnect; using RichardSzalay.MockHttp; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryClaimActionExtensionsTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryClaimActionExtensionsTest.cs index ba93ccee5..05960dd36 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryClaimActionExtensionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryClaimActionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.OAuth.Claims; using System.Linq; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryExtensionsTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryExtensionsTest.cs index c65728f79..000464bb7 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryExtensionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerConfigurerTest.cs index 3e658334e..2fd1b2416 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.JwtBearer; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerOptionsTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerOptionsTest.cs index a2d793317..a73e21795 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerOptionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryJwtBearerOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Xunit; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthConfigurerTest.cs index 116798a2d..113baecdf 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Http; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthHandlerTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthHandlerTest.cs index ce8298814..bb5fab971 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthHandlerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthHandlerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.OAuth; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthOptionsTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthOptionsTest.cs index a43c6e2b4..c195f2d9e 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthOptionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOAuthOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Http; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectConfigurerTest.cs index 2b8534b16..f2c2cf3a6 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.OpenIdConnect; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectOptionsTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectOptionsTest.cs index d142e5738..4da47f94d 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectOptionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryOpenIdConnectOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Http; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryScopeClaimActionTest.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryScopeClaimActionTest.cs index 7820f8458..978489ace 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryScopeClaimActionTest.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/CloudFoundryScopeClaimActionTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. #if !NETCOREAPP3_0 using Newtonsoft.Json.Linq; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/MonitorWrapper.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/MonitorWrapper.cs index bbb243150..afc327b1b 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/MonitorWrapper.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/MonitorWrapper.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Options; using System; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/MyTestCloudFoundryHandler.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/MyTestCloudFoundryHandler.cs index d6bd55c56..c1b6f2394 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/MyTestCloudFoundryHandler.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/MyTestCloudFoundryHandler.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.OAuth; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/TestClock.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/TestClock.cs index 3673f4ba6..8ff6d4f45 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/TestClock.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/TestClock.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using System; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/TestResponse.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/TestResponse.cs index 8b38c2837..e2e54d16d 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/TestResponse.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/TestResponse.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Features; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerJwtStartup.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerJwtStartup.cs index 1733a7872..a55927406 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerJwtStartup.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerJwtStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.JwtBearer; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerOpenIdStartup.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerOpenIdStartup.cs index bd02c137c..7a54c47e1 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerOpenIdStartup.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerOpenIdStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; diff --git a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerStartup.cs b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerStartup.cs index 8c6dc65d5..7136080d0 100644 --- a/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerStartup.cs +++ b/src/Security/test/Authentication.CloudFoundryCore.Test/TestServerStartup.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/IAppBuilderExtensionsTest.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/IAppBuilderExtensionsTest.cs index f1a0d619a..f874b2279 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/IAppBuilderExtensionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/IAppBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Owin.Builder; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/Jwt/CloudFoundryJwtOwinConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/Jwt/CloudFoundryJwtOwinConfigurerTest.cs index 10794f8e0..89e33d9ab 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/Jwt/CloudFoundryJwtOwinConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/Jwt/CloudFoundryJwtOwinConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using Xunit; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectConfigurerTest.cs index 8858b8d3e..1906ea2b2 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Steeltoe.CloudFoundry.Connector.Services; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectOptionsTest.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectOptionsTest.cs index 0dddeb93f..9ee89e28a 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectOptionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OpenIdConnect/OpenIdConnectOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin.Security; using Xunit; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OwinTestHelpers.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OwinTestHelpers.cs index 51f717ba7..c287ca5fc 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OwinTestHelpers.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/OwinTestHelpers.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using Moq; diff --git a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/UriUtilityTest.cs b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/UriUtilityTest.cs index fb577ce0d..b221e8872 100644 --- a/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/UriUtilityTest.cs +++ b/src/Security/test/Authentication.CloudFoundryOwin.Net4Test/UriUtilityTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Owin; using System.Net; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryClientTokenResolverTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryClientTokenResolverTest.cs index 7974ead6d..58a01d56a 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryClientTokenResolverTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryClientTokenResolverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using RichardSzalay.MockHttp; using System; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryJwtTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryJwtTest.cs index 6d966cbcb..17467af2f 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryJwtTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryJwtTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsConfigurerTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsConfigurerTest.cs index 15f890cec..8207e06c2 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsConfigurerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsConfigurerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Steeltoe.CloudFoundry.Connector.Services; using System; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsTest.cs index 98112f295..5c6842c29 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryOptionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using Xunit; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryTokenKeyResolverTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryTokenKeyResolverTest.cs index 9cb22fd7f..116327bf9 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryTokenKeyResolverTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/CloudFoundryTokenKeyResolverTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using RichardSzalay.MockHttp; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtAuthorizationManagerTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtAuthorizationManagerTest.cs index 527cf3dd9..0883cadda 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtAuthorizationManagerTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtAuthorizationManagerTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.IdentityModel.Tokens; using RichardSzalay.MockHttp; diff --git a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtHeaderMessageInspectorTest.cs b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtHeaderMessageInspectorTest.cs index dbf783458..fc89aa87e 100644 --- a/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtHeaderMessageInspectorTest.cs +++ b/src/Security/test/Authentication.CloudFoundryWcf.Net4Test/JwtHeaderMessageInspectorTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Moq; using RichardSzalay.MockHttp; diff --git a/src/Security/test/DataProtection.CredHubBase.Test/CredHubClientTests.cs b/src/Security/test/DataProtection.CredHubBase.Test/CredHubClientTests.cs index 5ffacad1d..3b3c60b70 100644 --- a/src/Security/test/DataProtection.CredHubBase.Test/CredHubClientTests.cs +++ b/src/Security/test/DataProtection.CredHubBase.Test/CredHubClientTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json.Linq; using RichardSzalay.MockHttp; diff --git a/src/Security/test/DataProtection.CredHubBase.Test/CredentialJsonConverterTests.cs b/src/Security/test/DataProtection.CredHubBase.Test/CredentialJsonConverterTests.cs index 65fa2a161..f3deff893 100644 --- a/src/Security/test/DataProtection.CredHubBase.Test/CredentialJsonConverterTests.cs +++ b/src/Security/test/DataProtection.CredHubBase.Test/CredentialJsonConverterTests.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Newtonsoft.Json; using Xunit; diff --git a/src/Security/test/DataProtection.CredHubCore.Test/CredHubHostBuilderExtensionsTest.cs b/src/Security/test/DataProtection.CredHubCore.Test/CredHubHostBuilderExtensionsTest.cs index 19a81dae7..c5ef7cd63 100644 --- a/src/Security/test/DataProtection.CredHubCore.Test/CredHubHostBuilderExtensionsTest.cs +++ b/src/Security/test/DataProtection.CredHubCore.Test/CredHubHostBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; diff --git a/src/Security/test/DataProtection.CredHubCore.Test/CredHubServiceCollectionExtensionsTest.cs b/src/Security/test/DataProtection.CredHubCore.Test/CredHubServiceCollectionExtensionsTest.cs index 71f15d7fd..677193327 100644 --- a/src/Security/test/DataProtection.CredHubCore.Test/CredHubServiceCollectionExtensionsTest.cs +++ b/src/Security/test/DataProtection.CredHubCore.Test/CredHubServiceCollectionExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Security/test/DataProtection.RedisCore.Test/RedisDataProtectionBuilderExtensionsTest.cs b/src/Security/test/DataProtection.RedisCore.Test/RedisDataProtectionBuilderExtensionsTest.cs index 63cc49961..7ce048d79 100644 --- a/src/Security/test/DataProtection.RedisCore.Test/RedisDataProtectionBuilderExtensionsTest.cs +++ b/src/Security/test/DataProtection.RedisCore.Test/RedisDataProtectionBuilderExtensionsTest.cs @@ -1,16 +1,6 @@ -// Copyright 2017 the original author or authors. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// https://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the Apache 2.0 License. +// See the LICENSE file in the project root for more information. using Microsoft.AspNetCore.DataProtection; using System; diff --git a/stylecop.json b/stylecop.json index 6749a5cd9..c7701c996 100644 --- a/stylecop.json +++ b/stylecop.json @@ -2,11 +2,8 @@ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "documentationRules": { - "copyrightText": "Copyright {copyrightYear} the original author or authors.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", + "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the Apache 2.0 License.\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, - "variables": { - "copyrightYear": "2017" - }, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false