From e1a5fa5bc6ff5675afd3336a65038dbd56d58fb9 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Wed, 31 Aug 2022 18:11:05 -0700 Subject: [PATCH] Fix licence headers. Signed-off-by: Yury-Fridlyand --- .../OpenSearch.OpenSearch.Ephemeral/ClusterAuthentication.cs | 3 ++- .../src/OpenSearch.OpenSearch.Ephemeral/ClusterFeatures.cs | 3 ++- .../src/OpenSearch.OpenSearch.Ephemeral/EphemeralCluster.cs | 3 ++- .../EphemeralClusterComposer.cs | 3 ++- .../EphemeralClusterConfiguration.cs | 3 ++- .../src/OpenSearch.OpenSearch.Ephemeral/EphemeralFileSystem.cs | 3 ++- .../src/OpenSearch.OpenSearch.Ephemeral/IEphemeralCluster.cs | 3 ++- .../Plugins/OpenSearchPlugins.cs | 3 ++- .../src/OpenSearch.OpenSearch.Ephemeral/SecurityRealms.cs | 3 ++- .../CleanUpDirectoriesAfterNodeStopped.cs | 3 ++- .../Tasks/BeforeStartNodeTasks/CacheOpenSearchInstallation.cs | 3 ++- .../Tasks/BeforeStartNodeTasks/CreateEphemeralDirectory.cs | 3 ++- .../Tasks/BeforeStartNodeTasks/PrintYamlContents.cs | 3 ++- .../Tasks/IClusterComposeTask.cs | 3 ++- .../InstallationTasks/CopyCachedOpenSearchInstallation.cs | 3 ++- .../Tasks/InstallationTasks/CreateLocalApplicationDirectory.cs | 3 ++- .../Tasks/InstallationTasks/DownloadOpenSearchVersion.cs | 3 ++- .../EnsureJavaHomeEnvironmentVariableIsSet.cs | 3 ++- .../Tasks/InstallationTasks/InitialConfiguration.cs | 3 ++- .../Tasks/InstallationTasks/InitialConfigurationOpenDistro.cs | 3 ++- .../Tasks/InstallationTasks/InitialConfigurationOpenSearch.cs | 3 ++- .../Tasks/InstallationTasks/InstallPlugins.cs | 3 ++- .../Tasks/InstallationTasks/PrintConfiguration.cs | 3 ++- .../Tasks/InstallationTasks/SetOpenSearchBundledJdkJavaHome.cs | 3 ++- .../Tasks/InstallationTasks/UnzipOpenSearch.cs | 3 ++- .../Tasks/ValidationTasks/ValidateClusterStateTask.cs | 3 ++- .../Tasks/ValidationTasks/ValidatePluginsTask.cs | 3 ++- .../Tasks/ValidationTasks/ValidateRunningVersion.cs | 3 ++- .../EphemeralClusterTests.cs | 3 ++- abstractions/src/OpenSearch.OpenSearch.Managed/ClusterBase.cs | 3 ++- .../Configuration/ClusterConfiguration.cs | 3 ++- .../Configuration/NodeConfiguration.cs | 3 ++- .../OpenSearch.OpenSearch.Managed/Configuration/NodeSetting.cs | 3 ++- .../Configuration/NodeSettings.cs | 3 ++- .../ConsoleWriters/ConsoleLineWriter.cs | 3 ++- .../ConsoleWriters/ExceptionLineParser.cs | 3 ++- .../ConsoleWriters/IConsoleLineWriter.cs | 3 ++- .../ConsoleWriters/LineHighlightWriter.cs | 3 ++- .../ConsoleWriters/LineOutParser.cs | 3 ++- .../ConsoleWriters/NoopConsoleLineWriter.cs | 3 ++- .../FileSystem/INodeFileSystem.cs | 3 ++- .../OpenSearch.OpenSearch.Managed/FileSystem/NodeFileSystem.cs | 3 ++- .../OpenSearchCleanExitException.cs | 3 ++- .../src/OpenSearch.OpenSearch.Managed/OpenSearchCluster.cs | 3 ++- .../src/OpenSearch.OpenSearch.Managed/OpenSearchNode.cs | 3 ++- .../OpenSearchXunitConfigurationAttribute.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunOptions.cs | 3 ++- .../src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunner.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/PrintXunitAfterStartedTask.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/Sdk/ForEachAsyncExtensions.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFramework.cs | 3 ++- .../Sdk/OpenSearchTestFrameworkDiscoverer.cs | 3 ++- .../src/OpenSearch.OpenSearch.Xunit/Sdk/TestAssemblyRunner.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/Sdk/TestCollectionRunner.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/Sdk/TestFrameworkExecutor.cs | 3 ++- .../src/OpenSearch.OpenSearch.Xunit/XunitClusterBase.cs | 3 ++- .../OpenSearch.OpenSearch.Xunit/XunitClusterConfiguration.cs | 3 ++- .../src/OpenSearch.OpenSearch.Xunit/XunitClusterExtensions.cs | 3 ++- .../XunitPlumbing/IClusterFixture.cs | 3 ++- .../XunitPlumbing/IntegrationTestClusterAttribute.cs | 3 ++- .../XunitPlumbing/IntegrationTestDiscoverer.cs | 3 ++- .../XunitPlumbing/OpenSearchTestCaseDiscoverer.cs | 3 ++- .../XunitPlumbing/SkipVersionAttribute.cs | 3 ++- .../XunitPlumbing/SkippingTestCase.cs | 3 ++- .../XunitPlumbing/UnitTestDiscoverer.cs | 3 ++- abstractions/src/OpenSearch.Stack.ArtifactsApi/Artifact.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/ArtifactBuildState.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/OpenSearchVersion.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/Platform/OsMonikers.cs | 3 ++- .../OpenSearch.Stack.ArtifactsApi/Products/OpenSearchPlugin.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/Products/Product.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/Products/SubProduct.cs | 3 ++- .../src/OpenSearch.Stack.ArtifactsApi/Resolvers/ApiResolver.cs | 3 ++- .../Resolvers/ReleasedVersionResolver.cs | 3 ++- .../Resolvers/SnapshotApiResolver.cs | 3 ++- .../Resolvers/StagingVersionResolver.cs | 3 ++- abstractions/src/OpenSearch.Stack.ArtifactsApi/ServerType.cs | 3 ++- .../ReleasedVersionResolverTests.cs | 3 ++- .../Cat/CatClusterManager/CatClusterManagerRecord.cs | 3 ++- .../Cat/CatClusterManager/CatClusterManagerRequest.cs | 3 ++- tests/Tests/Cat/CatClusterManager/CatClusterManagerApiTests.cs | 3 ++- tests/Tests/Cat/CatClusterManager/CatClusterManagerUrlTests.cs | 3 ++- 82 files changed, 164 insertions(+), 82 deletions(-) diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterAuthentication.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterAuthentication.cs index 5e041115cb..9f69796b96 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterAuthentication.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterAuthentication.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterFeatures.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterFeatures.cs index 632270bf69..ce36b0d436 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterFeatures.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/ClusterFeatures.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralCluster.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralCluster.cs index cc95c7d9f7..5f6cae0882 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralCluster.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralCluster.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterComposer.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterComposer.cs index c245935598..bd055f4874 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterComposer.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterComposer.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterConfiguration.cs index 181a569829..748763faff 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralClusterConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralFileSystem.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralFileSystem.cs index f27b6f6484..9eebfa981c 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralFileSystem.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/EphemeralFileSystem.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/IEphemeralCluster.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/IEphemeralCluster.cs index b5d9f8e7cc..d97995713a 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/IEphemeralCluster.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/IEphemeralCluster.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Plugins/OpenSearchPlugins.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Plugins/OpenSearchPlugins.cs index 3833aba1cf..c74af2f9eb 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Plugins/OpenSearchPlugins.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Plugins/OpenSearchPlugins.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/SecurityRealms.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/SecurityRealms.cs index d776863306..76bf8c751c 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/SecurityRealms.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/SecurityRealms.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/AfterNodeStoppedTasks/CleanUpDirectoriesAfterNodeStopped.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/AfterNodeStoppedTasks/CleanUpDirectoriesAfterNodeStopped.cs index e4cd466796..8acaa36384 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/AfterNodeStoppedTasks/CleanUpDirectoriesAfterNodeStopped.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/AfterNodeStoppedTasks/CleanUpDirectoriesAfterNodeStopped.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CacheOpenSearchInstallation.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CacheOpenSearchInstallation.cs index 7bad124a23..85a0a1fc89 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CacheOpenSearchInstallation.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CacheOpenSearchInstallation.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CreateEphemeralDirectory.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CreateEphemeralDirectory.cs index 745f32ec45..67e77cbc8b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CreateEphemeralDirectory.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/CreateEphemeralDirectory.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/PrintYamlContents.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/PrintYamlContents.cs index c629294bee..d525d8eb65 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/PrintYamlContents.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/BeforeStartNodeTasks/PrintYamlContents.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/IClusterComposeTask.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/IClusterComposeTask.cs index 1ba2581c74..3117162100 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/IClusterComposeTask.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/IClusterComposeTask.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CopyCachedOpenSearchInstallation.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CopyCachedOpenSearchInstallation.cs index 444e278f87..5c7862de44 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CopyCachedOpenSearchInstallation.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CopyCachedOpenSearchInstallation.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CreateLocalApplicationDirectory.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CreateLocalApplicationDirectory.cs index 36f2029592..35c8e98ec0 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CreateLocalApplicationDirectory.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/CreateLocalApplicationDirectory.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/DownloadOpenSearchVersion.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/DownloadOpenSearchVersion.cs index 3c7d411bb8..e652724364 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/DownloadOpenSearchVersion.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/DownloadOpenSearchVersion.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/EnsureJavaHomeEnvironmentVariableIsSet.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/EnsureJavaHomeEnvironmentVariableIsSet.cs index b6f6fd4779..faa8a00641 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/EnsureJavaHomeEnvironmentVariableIsSet.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/EnsureJavaHomeEnvironmentVariableIsSet.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfiguration.cs index 8eb238ed6d..c806617546 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenDistro.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenDistro.cs index cad9b6ca7f..43647a60b9 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenDistro.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenDistro.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenSearch.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenSearch.cs index cda04dac13..6dd58b203b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenSearch.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InitialConfigurationOpenSearch.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InstallPlugins.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InstallPlugins.cs index b8de7d94bf..bb8e06049e 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InstallPlugins.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/InstallPlugins.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/PrintConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/PrintConfiguration.cs index 7a4caee531..42248300c5 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/PrintConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/PrintConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/SetOpenSearchBundledJdkJavaHome.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/SetOpenSearchBundledJdkJavaHome.cs index 673dea2801..82a28dac64 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/SetOpenSearchBundledJdkJavaHome.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/SetOpenSearchBundledJdkJavaHome.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/UnzipOpenSearch.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/UnzipOpenSearch.cs index 8854d061b9..81a80693f4 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/UnzipOpenSearch.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/InstallationTasks/UnzipOpenSearch.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateClusterStateTask.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateClusterStateTask.cs index 6b98b880bc..1778867b89 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateClusterStateTask.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateClusterStateTask.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidatePluginsTask.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidatePluginsTask.cs index 20207f7450..045a53b263 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidatePluginsTask.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidatePluginsTask.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateRunningVersion.cs b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateRunningVersion.cs index f0f2da1377..286e0cb294 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateRunningVersion.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Ephemeral/Tasks/ValidationTasks/ValidateRunningVersion.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.EphemeralTests/EphemeralClusterTests.cs b/abstractions/src/OpenSearch.OpenSearch.EphemeralTests/EphemeralClusterTests.cs index 1e9e88b450..48dc376658 100644 --- a/abstractions/src/OpenSearch.OpenSearch.EphemeralTests/EphemeralClusterTests.cs +++ b/abstractions/src/OpenSearch.OpenSearch.EphemeralTests/EphemeralClusterTests.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ClusterBase.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ClusterBase.cs index 5cf1fe92e7..4643374b8c 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ClusterBase.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ClusterBase.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/ClusterConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/ClusterConfiguration.cs index d64ba11ff1..dc301f30b5 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/ClusterConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/ClusterConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeConfiguration.cs index 43edce5dda..6758c71c06 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSetting.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSetting.cs index 23d1d28f4b..8d2c8f40f2 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSetting.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSetting.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSettings.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSettings.cs index 7d68b41f96..0ce531141c 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSettings.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/Configuration/NodeSettings.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ConsoleLineWriter.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ConsoleLineWriter.cs index 097428ce69..1f8e2911e7 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ConsoleLineWriter.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ConsoleLineWriter.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ExceptionLineParser.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ExceptionLineParser.cs index 9943b1f26d..f54b8eb648 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ExceptionLineParser.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/ExceptionLineParser.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/IConsoleLineWriter.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/IConsoleLineWriter.cs index 480a7438aa..000c2c78b8 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/IConsoleLineWriter.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/IConsoleLineWriter.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineHighlightWriter.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineHighlightWriter.cs index 2ed2539370..53e3ab08b7 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineHighlightWriter.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineHighlightWriter.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineOutParser.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineOutParser.cs index 183e228f3f..28d3053902 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineOutParser.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/LineOutParser.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/NoopConsoleLineWriter.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/NoopConsoleLineWriter.cs index f707972c24..e8e24c3900 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/NoopConsoleLineWriter.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/ConsoleWriters/NoopConsoleLineWriter.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/INodeFileSystem.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/INodeFileSystem.cs index 768d7478cb..ff71128c20 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/INodeFileSystem.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/INodeFileSystem.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/NodeFileSystem.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/NodeFileSystem.cs index 7059d0b4b2..fdca8d4681 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/NodeFileSystem.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/FileSystem/NodeFileSystem.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCleanExitException.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCleanExitException.cs index 4afd39c5b3..4200fa39d5 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCleanExitException.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCleanExitException.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCluster.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCluster.cs index 0f38f45553..97456a376b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCluster.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchCluster.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchNode.cs b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchNode.cs index 75fafc28f9..8da8e33026 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchNode.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Managed/OpenSearchNode.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitConfigurationAttribute.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitConfigurationAttribute.cs index f92538d0f8..4efb622b98 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitConfigurationAttribute.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitConfigurationAttribute.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunOptions.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunOptions.cs index 7696cd1891..ff841b76c3 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunOptions.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunOptions.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunner.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunner.cs index 7b39749b6c..b9ba0fec81 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunner.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearchXunitRunner.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/PrintXunitAfterStartedTask.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/PrintXunitAfterStartedTask.cs index 30c4ac89a9..eea8e4f381 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/PrintXunitAfterStartedTask.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/PrintXunitAfterStartedTask.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/ForEachAsyncExtensions.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/ForEachAsyncExtensions.cs index 5e316b5858..8e2f4c61ff 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/ForEachAsyncExtensions.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/ForEachAsyncExtensions.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFramework.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFramework.cs index a1bb7d1564..621b6f0d84 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFramework.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFramework.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFrameworkDiscoverer.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFrameworkDiscoverer.cs index 00dec3b5fc..b59692b347 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFrameworkDiscoverer.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/OpenSearchTestFrameworkDiscoverer.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestAssemblyRunner.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestAssemblyRunner.cs index eb43aa4e15..1b8f46420b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestAssemblyRunner.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestAssemblyRunner.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestCollectionRunner.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestCollectionRunner.cs index b21de00e36..0f9711cc0e 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestCollectionRunner.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestCollectionRunner.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestFrameworkExecutor.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestFrameworkExecutor.cs index bb787a0a90..2ec6b3df2e 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestFrameworkExecutor.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/Sdk/TestFrameworkExecutor.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterBase.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterBase.cs index d59d6d0f82..2c7f5d15b7 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterBase.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterBase.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterConfiguration.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterConfiguration.cs index 2781653b8c..058ed676a8 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterConfiguration.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterConfiguration.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterExtensions.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterExtensions.cs index d426b3b658..f27ca8208f 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterExtensions.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitClusterExtensions.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IClusterFixture.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IClusterFixture.cs index 3d58c90a99..852f47775b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IClusterFixture.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IClusterFixture.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestClusterAttribute.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestClusterAttribute.cs index e85ab89c35..0f074e6d3b 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestClusterAttribute.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestClusterAttribute.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestDiscoverer.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestDiscoverer.cs index 7ae53131b0..4f92d63780 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestDiscoverer.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/IntegrationTestDiscoverer.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/OpenSearchTestCaseDiscoverer.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/OpenSearchTestCaseDiscoverer.cs index 5dca5c3022..d3e16b90cb 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/OpenSearchTestCaseDiscoverer.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/OpenSearchTestCaseDiscoverer.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkipVersionAttribute.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkipVersionAttribute.cs index b34f510f84..be3607cdc0 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkipVersionAttribute.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkipVersionAttribute.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkippingTestCase.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkippingTestCase.cs index bd234f3ef6..b5c8b44e09 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkippingTestCase.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/SkippingTestCase.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/UnitTestDiscoverer.cs b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/UnitTestDiscoverer.cs index eaa8bab6e3..763a385c48 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/UnitTestDiscoverer.cs +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/XunitPlumbing/UnitTestDiscoverer.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Artifact.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Artifact.cs index 9981a443d4..5c235a16c7 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Artifact.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Artifact.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/ArtifactBuildState.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/ArtifactBuildState.cs index 800ff77e70..eb0c47d236 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/ArtifactBuildState.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/ArtifactBuildState.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearchVersion.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearchVersion.cs index 46eda636a1..9393a8cd16 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearchVersion.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/OpenSearchVersion.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Platform/OsMonikers.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Platform/OsMonikers.cs index 127b14dfeb..2ecdc77ebc 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Platform/OsMonikers.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Platform/OsMonikers.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/OpenSearchPlugin.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/OpenSearchPlugin.cs index e8ff1e5554..de83502aac 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/OpenSearchPlugin.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/OpenSearchPlugin.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/Product.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/Product.cs index e0d9187a41..bd515ae829 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/Product.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/Product.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/SubProduct.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/SubProduct.cs index 39a51e50e2..4d1b6e185f 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/SubProduct.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Products/SubProduct.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ApiResolver.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ApiResolver.cs index bf60576aec..e48793fd0b 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ApiResolver.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ApiResolver.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ReleasedVersionResolver.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ReleasedVersionResolver.cs index 3b80e1d74b..6533e4a6b4 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ReleasedVersionResolver.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/ReleasedVersionResolver.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/SnapshotApiResolver.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/SnapshotApiResolver.cs index e773bbdd25..bcd49f717e 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/SnapshotApiResolver.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/SnapshotApiResolver.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/StagingVersionResolver.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/StagingVersionResolver.cs index 06dd757c39..c5a49525f2 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/StagingVersionResolver.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/Resolvers/StagingVersionResolver.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApi/ServerType.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApi/ServerType.cs index 5f41261996..25ae3e9555 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApi/ServerType.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApi/ServerType.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/abstractions/src/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs b/abstractions/src/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs index 21d5389582..e7acd2bf45 100644 --- a/abstractions/src/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs +++ b/abstractions/src/OpenSearch.Stack.ArtifactsApiTests/ReleasedVersionResolverTests.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRecord.cs b/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRecord.cs index b42831d6b7..3942e0c87f 100644 --- a/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRecord.cs +++ b/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRecord.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRequest.cs b/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRequest.cs index 169635ca7f..510590938e 100644 --- a/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRequest.cs +++ b/src/OpenSearch.Client/Cat/CatClusterManager/CatClusterManagerRequest.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/tests/Tests/Cat/CatClusterManager/CatClusterManagerApiTests.cs b/tests/Tests/Cat/CatClusterManager/CatClusterManagerApiTests.cs index c11953cdba..1d0ad42dfb 100644 --- a/tests/Tests/Cat/CatClusterManager/CatClusterManagerApiTests.cs +++ b/tests/Tests/Cat/CatClusterManager/CatClusterManagerApiTests.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. * diff --git a/tests/Tests/Cat/CatClusterManager/CatClusterManagerUrlTests.cs b/tests/Tests/Cat/CatClusterManager/CatClusterManagerUrlTests.cs index 3e85f55e37..439f039cb4 100644 --- a/tests/Tests/Cat/CatClusterManager/CatClusterManagerUrlTests.cs +++ b/tests/Tests/Cat/CatClusterManager/CatClusterManagerUrlTests.cs @@ -3,7 +3,8 @@ * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. -* +*/ +/* * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. *